You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RocksDB can create bloom-filter with prefix of keys. And when user want to seek some key, RocksDB can tell whether this key is found when the prefix of which seek key match the first key in DB.
RocksDB can give a bound to iterator so that iterator would not skip too many tombstone.
The text was updated successfully, but these errors were encountered:
Description
RocksDB can create bloom-filter with prefix of keys. And when user want to seek some key, RocksDB can tell whether this key is found when the prefix of which seek key match the first key in DB.
RocksDB can give a bound to iterator so that iterator would not skip too many tombstone.
The text was updated successfully, but these errors were encountered: