Global limit for TableCache
Open
design discussion
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
Now rocksdb uses global cache for BlockCache, but there is no global cache for TableCache.
### Expected behavior
A global TableCache could be shared between different RocksDB instances on single host
### Actual behavior
### Steps to reproduce the behavior
Contributor guide
Assessment
This issue has not been assessed yet.