influxdb/compactor
Nga Tran fa0893819c
fix: have warm compaction work with compactor2 (#6571)
* refactor: same function to select partition candidates

* fix: have warm compaction work with compactor2

* fix: format

* chore: cleanup
2023-01-12 02:32:39 +00:00
..
src fix: have warm compaction work with compactor2 (#6571) 2023-01-12 02:32:39 +00:00
Cargo.toml chore(deps): Bump tokio from 1.24.0 to 1.24.1 (#6545) 2023-01-10 09:48:44 +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.