From 8758697a95f7319327b07c5336508affc6acf5dc Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Wed, 13 Nov 2019 07:33:01 -0800 Subject: [PATCH] Revert "rocksdb: enable rocksdb_rmrange=true by default" This reverts commit 29bafe57503066c962cc692a66178b083fd43343. We have observed drastically poor performance when rocksdb_rmrange is used for every key deletion. This change is specific to nautilus, since we are experimenting with rocksdb_rmrange along with https://github.com/ceph/ceph/pull/31442 in master. Signed-off-by: Neha Ojha --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 051dca4872f4..1265a5d20510 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3980,7 +3980,7 @@ std::vector