influxdb/compactor
Nga Tran cd1a604df0
fix: make estimate memory the a query needs higher due to recent observation (#6476)
2022-12-30 21:15:39 +00:00
..
src fix: make estimate memory the a query needs higher due to recent observation (#6476) 2022-12-30 21:15:39 +00:00
Cargo.toml chore(deps): Bump async-trait from 0.1.59 to 0.1.60 (#6433) 2022-12-19 10:09:23 +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.