Hacker News new | ask | show | jobs
by rnallandigal 848 days ago
Why not benchmark against redis running locally? Also fyi the dns for inlined.io seems to not be working.
1 comments

IKV is a managed DB solution ex. a user does not need to build data replication or backup pipelines. A "local" Redis instance is not fully managed - the instance goes down - your data is unavailable (unless you build a full distributed system around it).

The benchmark is done considering what an end user will use directly in their application. The performance gain comes from avoiding remote network calls and minimizing serde.

The landing page is under construction :)