facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.

Home Page:http://rocksdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache Dump all keys without filter

lhsoft opened this issue · comments

Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev

Expected behavior

Currently cache dumper filter the keys by collecting table properties of all rocksdb instance.
In our env, we have more than 1000+ rocksdb instance in one host and we only need to dump all cache keys without filter.
It's better to add dump_all_keys options to CacheDumpOptions to dump all keys without filter.

Actual behavior

Steps to reproduce the behavior