influxdb/compactor
Nga Tran 80e91a644b
chore: Revert "feat: compactor ignores max file count for first file (#6144)" (#6158)
This reverts commit bf1681f4fe.
2022-11-16 19:58:46 +00:00
..
src chore: Revert "feat: compactor ignores max file count for first file (#6144)" (#6158) 2022-11-16 19:58:46 +00:00
Cargo.toml test: test coverage for sorting and merging in compactor (#6136) 2022-11-15 20:39:45 +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.