influxdb/compactor
Carol (Nichols || Goulding) 30fea67701
fix: Move variables within format strings. Thanks clippy!
Changes made automatically using `cargo clippy --fix`.
2023-02-03 13:06:17 -05:00
..
src fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
Cargo.toml chore(deps): Bump bytes from 1.3.0 to 1.4.0 2023-02-01 00:30:56 +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.