summaryrefslogtreecommitdiff
path: root/options/options_test.cc
AgeCommit message (Expand)Author
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-18Remove snap_refresh_nanos option (#5826)Maysam Yabandeh
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-08-23Refactor trimming logic for immutable memtables (#5022)Zhongyi Xie
2019-07-23The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293)Mark Rambacher
2019-06-27LRU Cache to enable mid-point insertion by default (#5508)sdong
2019-06-17Persistent Stats: persist stats history to disk (#5046)Zhongyi Xie
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-06-03Call ValidateOptions from SetOptions (#5368)Maysam Yabandeh
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-05-03Refresh snapshot list during long compactions (2nd attempt) (#5278)Maysam Yabandeh
2019-05-01Revert snap_refresh_nanos feature (#5269)Maysam Yabandeh
2019-04-25Refresh snapshot list during long compactions (#5099)Maysam Yabandeh
2019-04-25Option string/map/file can set env from object registry (#5237)Andrew Kryczka
2019-04-22Optionally wait on bytes_per_sync to smooth I/O (#5183)Andrew Kryczka
2019-03-28Option string/map can set merge operator from object registry (#5123)Siying Dong
2019-03-26Allow option string to get comparator from object registry (#5106)Siying Dong
2019-03-12add OptionType kInt32T and kInt64TZhongyi Xie
2019-03-01Revert "Remove PlainTable's feature store_index_in_file (#4914)" (#5034)Siying Dong
2019-02-20add GetStatsHistory to retrieve stats snapshots (#4748)Zhongyi Xie
2019-02-19add whole key bloom filter support in memtables (#4985)Zhongyi Xie
2019-02-07Remove cuckoo hash memtable (#4953)Siying Dong
2019-01-28Remove PlainTable's feature store_index_in_file (#4914)Siying Dong
2019-01-23Make compaction_pri = kMinOverlappingRatio to be default (#4911)Siying Dong
2018-06-27Add bottommost_compression_opts to for bottommost_compression (#3985)Zhichao Cao
2018-02-22RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument only ingore...Siying Dong
2017-12-01fix gflags namespaceAndrew Kryczka
2017-11-28Support for block_cache num_shards and other config via option string.Phani Shekhar Mantripragada
2017-10-04Allow upgrades from nullptr to some merge operatorManuel Ung
2017-09-15Fix memory leak in OptionsTest::OptionsComposeDecomposeYi Wu
2017-09-13regression test for missing init optionsAndrew Kryczka
2017-07-28Replace dynamic_cast<>Siying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-22Downgrade option sanitiy check level for prefix_extractorSiying Dong
2017-06-13Allow ignoring unknown options when loading options from a fileSagar Vemuri
2017-06-05fixed typohyunwoo
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-06Move various string utility functions into string_utilSagar Vemuri
2017-04-05Move some files under util/ to separate dirsSiying Dong