fjall icon indicating copy to clipboard operation
fjall copied to clipboard

🗻 LSM-based embeddable key-value storage engine written in safe Rust

Results 15 fjall issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies cargo Cargo.toml...

On demand and/or on a regular, but infrequent, interval, check each level and maybe compact it into itself (need a SingleLevelCompactor), or pull down into last level ideally (to remove...

enhancement
help wanted
good first issue
epic

We should have all the pieces to get transactions working: - Snapshots achieved by MVCC - Atomicity achieved by `Batch`

enhancement
help wanted
epic
api

https://github.com/fjall-rs/lsm-tree/issues/1

enhancement
epic
api

- [ ] Implement https://github.com/fjall-rs/lsm-tree/issues/2 - [ ] Implement in journal - [ ] Implement in partition - [ ] Implement in transaction

documentation
enhancement
help wanted
performance
epic
test
breaking
blocked
api
data format

https://github.com/fjall-rs/lsm-tree/issues/38 Update queue example --- SingleDeletes are a very useful operation if any given key is only ever inserted once and never updated (like a Queue)... With standard tombstones, the...

documentation
enhancement
performance
epic
test
api
examples
data format

### Discussed in https://github.com/fjall-rs/fjall/discussions/73 Originally posted by **dbbnrl** August 3, 2024 In my application I sometimes generate DB entries from existing entries. The pattern is that I iterate over a...

bug
help wanted

https://docs.rs/fjall/latest/fjall/struct.WriteTransaction.html It's hard to use across threads in async context, internally it's using a Mutex, is it not possible to implement the Send bound? It makes it easier to wrap...

enhancement
help wanted
blocked
api

enhancement
performance