Skip to content
#

leveldb

Here are 372 public repositories matching this topic...

vijay03
vijay03 commented Nov 22, 2018

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

Improve this page

Add a description, image, and links to the leveldb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the leveldb topic, visit your repo's landing page and select "manage topics."

Learn more