summaryrefslogtreecommitdiff
path: root/db/db_compaction_filter_test.cc
AgeCommit message (Expand)Author
2024-03-22Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)Peter Dillinger
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2023-10-18Enforce status checking after Valid() returns false for IteratorWrapper (#11975)Changyu Bi
2023-09-20Expose more info about input files in `CompactionFilter::Context` (#11857)Hui Xiao
2023-04-20Always allow L0->L1 trivial move during manual compaction (#11375)Changyu Bi
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-09-02Skip swaths of range tombstone covered keys in merging iterator (2022 edition...Changyu Bi
2022-05-06Remove own ToString() (#9955)sdong
2022-05-05Rename kRemoveWithSingleDelete to kPurge (#9951)Yanqin Jin
2022-05-02Fix a bug of CompactionIterator/CompactionFilter using `Delete` (#9929)Yanqin Jin
2021-07-23Fix a minor issue with initializing the test path (#8555)Drewryz
2021-07-07Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475)Andrew Kryczka
2021-05-07Allow applying `CompactionFilter` outside of compaction (#8243)Andrew Kryczka
2021-01-06Add more tests to ASSERT_STATUS_CHECKED (3), API change (#7715)Adam Retter
2020-10-28In ParseInternalKey(), include corrupt key info in Status (#7515)Ramkumar Vadivelu
2020-09-30Change ParseInternalKey() to return Status instead of bool (#7457)Ramkumar Vadivelu
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-08-11Fix+clean up handling of mock sleeps (#7101)Peter Dillinger
2020-08-03dedup ReadOptions in iterator hierarchy (#7210)Andrew Kryczka
2020-07-02Revert "Whole DBTest to skip fsync (#7049)" (#7070)Peter Dillinger
2020-07-01Whole DBTest to skip fsync (#7049)sdong
2020-06-03Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)sdong
2020-06-01Update googletest from 1.8.1 to 1.10.0 (#6808)Adam Retter
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-01-30Shorten certain test names to avoid infra failure (#6352)Yanqin Jin
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu
2019-02-07Deprecate CompactionFilter::IgnoreSnapshots() = false (#4954)Siying Dong
2019-02-01Zero seqnum of final key / drop final tombstone when compacting to bottommost...Ming Zhao
2018-12-17Remove v1 RangeDelAggregator (#4778)Abhishek Madan
2018-12-17Add compaction logic to RangeDelAggregatorV2 (#4758)Abhishek Madan
2018-11-28Clean up FragmentedRangeTombstoneList (#4692)Abhishek Madan
2018-11-21Introduce RangeDelAggregatorV2 (#4649)Abhishek Madan
2018-05-30Remove tests from ROCKSDB_VALGRIND_RUNSiying Dong
2018-03-16fix wrong length in snprintfzhsj
2018-03-07Use nullptr instead of NULL / 0 more consistently.Bruce Mitchener
2018-03-05Comment out unused variablesAndrew Kryczka
2018-02-22Back out "[codemod] - comment out unused parameters"Igor Sugak
2018-02-22- comment out unused parametersDavid Lai
2017-10-20Split CompactionFilterWithValueChangeMaysam Yabandeh
2017-10-19Enable MSVC W4 with a few exceptions. Fix warnings and bugsDmitri Smirnov
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-02Fix interaction between CompactionFilter::Decision::kRemoveAndSkipUnt…Mike Kolupaev
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-20set compaction_iterator earliest_snapshot to max if no snapshotAaron Gao
2016-12-01Support for range skips in compaction filterMike Kolupaev
2016-11-21Range deletion microoptimizationsAndrew Kryczka
2016-11-04DeleteRange user iterator supportAndrew Kryczka