From: Sagar Vemuri Date: Wed, 13 Sep 2017 22:50:38 +0000 (-0700) Subject: Remove 'experimental' comment around level_compaction_dynamic_level_bytes option X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d6e42122b3d247a80a11b7e2d476d88263acd07;p=rocksdb.git Remove 'experimental' comment around level_compaction_dynamic_level_bytes option Summary: Remove misleading 'experimental' comment around `level_compaction_dynamic_level_bytes` option. This is not experimental anymore and is ready for wider adoption. MyRocks is already using it in production. Closes https://github.com/facebook/rocksdb/pull/2878 Differential Revision: D5828890 Pulled By: sagar0 fbshipit-source-id: fffb45f4999f689b7eca326e4f4caf472d40c5a9 --- diff --git a/include/rocksdb/advanced_options.h b/include/rocksdb/advanced_options.h index 6f45134a..06db9ef9 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;