]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
kv/RocksDBStore: rocksdb_cache_row_ratio
authorSage Weil <sage@redhat.com>
Thu, 8 Jun 2017 17:01:45 +0000 (13:01 -0400)
committerSage Weil <sage@redhat.com>
Fri, 9 Jun 2017 14:50:55 +0000 (10:50 -0400)
commit3990137bf98ef5c658805bba6a5ae18366d5128d
tree2961e4ee6af152ff16ce2c28d114f5e10b5ea58e
parentd94fce028680176be11b8acd1d02632eeabc16df
kv/RocksDBStore: rocksdb_cache_row_ratio

Specify portion of cache to devote to row cache (the rest goes to the
block cache).

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/kv/RocksDBStore.cc