1
0
mirror of https://github.com/nxshock/zkv.git synced 2024-11-27 11:21:02 +05:00

Add TODOs

This commit is contained in:
nxshock 2022-12-03 21:03:27 +05:00
parent 56c9dcce00
commit aa1a2edda6

View File

@ -60,3 +60,9 @@ File is log stuctured list of commands:
| -------| ------------------------ | -------- | | -------| ------------------------ | -------- |
| Length | Record body bytes length | int64 | | Length | Record body bytes length | int64 |
| Body | Gob-encoded record | variable | | Body | Gob-encoded record | variable |
## TODO
- [ ] Implement `Copy()` method to copy store without deleted records
- [ ] Test [seekable zstd streams](https://github.com/SaveTheRbtz/zstd-seekable-format-go)
- [ ] Implement optional separate index file to speedup store initialization