rust-rocksdb icon indicating copy to clipboard operation
rust-rocksdb copied to clipboard

Support Write Buffer Manager

Open timokoesters opened this issue 3 years ago • 0 comments

https://github.com/facebook/rocksdb/wiki/Write-Buffer-Manager

It would be great if you could add support for the write buffer manager. This would allow me to do this:

Limit the total memtable usage across multiple column families and DBs under a threshold

timokoesters avatar Jan 16 '22 08:01 timokoesters