Y
Hacker News
new
|
ask
|
show
|
jobs
by
nlavezzo
4205 days ago
All of the transactions in the test noted in the blog are multi-key transactions. (20 key updates)
1 comments
dchichkov
4205 days ago
When claiming the 14.4MHz number, is that per 20-key update? Or a single key update in the 20-key update? And what's the latency on the 20-key update?
link
itp
4205 days ago
The writes we are measuring are individual keys, modified atomically in transactions of 20 keys at a time. So this test is doing 14 million writes per second as 720 thousand transactions per second.
link