influxdb/compactor
Marco Neumann 039950b4fd feat: ensure clean compactor executor shutdown 2022-08-03 18:07:00 +02:00
..
src feat: ensure clean compactor executor shutdown 2022-08-03 18:07:00 +02:00
Cargo.toml chore(deps): Bump async-trait from 0.1.56 to 0.1.57 (#5247) 2022-08-01 08:30:33 +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.