]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Remove 'experimental' comment around level_compaction_dynamic_level_bytes option
authorSagar Vemuri <svemuri@fb.com>
Wed, 13 Sep 2017 22:50:38 +0000 (15:50 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Sep 2017 22:56:24 +0000 (15:56 -0700)
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

include/rocksdb/advanced_options.h

index 6f45134a68392a4cdc08c92fddcac526284ebead..06db9ef9f1068425804c4485baa2db2f86c7e889 100644 (file)
@@ -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;