summaryrefslogtreecommitdiff
path: root/options/cf_options.h
AgeCommit message (Expand)Author
2024-08-19Add an option to verify memtable key order during reads (#12889)Changyu Bi
2024-06-07Support pro-actively erasing obsolete block cache entries (#12694)Peter Dillinger
2024-02-28default_write_temperature option (#12388)Peter Dillinger
2024-02-27Remove `bottommost_temperature` (#12389)Peter Dillinger
2024-02-21No filesystem reads during `Merge()` writes (#12365)Andrew Kryczka
2024-02-02Remove deprecated option `ignore_max_compaction_bytes_for_input` (#12323)Changyu Bi
2024-02-02Remove deprecated option `level_compaction_dynamic_file_size` (#12325)Changyu Bi
2024-01-31Removed `check_flush_compaction_key_order` (#12311)Andrew Kryczka
2023-08-17Add a per column family default temperature option for accounting (#11708)Yu Zhang
2023-08-16Delay bottommost level single file compactions (#11701)Changyu Bi
2023-08-02Add an option to trigger flush when the number of range deletions reach a thr...Vardhan
2023-04-25Block per key-value checksum (#11287)Changyu Bi
2023-04-11Initial add UDT in memtable only option (#11362)Yu Zhang
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-10-21Ignore max_compaction_bytes for compaction input that are within output key-r...Changyu Bi
2022-10-07Add option `preserve_internal_time_seconds` to preserve the time info (#10747)Jay Zhuang
2022-09-29Align compaction output file boundaries to the next level ones (#10655)Jay Zhuang
2022-08-12Add memtable per key-value checksum (#10281)Changyu Bi
2022-08-08Change `bottommost_temperture` to `last_level_temperture` (#10471)Jay Zhuang
2022-07-17Support prepopulating/warming the blob cache (#10298)Gang Liao
2022-07-14Add seqno to time mapping (#10338)Jay Zhuang
2022-06-23Dynamically changeable `MemPurge` option (#10011)Baptiste Lemaire
2022-06-14Add blob cache option in the column family options (#10155)Gang Liao
2022-06-02Make it possible to enable blob files starting from a certain LSM tree level ...Gang Liao
2022-03-07`compression_per_level` should be used for flush and changeable (#9658)Jay Zhuang
2022-01-26Remove unused option purge_redundant_kvs_while_flush (#9429)Jay Zhuang
2021-11-19Support readahead during compaction for blob files (#9187)Levi Tamasi
2021-10-11Make it possible to force the garbage collection of the oldest blob files (#8...Levi Tamasi
2021-05-11Added static methods for simple types to OptionTypeInfo (#8249)mrambacher
2021-05-05Make ImmutableOptions struct that inherits from ImmutableCFOptions and Immuta...mrambacher
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-22Make types of Immutable/Mutable Options fields match that of the underlying O...mrambacher
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2020-11-12Add options for integrated blob GC (#7661)Levi Tamasi
2020-10-19Add a host location property to TableProperties (#7479)anand76
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-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-22Make max_subcompactions dynamically changeable (#7159)Jay Zhuang
2020-06-09make L0 index/filter pinned memory usage predictable (#6911)Andrew Kryczka
2020-03-31Make options.bottommost_compression, compression_opts and bottommost_compress...sdong
2020-03-29Use FileChecksumGenFactory for SST file checksum (#6600)Zhichao Cao
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
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-11-26Remove unused/undefined ImmutableCFOptions() (#6086)Peter Dillinger