summaryrefslogtreecommitdiff
path: root/options
AgeCommit message (Expand)Author
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
2020-05-08prototype status check enforcement (#6798)Andrew Kryczka
2020-05-05Add OptionTypeInfo::Enum and related methods (#6423)mrambacher
2020-04-30Remove the support of setting CompressionOptions.parallel_threads from string...sdong
2020-04-29Fix FilterBench when RTTI=0 (#6732)Derrick Pallas
2020-04-28Add Functions to OptionTypeInfo (#6422)mrambacher
2020-04-27Fix build under LITE (#6758)Cheng Chang
2020-04-24Reduce memory copies when fetching and uncompressing blocks from SST files (#...Cheng Chang
2020-04-21Add a ConfigOptions for use in comparing objects and converting to/from strin...mrambacher
2020-04-21Implement deadline support for MultiGet (#6710)anand76
2020-04-20Set max_background_flushes dynamically (#6701)Akanksha Mahajan
2020-04-13Log CompactOnDeletionCollectorFactory parameters on DB open (#6686)anand76
2020-04-10make iterator return versions between timestamp bounds (#6544)Huisheng Liu
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-04-03Move the OptionTypeMap code closer to home (#6198)mrambacher
2020-04-01Add pipelined & parallel compression optimization (#6262)Ziyue Yang
2020-03-31Make options.bottommost_compression, compression_opts and bottommost_compress...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-03-11Remove copy of pairs from the for range loop (#6514)Cheng Chang
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-10Make clang analyze happy with options_test (#6398)sdong
2020-02-10Try to fix some analysis failuressdong
2020-02-07Allow readahead when reading option files. (#6372)sdong
2020-02-04Add an option to prevent DB::Open() from querying sizes of all sst files (#6353)Mike Kolupaev
2020-01-28Add ReadOptions.auto_prefix_mode (#6314)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-11-26Allow fractional bits/key in BloomFilterPolicy (#6092)Peter Dillinger
2019-11-26Remove unused/undefined ImmutableCFOptions() (#6086)Peter Dillinger
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong