SSDB - A fast NoSQL database, an alternative to Redis
-
Updated
Dec 22, 2021 - C++
Add a description, image, and links to the leveldb topic page so that developers can more easily learn about it.
To associate your repository with the leveldb topic, visit your repo's landing page and select "manage topics."
Right now, PebblesDB uses a lot of memory for the TableCache (caching metadata) and for the bloom filters used for each sstable.
We want to add a command line option for PebblesDB which would limit the total amount of memory used by PebblesDB for the TableCache and bloom filters.
When using the specified amount of memory, preference should be given first to the table cache, and then bloom