influxdb/iox_query/src
Marco Neumann fc1870ff76
fix: chunk pruning stats (#5319)
- emit a warning if we cannot even attempt to prune chunks due to an
  error. This is always either a missing feature or a bug (even though
  it does not impact correctness but _only_ performance). Also see
  https://github.com/influxdata/conductor/issues/1107
- change metrics to clearly differentiate between "could not prune" and
  "not pruned"
- add new "not pruned" observer hook (this was missing for some reason,
  the "pruned" hook existed though)
2022-08-05 10:50:31 +00:00
..
exec chore: fix `cargo audit`, update deps to get new chrono (#5316) 2022-08-04 20:49:28 +00:00
frontend refactor: enforce proper `IOxSessionContext` (#5158) 2022-07-20 16:25:43 +00:00
plan fix: optimize field columns for all-time predicates (#5046) 2022-07-06 12:01:28 +00:00
provider refactor: enforce proper `IOxSessionContext` (#5158) 2022-07-20 16:25:43 +00:00
exec.rs chore: Update datafusion and `arrow`/`parquet`/`arrow-flight` to `19.0.0` (#5229) 2022-07-28 08:10:47 +00:00
frontend.rs refactor: enforce proper `IOxSessionContext` (#5158) 2022-07-20 16:25:43 +00:00
lib.rs feat: limit per-table chunk data for every query (#5223) 2022-07-27 13:20:05 +00:00
plan.rs ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
provider.rs feat: limit per-table chunk data for every query (#5223) 2022-07-27 13:20:05 +00:00
pruning.rs fix: chunk pruning stats (#5319) 2022-08-05 10:50:31 +00:00
statistics.rs ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
test.rs feat: limit per-table chunk data for every query (#5223) 2022-07-27 13:20:05 +00:00
util.rs refactor: unify `apply_predicate_to_metadata` (#5030) 2022-07-05 12:51:59 +00:00