From 0fe463b5e1fe62e03b498c32aa708be8c10eb0b8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 9 Nov 2017 20:10:59 -0600 Subject: [PATCH] os/filestore: disable rocksdb compression Experience working with customer escalations suggests that disabling compression improves performance, and the storage overhead is generally not a concern for the metadata and omap data we are storing. Signed-off-by: Sage Weil (cherry picked from commit b878ead071b328e5fe7309a2368383e67679e9f7) # Conflicts: # src/common/options.cc --- 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 269923239ca0..5fdd32b5503a 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3670,7 +3670,7 @@ std::vector