influxdb/ingester/src
Marco Neumann 20ec47b00b
feat: virtual chunk order col (#7240)
* feat: introduce `CHUNK_ORDER_COLUMN_NAME`

* feat: impl `ChunkOrder` everywhere

* feat: `ChunkOrder::get`

* feat: emit chunk order column for `RecordBatchesExec`

* feat: `chunk_order_field`

* feat: chunk order col for parquet chunks

* feat: optional chunk order col handling for dedup

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-03-17 09:39:21 +00:00
..
buffer_tree feat: virtual chunk order col (#7240) 2023-03-17 09:39:21 +00:00
data style: consistent import ordering 2022-11-22 14:11:10 +01:00
dml_sink docs: module-level overviews 2023-03-01 14:27:05 +01:00
lifecycle test: MockLifecycleHandle captures calls 2022-10-03 12:13:43 +02:00
server fix: For Ingester2, persist a particular namespace on demand and share MiniClusters 2023-01-25 10:36:56 -05:00
stream_handler fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
arcmap.rs docs: ref link to fix PR 2022-11-08 15:17:46 +01:00
compact.rs chore: Update DataFusion and `arrow` / `arrow-flight` / `parquet` to `33.0.0` (#7045) 2023-02-22 21:24:20 +00:00
data.rs fix: Separate most_recent_n into filtering by shard and not 2023-02-17 12:56:51 -05:00
deferred_load.rs docs: clearer code comments / docs 2022-11-11 18:38:29 +01:00
handler.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
job.rs style(ingester): fmt imports & long strings 2022-09-14 14:20:19 +02:00
lib.rs refactor: decouple Shard & BufferTree 2022-11-22 14:11:10 +01:00
lifecycle.rs fix: Only reset persist everything flag if data has been persisted 2023-01-19 16:44:30 -05:00
poison.rs style(ingester): fmt imports & long strings 2022-09-14 14:20:19 +02:00
querier_handler.rs chore: Update DataFusion and `arrow` / `arrow-flight` / `parquet` to `33.0.0` (#7045) 2023-02-22 21:24:20 +00:00
query_adaptor.rs feat: virtual chunk order col (#7240) 2023-03-17 09:39:21 +00:00
sequence_range.rs refactor: move SequenceNumberRange 2022-11-21 16:11:55 +01:00
server.rs feat: Add the catalog service to ingester, querier, and compactor 2022-10-28 10:49:26 -04:00
test_util.rs test: simplify test executors (#6312) 2022-12-02 11:38:18 +00:00