summaryrefslogtreecommitdiff
path: root/options
AgeCommit message (Expand)Author
2021-05-03Hint temperature of bottommost level files to FileSystem (#8222)sdong
2021-04-26Rename variables in ImmutableCFOptions to avoid conflicts with ImmutableDBOpt...mrambacher
2021-04-26Move RegisterOptions into the Configurable API (#8223)mrambacher
2021-04-22Make types of Immutable/Mutable Options fields match that of the underlying O...mrambacher
2021-04-20Revert Ribbon starting level support from #8198 (#8212)Peter Dillinger
2021-04-16Ribbon long-term support, starting level support (#8198)Peter Dillinger
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-03-09Refactor: add LineFileReader and Status::MustCheck (#8026)Peter Dillinger
2021-02-23Make BlockBasedTable::kMaxAutoReadAheadSize configurable (#7951)Akanksha Mahajan
2021-02-19Limit buffering for collecting samples for compression dictionary (#7970)Andrew Kryczka
2021-02-19Fix handling of Mutable options; Allow DB::SetOptions to update mutable Table...mrambacher
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2021-02-06Revert "Turn on memtable bloom filter by default. (#6584)" (#7939)Levi Tamasi
2021-02-05Turn on memtable bloom filter by default. (#6584)sdong
2021-01-04Make StringEnv, StringSink, StringSource use FS classes (#7786)mrambacher
2020-11-13Hack to load OPTIONS file for read_amp_bytes_per_bit (#7659)Yanqin Jin
2020-11-12Update option "allow_data_in_errors" in BuildOptions (#7665)Akanksha Mahajan
2020-11-12Experimental (production candidate) SST schema for Ribbon filter (#7658)Peter Dillinger
2020-11-12Add options for integrated blob GC (#7661)Levi Tamasi
2020-11-11Create a Customizable class to load classes and configurations (#6590)mrambacher
2020-11-02Expand effect of dictionary settings in `ColumnFamilyOptions::compression_opt...Andrew Kryczka
2020-10-29Return NotFound from TableFactory configuration errors during options loading...mrambacher
2020-10-29Revert LoadLatestOptions handling of ignore_unknown_options if versions diffe...mrambacher
2020-10-20Revert `Status`es returned from pre-`Configurable` options functions (#7563)mrambacher
2020-10-19Add a host location property to TableProperties (#7479)anand76
2020-10-14Test for LoadLatestOptions (#7554)mrambacher
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-29Provide users with option to opt-in to get corrupt data in logs/messages (#7420)Akanksha Mahajan
2020-09-23Fix valgrind issues with configurable_test (#7424)mrambacher
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-08-07Enable IO timeouts for iterators (#7161)anand76
2020-08-06Remove duplicate colon in Status message (#7041)Yingchun Lai
2020-07-24SST Partitioner interface that allows to split SST files (#6957)Tomas Kolda
2020-07-22Make max_subcompactions dynamically changeable (#7159)Jay Zhuang
2020-07-16Add Support for saving CompressionOptions to Options File (#6817)mrambacher
2020-07-15Auto resume the DB from Retryable IO Error (#6765)Zhichao Cao
2020-07-08Fixed Factory construct just for calling .Name() (#7080)rockeet
2020-06-24Test CircleCI with CLANG-10 (#7025)sdong
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-06-09make L0 index/filter pinned memory usage predictable (#6911)Andrew Kryczka
2020-06-07Remove unnecessary inclusion of version_edit.h in env (#6952)Yanqin Jin
2020-06-03Add OptionTypeInfo::Vector to parse/serialize vectors (#6424)mrambacher
2020-05-27Allow MultiGet users to limit cumulative value size (#6826)Akanksha Mahajan
2020-05-23Misc things for ASSERT_STATUS_CHECKED, also gcc 4.8.5 (#6871)Peter Dillinger
2020-05-22Fix/expand ASSERT_STATUS_CHECKED build, add to Travis (#6870)Peter Dillinger
2020-05-21Add Struct Type to OptionsTypeInfo (#6425)mrambacher