summaryrefslogtreecommitdiff
path: root/options/options_settable_test.cc
AgeCommit message (Expand)Author
2022-02-04Remove deprecated option DBOptions::max_mem_compaction_level (#9446)Baptiste Lemaire
2022-02-01Detect (new) Bloom/Ribbon Filter construction corruption (#9342)Hui Xiao
2022-01-28Remove deprecated API AdvancedColumnFamilyOptions::rate_limit_delay_max_milli...Hui Xiao
2022-01-28Remove iter_start_seqnum and preserve_deletes (#9430)Yanqin Jin
2022-01-28Remove deprecated option DBOptions::skip_log_error_on_recovery (#9434)Akanksha Mahajan
2022-01-27Remove unused API base_background_compactions (#9462)Jay Zhuang
2022-01-27Remove deprecated API AdvancedColumnFamilyOptions::soft_rate_limit/hard_rate_...Hui Xiao
2022-01-26Add option for WAL compression algorithm (#9432)Siddhartha Roychowdhury
2022-01-26Remove unused option purge_redundant_kvs_while_flush (#9429)Jay Zhuang
2022-01-25Make `bottommost_temperature` dynamically changeable (#9402)Jay Zhuang
2021-11-19Support readahead during compaction for blob files (#9187)Levi Tamasi
2021-11-18Account Bloom/Ribbon filter construction memory in global memory limit (#9073)Hui Xiao
2021-10-19Add lowest_used_cache_tier to ImmutableDBOptions to enable or disable Seconda...Zhichao Cao
2021-10-11Make it possible to force the garbage collection of the oldest blob files (#8...Levi Tamasi
2021-09-07Replace most typedef with using= (#8751)Peter Dillinger
2021-08-09Move old files to warm tier in FIFO compactions (#8310)sdong
2021-06-17Cache warming data blocks during flush (#8242)Akanksha Mahajan
2021-05-20Compare memtable insert and flush count (#8288)sdong
2021-05-19Add remote compaction public API (#8300)Jay Zhuang
2021-05-03Hint temperature of bottommost level files to FileSystem (#8222)sdong
2021-02-23Make BlockBasedTable::kMaxAutoReadAheadSize configurable (#7951)Akanksha Mahajan
2021-02-19Limit buffering for collecting samples for compression dictionary (#7970)Andrew Kryczka
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2020-11-12Update option "allow_data_in_errors" in BuildOptions (#7665)Akanksha Mahajan
2020-11-12Add options for integrated blob GC (#7661)Levi Tamasi
2020-10-19Add a host location property to TableProperties (#7479)anand76
2020-10-11Redesign block cache pinning API (#7520)Andrew Kryczka
2020-10-09Track WAL in MANIFEST: add option track_and_verify_wals_in_manifest (#7275)Cheng Chang
2020-10-01Introduce options.check_flush_compaction_key_order (#7467)sdong
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-08-18Add initial set of options for integrated blob write path (#7280)Levi Tamasi
2020-07-24SST Partitioner interface that allows to split SST files (#6957)Tomas Kolda
2020-07-15Auto resume the DB from Retryable IO Error (#6765)Zhichao Cao
2020-06-22Minimize memory internal fragmentation for Bloom filters (#6427)Peter Dillinger
2020-06-19Remove racially charged terms "whitelist" and "blacklist" (#7008)Peter Dillinger
2020-04-30Remove the support of setting CompressionOptions.parallel_threads from string...sdong
2020-04-09Fix memory corruption caused by new test in options_settable_test (#6676)sdong
2020-04-08compression related options are not copied back from MutableCFOptions… (#6668)sdong
2020-03-29Use FileChecksumGenFactory for SST file checksum (#6600)Zhichao Cao
2020-03-23Simplify migration to FileSystem API (#6552)anand76
2020-03-20Attempt to recover from db with missing table files (#6334)Yanqin Jin
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-10Checksum for each SST file and stores in MANIFEST (#6216)Zhichao Cao
2020-02-04Add an option to prevent DB::Open() from querying sizes of all sst files (#6353)Mike Kolupaev
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-19Apply formatter on recent 45 commits. (#5827)sdong
2019-09-18Remove snap_refresh_nanos option (#5826)Maysam Yabandeh
2019-09-11Option to make write group size configurable (#5759)Ronak Sisodia
2019-09-03Persistent globally unique DB ID in manifest (#5725)Vijay Nadimpalli
2019-08-23Refactor trimming logic for immutable memtables (#5022)Zhongyi Xie