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
Hi @yiwu-arbug , sorry for late for this PCP, I had simplily add a PR: tikv/rocksdb#144 for this issue, add HighPriCache and LowPriCache two interface in rocksdb
Hi @yiwu-arbug , sorry for late for this PCP, I had simplily add a PR: tikv/rocksdb#144 for this issue, add HighPriCache and LowPriCache two interface in rocksdb
Implement
PrioritizedCache
, which wraps a singleLRUCache
, but have additional API to return childCache
instances that:Part of tikv/tikv#5742
The text was updated successfully, but these errors were encountered: