key-value-store
Here are 394 public repositories matching this topic...
-
Updated
Jul 8, 2022 - C#
-
Updated
Nov 6, 2021 - Java
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jul 7, 2022 - Go
-
Updated
Jul 9, 2022 - C++
-
Updated
May 3, 2022 - Python
-
Updated
May 25, 2022 - Go
-
Updated
Jul 9, 2022 - Rust
-
Updated
Jul 8, 2022 - Java
-
Updated
Aug 27, 2021 - Go
-
Updated
Jul 8, 2022 - C
-
Updated
Jun 7, 2022 - Go
-
Updated
Dec 14, 2021 - Java
-
Updated
Dec 23, 2020 - C
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
-
Updated
Jun 28, 2022 - Elixir
-
Updated
May 24, 2022 - Shell
-
Updated
Jun 13, 2022 - Clojure
Transactional API can be configured with custom backoff strategies. We should support it for raw API as well.
There are no external core
dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.
libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR
libraryDependencies += "io.swaydb" %% "snappy" % "version"
For now we have to exclude
-
Updated
Jun 20, 2022 - Rust
-
Updated
Jul 8, 2022 - C
-
Updated
Jun 17, 2022 - Rust
-
Updated
Nov 18, 2019
It would be better and easier to debug a program if the BytesEncoding
and BytesDecoding
traits could return any error type.
To do so we need to modify the Error
enum and more specifically the Encoding
and Decoding
variants to wrap a Box<dyn Error>
.
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.
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."
Our CMake build process produces tarball packages using the cpack
TGZ
target. This produces a server and client package with a file layout meant to match where the various artifacts go.Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few