Hacker News new | past | comments | ask | show | jobs | submit login

Figures per minute? Same-process key-value should give millions per second operations (using one thread). And accessing via network, e.g. a la Redis, should be hundreds of thousands per second [1].

[1] https://redis.io/topics/benchmarks




You are comparing a memory first store against a disk first store. Everything is much faster if it only has to be stored in RAM before the update is considered successful.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: