-
-
**Describe the bug**
```
lsm-tree-micro-bench: FsError {fsErrorType = FsResourceAlreadyExist, fsErrorPath = /private/var/folders/9b/tq2xht4j42jdnhy6x5nt8r040000gn/T/lookupsInBatchesEnv-188f880fc0b9a…
-
test comments
-
General benchmarks of this design comparing to other implementations of an LSM tree storage engine.
**Benchmark against:**
1. RocksDB
2. SpeeDB
3. LMDB
4. LevelDB
-
![WAL](https://user-images.githubusercontent.com/12581295/196644303-3dfac806-5193-4208-ac57-dedb0af4e53b.png)
-
-
Reference:
https://github.com/Yamato-Security/hayabusa/discussions/1391
-
By default, the LSM tree of a compaction group can have at most 7 levels (L0 - L6) with [base level (i.e. the first non-L0 level) size set to 512MB](https://github.com/risingwavelabs/risingwave/blob/e…
-
### Expected behavior
All files on disk should be contained in the LSM tree.
### Actual behavior
Some files are not in the LSM tree, resulting in an error.
### Steps to reproduce the behav…
-
Hudi 0.14.1
This webpage "https://hudi.apache.org/docs/timeline/" indicates that Hudi has adopted the LSM-tree structure in its Timeline starting from version 0.14.1. However, upon inspecting the s…