-
I want to add some labeled data into OpenDigger to help us for our community analysis.
The data is based on [DB-Engines](https://db-engines.com/en/ranking) in Dec, 2022. It is an extended version…
-
Owner: yuval
problem description :
During heavy write pressure, L0->L1 compaction in the current implementation may pick many more L0 files than level0_file_num_compaction_trigger.
Large steps …
-
Why :
Reduce false positives rate while using the same amount of memory.
What:
Develop a filter which is fast and low on CPU consumption on the one hand, but with a better memory footprint- FPR tra…
-
Owner: @isaac-io
This issue handles updates needed to the CONTRIBUTING guide, as per the Speedb development process
rtpro updated
2 years ago
-
Needs to support speedb plug in the automation make process
We are now going to use speedb plug for various speedb options (memtablerep, bloomfilter) so to be able use it we need to add to the compil…
-
Building Speedb on my machine using Clang 14 fails with the following errors:
```
/home/isaac/projects/speedb-io/options/db_options.h:120:21: error: definition of implicit copy constructor for 'Mu…
-
Performance testing cycle in the code freeze prior to Apricot release
-
Currently `db_bench` doesn't allow controlling the range of the keys that's being read during a read workload, so for the new paired bloom filter (#29) this causes the workload to bypass the filter co…
-
Looks like we are getting stales during fillup and take some time to recover.
-
Due to a last minute change before merging #30, the `logger` argument to `CreateMemTableRep()` is now unused. In some configurations where unused variables are treated as errors, this breaks the compi…