influxdb/compactor
Nga Tran 77cbc880f6
feat: Add cap limit on number of partitions to be compacted in parallel (#6305)
* feat: Add cap limit on number of partitions to be comapcted in parallel

* chore: cleanup

* chore: clearer comments
2022-12-01 21:23:44 +00:00
..
src feat: Add cap limit on number of partitions to be compacted in parallel (#6305) 2022-12-01 21:23:44 +00:00
Cargo.toml chore(deps): Bump bytes from 1.2.1 to 1.3.0 (#6199) 2022-11-22 08:23:24 +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.