-
- Artifacts from a Speedb build (JAR, Libraries, etc) will include the Speedb name (e.g. libspeedb.a)
- Installation packages (CMake packages, Maven artifactory, apt/yum installers, etc) will include …
-
Currently the `WriteBufferManager` is a passive entity that can be queried for the state of the memory quota and let the caller act upon it. In the case of flushes, this means that the `WriteBufferMan…
-
The changes in #156 were accidentally applied to the `GetRocksVersionAsString()` function instead of `GetSpeedbVersionAsString()`. This replaced `ROCKSDB_PATCH` with `SPEEDB_PATCH` (causing 7.2.2 to b…
-
Running basic test with the group option, fails on compression:
#~/speedb# /root/speedb/db_bench --groups " --benchmarks=fillrandom,levelstats --compression_type=None -db=/data/ -num=500000 -value_…
-
During @noamhaham's performance runs, he discovered that there is a performance degradation with the paired filter with bpk=10.
suggests to adjust the user's bpk (round up) to end up in an effective b…
-
### Description
I want to add some labeled data into OpenDigger to help us for our community analysis.
The data is based on a dataset fused by data from [dbdb.io](https://www.dbdb.io/) and [DB-Eng…
-
As part of the OSS plan, let's extract the relevant parts of the delayed write mechanism from the proprietary version and port it (as is) to the open source version, gated behind a flag to decide whet…
-
Owner: yuval
as can be seen in the analysis in https://github.com/speedb-io/speedb/issues/154#issuecomment-1310053858 , the current mechanism which calculates the delayed write rate needs improveme…
-
Changing the compactions threads from 1 to 8 showed dramatic performance changes especially in the write tests but not only.
We would like a research to be done as to:
1. what is the advantage of mo…
-
#22 is the issue to implement the new memtable.
The new memtable needs documentation - Wiki page + benchmark results
This issue is to track the documentation.