diff --git a/include/rocksdb/advanced_options.h b/include/rocksdb/advanced_options.h index 6f45134a6..06db9ef9f 100644 --- a/include/rocksdb/advanced_options.h +++ b/include/rocksdb/advanced_options.h @@ -411,8 +411,6 @@ struct AdvancedColumnFamilyOptions { // Turning this feature on or off for an existing DB can cause unexpected // LSM tree structure so it's not recommended. // - // NOTE: this option is experimental - // // Default: false bool level_compaction_dynamic_level_bytes = false;