From 9d3d8f5170a39e45bc956e2ed85c8ecae48613d6 Mon Sep 17 00:00:00 2001 From: Neha Date: Thu, 20 Feb 2020 18:04:44 +0000 Subject: [PATCH] common/options.cc: make rocksdb_delete_range_threshold very high In b493e96bc181e03d1ab5dfe556a866d6ffb16cec, we added a minimum key limit before invoking DeleteRange. Existing results show cpu and latency issues when DeleteRange is invoked for all objects. Until we have more conclusive results to prove its usefulness, increase this limit to a very high number to avoid users from hitting it. 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 96f31747f83f..e11b889cebdc 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3648,7 +3648,7 @@ std::vector