influxdb/ingester/src/query
Dom Dwyer b79b120788
refactor: per-partition summary statistics
Provide row count & timestamp min/max statistics on a per-partition
basis.

This commit builds on the FSM summary statistics, merging all FSM
statistics across all data within the PartitionData (in various states)
and making them available to the caller.
2023-07-25 14:44:38 +02:00
..
exec_instrumentation.rs perf(ingester): projection pushdown to data source 2023-07-05 13:44:11 +02:00
mock_query_exec.rs perf(ingester): projection pushdown to data source 2023-07-05 13:44:11 +02:00
mod.rs perf(ingester): projection pushdown to data source 2023-07-05 13:44:11 +02:00
partition_response.rs feat: Send PartitionHashId from ingesters to queriers 2023-06-22 09:01:22 -04:00
projection.rs refactor: per-partition summary statistics 2023-07-25 14:44:38 +02:00
response.rs fix(ingester): re-transmit schema over flight if it changes (#7812) 2023-05-23 14:27:11 +00:00
result_instrumentation.rs test: Add and use methods creating arbitrary TransitionPartitionId and PartitionHashIds 2023-07-17 09:56:55 -04:00
tracing.rs perf(ingester): projection pushdown to data source 2023-07-05 13:44:11 +02:00
trait.rs perf(ingester): projection pushdown to data source 2023-07-05 13:44:11 +02:00