-
-
**Describe the bug**
```
lsm-tree-micro-bench: FsError {fsErrorType = FsResourceAlreadyExist, fsErrorPath = /private/var/folders/9b/tq2xht4j42jdnhy6x5nt8r040000gn/T/lookupsInBatchesEnv-188f880fc0b9a…
-
test comments
-
**Describe the bug**
The use of `strict-mvar`'s `modifyMVarMasked_` and `modifyMVarMasked` functions in the `Database.LSMTree.Internal.MergeSchedule` module make our `NoThunks` tests fail. We start t…
-
![WAL](https://user-images.githubusercontent.com/12581295/196644303-3dfac806-5193-4208-ac57-dedb0af4e53b.png)
-
-
I found this on Reddit but I decided to post here because my comment got too long.
Disclaimer: I'm making https://github.com/fjall-rs/lsm-tree, so I have some experience with LSM-trees.
I don't …
-
Currently Linux distributions don't enable BPF LSM by default. Enabling it requires editing GRUB configuration and providing custom kernel parameter like:
```
GRUB_CMDLINE_LINUX="lsm=lockdown,capa…
-
### Possible API
- `Keyspace::backup_to(path: P) -> crate::Result`
- `TxKeyspace::backup_to(path: P) -> crate::Result` (just needs to call inner)
(When we have https://github.com/fjall-rs/fjall…
-
- [ ] Implement https://github.com/fjall-rs/lsm-tree/issues/2
- [ ] Implement in journal
- [ ] Implement in partition
- [ ] Implement in transaction