diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 8851285f0..82eacec59 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -1266,8 +1266,6 @@ struct DBOptions { // It is strongly recommended to set enable_write_thread_adaptive_yield // if you are going to use this feature. // - // THIS FEATURE IS NOT STABLE YET. - // // Default: false bool allow_concurrent_memtable_write; @@ -1276,8 +1274,6 @@ struct DBOptions { // This can substantially improve throughput for concurrent workloads, // regardless of whether allow_concurrent_memtable_write is enabled. // - // THIS FEATURE IS NOT STABLE YET. - // // Default: false bool enable_write_thread_adaptive_yield;