influxdb/compactor
Nga Tran b11da1d98b
fix: a silly bug that did not capture file limit if a lot of L0 files and very few or non overlapped L1 (#5736)
2022-09-23 21:03:29 +00:00
..
src fix: a silly bug that did not capture file limit if a lot of L0 files and very few or non overlapped L1 (#5736) 2022-09-23 21:03:29 +00:00
Cargo.toml chore: Update datafusion + object_store (#5619) 2022-09-13 12:34:54 +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.