influxdb/compactor
Andrew Lamb c0fc91c627
chore: Warn if a parquet file has no sort key (#5368)
2022-08-10 11:56:50 +00:00
..
src chore: Warn if a parquet file has no sort key (#5368) 2022-08-10 11:56:50 +00:00
Cargo.toml chore: Update datafusion / arrow/parquet/arrow-flight and prost/tonic ecosystem (#5360) 2022-08-09 17:30: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.