mirror of
https://github.com/nxshock/zkv.git
synced 2025-07-01 00:13:37 +05:00
Add resource consumption block
This commit is contained in:
parent
82a36a1b9e
commit
28f43e56d5
1 changed files with 7 additions and 0 deletions
|
@ -86,6 +86,13 @@ File is log stuctured list of commands:
|
|||
| Length | Record body bytes length | int64 |
|
||||
| Body | Gob-encoded record | variable |
|
||||
|
||||
## Resource consumption
|
||||
|
||||
Store requirements:
|
||||
|
||||
* around 300 Mb of RAM per 1 million of keys
|
||||
* around 34 Mb of disk space for index file per 1 million of keys
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Add recovery previous state of store file on write error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue