↳
In-reply-to
»
I love simple, lightweight, small, minimal tools that just do the bare minimum. Based on that, does anyone have any good recommendations for a key value store that is:
- lightweight
- clustered
- sharded (so if I have 5 instances and 100 keys, each node will roughly have 20 keys on it).
- easy to join nodes: as in
⤋ Read More
kv-server --join somehost:1111
Did a quick benchmark:
https://git.mills.io/prologic/bitraft/issues/58
Seems the summary benchmark of a 5node cluster on my laptop is:
GET: 1165.64 requests per second
SET: 1061.80 requests per second