influxdb/compactor
kodiakhq[bot] 18ffe581b5
Merge branch 'main' into dependabot/cargo/tokio-1.20.0
2022-07-14 14:18:51 +00:00
..
src feat: Gather parquet files for a partition compaction operation 2022-07-13 16:53:21 -04:00
Cargo.toml chore(deps): Bump tokio from 1.19.2 to 1.20.0 2022-07-14 01:21:43 +00:00
README.md docs: add consensus for the desired final output of the compactor (#5069) 2022-07-07 19:11:16 +00:00

README.md

After a partition of a table has not received any writes for some amount of time, the compactor will ensure it is stored in object store as N parquet files which:

  • have non overlapping time ranges
  • each does not exceed a size specified by config param max_desired_file_size_bytes.