couchbaselabs / couchbaselabs/ForestDB-Benchmark
Consider having lsm-tree as default storage engine for wiredtiger
Open
- Dominant language
- C++
- Stars
- 33
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Or maybe as another variant included in the benchmark?
``` diff
-static int indexing_type = 0;
+static int indexing_type = 1;
```
Also, rocksdb has a prefix-db variant (better random-read perf) that could be included.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.