summaryrefslogtreecommitdiff
path: root/tools/db_bench_tool_test.cc
AgeCommit message (Expand)Author
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-01-27Remove deprecated util functions in options_util.h (#11126)Yu Zhang
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-07-17Support prepopulating/warming the blob cache (#10298)Gang Liao
2022-06-02Make it possible to enable blob files starting from a certain LSM tree level ...Gang Liao
2022-03-01Remove BlockBasedTableOptions.hash_index_allow_collision (#9454)sdong
2022-02-08Remove deprecated option new_table_reader_for_compaction_inputs (#9443)Akanksha Mahajan
2022-01-28Remove deprecated option DBOptions::skip_log_error_on_recovery (#9434)Akanksha Mahajan
2022-01-27Remove deprecated API AdvancedColumnFamilyOptions::soft_rate_limit/hard_rate_...Hui Xiao
2022-01-26Remove unused option purge_redundant_kvs_while_flush (#9429)Jay Zhuang
2021-11-19Support readahead during compaction for blob files (#9187)Levi Tamasi
2021-10-11Make it possible to force the garbage collection of the oldest blob files (#8...Levi Tamasi
2021-02-17Add support for the integrated BlobDB to db_bench (#7956)Levi Tamasi
2021-02-05Fix db_bench_tool_test (#7935)Levi Tamasi
2021-01-06Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper pri...mrambacher
2020-09-09Fix db_bench_tool_test. Fixes 7341 (#7344)mrambacher
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-08-23Refactor trimming logic for immutable memtables (#5022)Zhongyi Xie
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-02-19add whole key bloom filter support in memtables (#4985)Zhongyi Xie
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-07-13Per-thread unique test db names (#4135)Maysam Yabandeh
2017-12-01fix gflags namespaceAndrew Kryczka
2017-07-15Change RocksDB LicenseSiying Dong
2017-05-24Introduce max_background_jobs mutable optionAndrew Kryczka
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-13change use_direct_writes to use_direct_io_for_flush_and_compactionAaron Gao
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-02-13Remove disableDataSync optionSagar Vemuri
2016-12-22direct io write supportAaron Gao
2016-07-26Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page...sdong
2016-06-02Allows db_bench to take an options fileYueh-Hsuan Chiang