summaryrefslogtreecommitdiff
path: root/db/db_options_test.cc
AgeCommit message (Expand)Author
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-05Automated modernization (#12210)Andrew Kryczka
2023-11-06Mark more files for periodic compaction during offpeak (#12031)Jay Huh
2023-10-27Make OffpeakTimeInfo available in VersionSet (#12018)Jay Huh
2023-10-18New tickers on deletion compactions grouped by reasons (#11957)Hui Xiao
2023-10-12Fix race in options taking effect (#11929)Peter Dillinger
2023-10-02Disallow start_time == end_time in offpeak time and compare at minute level t...Jay Huh
2023-09-29Offpeak in db option (#11893)Jay Huh
2023-08-30Change compaction_readahead_size default value to 2MB (#11762)Hui Xiao
2023-08-09Add missing status check when compiling with `ASSERT_STATUS_CHECKED=1` (#11686)Changyu Bi
2023-08-03Prepare for deprecation of Options::access_hint_on_compaction_start (#11658)Hui Xiao
2023-07-05Deprecate option `periodic_compaction_seconds` for FIFO compaction (#11550)Changyu Bi
2023-06-15Make option `level_compaction_dynamic_level_bytes` true by default (#11525)Changyu Bi
2023-05-12Delete temp OPTIONS file on failure to write it (#11423)anand76
2023-05-11Support compacting files to different temperatures in FIFO compaction (#11428)Changyu Bi
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-06-22Fix typo in comments and code (#10233)Bo Wang
2022-06-14Add blob cache option in the column family options (#10155)Gang Liao
2022-05-19Track SST unique id in MANIFEST and verify (#9990)Jay Zhuang
2022-05-06Remove own ToString() (#9955)sdong
2022-02-08Remove deprecated option new_table_reader_for_compaction_inputs (#9443)Akanksha Mahajan
2021-12-09Fix an issue with MemTableRepFactory::CreateFromString (#9273)mrambacher
2021-07-23Fix a minor issue with initializing the test path (#8555)Drewryz
2021-07-21Avoid updating option if there's no value updated (#8518)Jay Zhuang
2021-05-11Add ObjectRegistry to ConfigOptions (#8166)mrambacher
2021-02-19Fix handling of Mutable options; Allow DB::SetOptions to update mutable Table...mrambacher
2021-01-11Fix tsan options_test (#7845)Jay Zhuang
2020-12-23No elide constructors (#7798)mrambacher
2020-11-11Always apply bottommost_compression_opts when enabled (#7633)Andrew Kryczka
2020-10-27Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileS...mrambacher
2020-10-09Track WAL in MANIFEST: add option track_and_verify_wals_in_manifest (#7275)Cheng Chang
2020-09-24Add few unit test cases in ASSERT_STATUS_CHECKED build (#7427)Akanksha Mahajan
2020-09-16Add more tests to ASSERT_STATUS_CHECKED (#7367)mrambacher
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-08-11Fix+clean up handling of mock sleeps (#7101)Peter Dillinger
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-02Revert "Whole DBTest to skip fsync (#7049)" (#7070)Peter Dillinger
2020-07-01Whole DBTest to skip fsync (#7049)sdong
2020-06-24Test CircleCI with CLANG-10 (#7025)sdong
2020-04-30Remove the support of setting CompressionOptions.parallel_threads from string...sdong
2020-04-28Add Functions to OptionTypeInfo (#6422)mrambacher
2020-04-21Add a ConfigOptions for use in comparing objects and converting to/from strin...mrambacher
2020-04-20Set max_background_flushes dynamically (#6701)Akanksha Mahajan
2020-04-03Move the OptionTypeMap code closer to home (#6198)mrambacher
2020-04-02Fix LITE mode test failure in DBOptionsTest.ChangeCompression (#6635)anand76
2020-04-01Add pipelined & parallel compression optimization (#6262)Ziyue Yang
2020-03-31Make options.bottommost_compression, compression_opts and bottommost_compress...sdong
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong