summaryrefslogtreecommitdiff
path: root/db/compaction/tiered_compaction_test.cc
AgeCommit message (Expand)Author
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-05-08Fix issue that cause false alarm corruption report (#12626)Yu Zhang
2024-04-30Add TimedPut to stress test (#12559)Yu Zhang
2024-04-30Preserve TimedPut on penultimate level until it actually expires (#12543)Yu Zhang
2024-03-21Follow ups for TimedPut and write time property (#12455)Yu Zhang
2024-03-15Support returning write unix time in iterator property (#12428)Yu Zhang
2024-03-14Add initial support for TimedPut API (#12419)Yu Zhang
2024-02-27Remove `bottommost_temperature` (#12389)Peter Dillinger
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-02-02Remove deprecated option `ignore_max_compaction_bytes_for_input` (#12323)Changyu Bi
2024-01-19Fix/cleanup SeqnoToTimeMapping (#12253)Peter Dillinger
2023-11-17Check internal key range when compacting from last level to penultimate level...Changyu Bi
2023-11-13Enable unit test `PrecludeLastLevelTest.RangeDelsCauseFileEndpointsToOverlap`...Changyu Bi
2023-10-06Bootstrap, pre-populate seqno_to_time_mapping (#11922)Peter Dillinger
2023-10-02Update tiered storage tests (ahead of next change) (#11917)Peter Dillinger
2023-09-29Refactor, clean up, fixes, and more testing for SeqnoToTimeMapping (#11905)Peter Dillinger
2023-05-25Add WaitForCompact with WaitForCompactOptions to public API (#11436)Jay Huh
2023-05-17Remove wait_unscheduled from waitForCompact internal API (#11443)Jay Huh
2023-04-06Drain unnecessary levels when `level_compaction_dynamic_level_bytes=true` (#1...Changyu Bi
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-12-12Add an unittest for Periodic compaction conflict with ongoing compaction (#10...Jay Zhuang
2022-11-23Support tiering when file endpoints overlap (#10961)Andrew Kryczka
2022-11-21Set correct temperature for range tombstone only file in penultimate level (#...Changyu Bi
2022-10-22Allow penultimate level output for the last level only compaction (#10822)Jay Zhuang
2022-10-20Fix no internal time recorded for small preclude_last_level (#10829)Jay Zhuang
2022-10-10Allow the last level data moving up to penultimate level (#10782)Jay Zhuang
2022-08-08Change `bottommost_temperture` to `last_level_temperture` (#10471)Jay Zhuang
2022-07-15Tiered compaction: integrate Seqno time mapping with per key placement (#10370)Jay Zhuang
2022-07-13Tiered Compaction: per key placement support (#9964)Jay Zhuang