Skip to content
#

key-value-store

Here are 364 public repositories matching this topic...

sfc-gh-ajbeamon
sfc-gh-ajbeamon commented Nov 29, 2021

We create a number of threads in various places in our code, and in most cases we do not give these threads names. It could be helpful to have names that make it easier for us to see what a thread is doing. Some examples include:

  1. The network thread created by bindings (some bindings name this thread, others do not)
  2. External network threads (name proposed in #6033)
  3. Trace logging threa
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

SwayDB

Improve this page

Add a description, image, and links to the key-value-store 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 key-value-store topic, visit your repo's landing page and select "manage topics."

Learn more