influxdb/schema/src
Nga Tran 84b10b28b2
feat: send only needed projection columns from querier to ingester in… (#5678)
* feat: send only needed projection columns from querier to ingester in case of normal SQL queries

* refactor: push column index down until we need to convert them strings

* fix: make the test deterministic

* test: test for the projection pushdown

* test: add asserts for the proj pushdown test

* test: implement projection pushdown for partitions of MockIngesterConnection

* chore: cleanup

* chore: address review comments

* chore: Apply suggestions from code review

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

* refactor: address review comments

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-26 17:19:20 +00:00
..
builder.rs chore: Update datafusion / arrow/parquet/arrow-flight and prost/tonic ecosystem (#5360) 2022-08-09 17:30:44 +00:00
interner.rs feat: intern schemas during query planning (#5215) 2022-08-11 12:28:51 +00:00
lib.rs feat: send only needed projection columns from querier to ingester in… (#5678) 2022-09-26 17:19:20 +00:00
merge.rs feat: intern schemas during query planning (#5215) 2022-08-11 12:28:51 +00:00
selection.rs refactor: avoid schema copies in `select_schema` (#5214) 2022-07-27 08:30:26 +00:00
sort.rs chore: add parttion id into panic message (#5641) 2022-09-15 02:21:13 +00:00