erigontech / erigontech/erigon
Just-In-Time-Compaction
Open
ErigonDB
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
Can merge `0-64.kv` when `64-65.kv` available. And during creation of `0-64.kv` (during merge) skip all keys which exist in `64-65.kv`.
Pros:
- it’s deterministic (across nodes)
- work for all domains
- can give it name Jitcy
Cons:
- everything purified - means can’t remove files anymore (like rm-state —latest)
Let’s make an experimental branch and check the effect
Contributor guide
Assessment
This issue has not been assessed yet.