Skip to content
#

leveldb

Here are 403 public repositories matching this topic...

IceFireDB is a database built for web3 and web2, and strives to fill the gap between web2 and web3 with the help of a friendly database experience, making web3 application data storage more convenient, and making web2 applications easier to access the blockchain.

  • Updated Apr 25, 2022
  • Go
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