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

11 Commits

Author SHA1 Message Date
583f60da9f Add RebuildIndex() func 2023-04-16 10:32:58 +05:00
832d12c43b Move record tests to separate file 2023-04-15 22:33:37 +05:00
5f0d33828f Improve store read speed
by skipping store blocks
2022-12-11 21:00:36 +05:00
82a36a1b9e Add separate index file option 2022-12-10 21:39:24 +05:00
8dfc73af1d Speedup small writes by using write buffer 2022-12-09 20:05:30 +05:00
80540a662a Add test for backup with deleted records 2022-12-07 19:20:38 +05:00
9f116ad35e Add Backup() method 2022-12-05 21:26:54 +05:00
56c9dcce00 Implement write buffer 2022-12-03 20:59:17 +05:00
4ec53665af New version
* Simplify internal structures
* Update minimal Go version
* Add Delete() function
2022-12-02 20:32:09 +05:00
11599b76b6 Fix package name 2022-02-16 16:16:29 +05:00
c40ec11e9a Initial commit 2022-02-16 16:08:20 +05:00