We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11631c0 commit 7208116Copy full SHA for 7208116
include/rocksdb/advanced_options.h
@@ -863,7 +863,7 @@ struct AdvancedColumnFamilyOptions {
863
//
864
// Default: 0 (disable the feature)
865
866
- // Not dynamically changeable, change it requires db restart.
+ // Dynamically changeable through the SetOptions() API
867
uint64_t preclude_last_level_data_seconds = 0;
868
869
// EXPERIMENTAL
@@ -886,7 +886,7 @@ struct AdvancedColumnFamilyOptions {
886
887
888
889
890
uint64_t preserve_internal_time_seconds = 0;
891
892
// When set, large values (blobs) are written to separate blob files, and
0 commit comments