]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: use db->rm_range_keys to delete range of keys 18279/head
authorlisali <xiaoyan.li@intel.com>
Fri, 13 Oct 2017 09:51:39 +0000 (05:51 -0400)
committerlisali <xiaoyan.li@intel.com>
Tue, 17 Oct 2017 10:56:44 +0000 (06:56 -0400)
commit007d239c12dfa1bf93584240545395dcbc29f08c
tree5cef1b706dce240a95d4a114011efc6688791df7
parent3455a38f732df203d9a630f30e459a4c72e994e9
os/bluestore: use db->rm_range_keys to delete range of keys

As Key Value DB provides the rm_range_keys interface to remove
some range of keys, BlueStore should use the interface. DB can
provide more efficient ways.

Signed-off-by: Xiaoyan Li <xiaoyan.li@intel.com>
src/os/bluestore/BlueStore.cc