influxdb/compactor/src
Nga Tran b7153862b0
refactor: due to limit in size uplaoed to S3, we need to split output file of cold compaction, too (#5834)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-10-11 17:22:19 +00:00
..
cold.rs refactor: due to limit in size uplaoed to S3, we need to split output file of cold compaction, too (#5834) 2022-10-11 17:22:19 +00:00
compact.rs chore: always use a fixed number of rows (8192) per batch to estimate memory (#5733) 2022-09-23 15:51:25 +00:00
garbage_collector.rs fix: Use time helper methods in more places 2022-09-19 13:24:08 -04:00
handler.rs chore: turn full cold compaction on (#5728) 2022-09-22 17:07:35 +00:00
hot.rs feat: add minimum row_count per file in estimating compacting memory… (#5715) 2022-09-22 14:37:39 +00:00
lib.rs style: add no todo!() or dbg!() lints 2022-09-29 13:10:07 +02:00
parquet_file.rs refactor: Store estimated bytes on the CompactorParquetFile 2022-09-15 11:10:14 -04:00
parquet_file_combining.rs fix: Sort chunks taking into account what level compaction is targetting 2022-09-16 16:15:18 -04:00
parquet_file_filtering.rs feat: instead of adding num_files and memory budget into the reason text column, let us create differnt columns for them. We will be able to filter them easily (#5742) 2022-09-26 20:14:04 +00:00
parquet_file_lookup.rs feat: add minimum row_count per file in estimating compacting memory… (#5715) 2022-09-22 14:37:39 +00:00
query.rs fix: query error propagation (#5801) 2022-10-06 08:54:01 +00:00
server.rs fix: compactor server stays up; removed unused delegates (#3855) 2022-02-24 16:30:44 +00:00
utils.rs refactor: Extract a shared function to retry fetching of compaction candidates 2022-09-21 11:57:55 -04:00