influxdb/influxdb3_cache
praveen-influx 56ca85ef8e
feat: introduce parquet caching in query path (#25937)
* feat: introduce parquet caching in query path

This commit scans the parquet files that will be used in query to check
if they can be cached. There are three conditions to satisfy,
  - not cached already
  - cache has enough space
  - file times overlap with the cache policy times

closes: https://github.com/influxdata/influxdb/issues/25906

* refactor: rename env var
2025-01-30 21:16:37 +00:00
..
src feat: introduce parquet caching in query path (#25937) 2025-01-30 21:16:37 +00:00
Cargo.toml feat: introduce parquet caching in query path (#25937) 2025-01-30 21:16:37 +00:00