]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common/options.cc: make rocksdb_delete_range_threshold very high
authorNeha <nojha@redhat.com>
Thu, 20 Feb 2020 18:04:44 +0000 (18:04 +0000)
committerNeha <nojha@redhat.com>
Thu, 20 Feb 2020 18:04:44 +0000 (18:04 +0000)
commit9d3d8f5170a39e45bc956e2ed85c8ecae48613d6
tree2b5e41de7b34e57f58c010723782b9e3c9fb6b0c
parent184441a6abf6d0450e11c8715a91d6895b733613
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 <nojha@redhat.com>
src/common/options.cc