rocksdb/options
Yu Zhang 647cd73674 Initial add UDT in memtable only option (#11362)
Summary:
This option is immutable through the life time of the DB open. For now, updating its value between different DB open sessions is also a non compatible change. When I work on support for updating comparator, the type of updates accepted for this option will be supported then.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/11362

Test Plan: `make check`

Reviewed By: ltamasi

Differential Revision: D44873870

Pulled By: jowlyzhang

fbshipit-source-id: aa02094754b58d99abf9af4c9a8108c1350254cb
2023-04-11 17:50:34 -07:00
..
cf_options.cc Initial add UDT in memtable only option (#11362) 2023-04-11 17:50:34 -07:00
cf_options.h Initial add UDT in memtable only option (#11362) 2023-04-11 17:50:34 -07:00
configurable.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
configurable_helper.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
configurable_test.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
configurable_test.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
customizable.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
customizable_test.cc Misc cleanup of block cache code (#11291) 2023-03-15 12:08:17 -07:00
db_options.cc Put Cache and CacheWrapper in new public header (#11192) 2023-02-09 12:12:02 -08:00
db_options.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
options.cc Initial add UDT in memtable only option (#11362) 2023-04-11 17:50:34 -07:00
options_helper.cc Initial add UDT in memtable only option (#11362) 2023-04-11 17:50:34 -07:00
options_helper.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
options_parser.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
options_parser.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
options_settable_test.cc Initial add UDT in memtable only option (#11362) 2023-04-11 17:50:34 -07:00
options_test.cc Initial add UDT in memtable only option (#11362) 2023-04-11 17:50:34 -07:00