influxdb/compactor
Carol (Nichols || Goulding) da201ba87f
fix: Select by num of both l0 and l1 files for cold compaction
Now that we're going to compact level 1 files in to level 2 files as
well.
2022-09-12 13:13:26 -04:00
..
src fix: Select by num of both l0 and l1 files for cold compaction 2022-09-12 13:13:26 -04:00
Cargo.toml chore(deps): Bump tokio-util from 0.7.3 to 0.7.4 (#5596) 2022-09-09 07:40:16 +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.