issues
search
MrCroxx
/
RunKV
[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68
stars
7
forks
source link
feat: impl user key iterator
#29
Closed
MrCroxx
closed
2 years ago
MrCroxx
commented
2 years ago
As titled.
Implement
UserKeyIterator
.
Fix "backward seek for a key that larger than all keys" for all iterators.
Refine iterator tests.
Ref: #1 #25 #26
As titled.
UserKeyIterator
.Ref: #1 #25 #26