Hacker News new | ask | show | jobs
by kamikaz1k 805 days ago
shouldn't these projects have a perf comparison table? there was a post a couple days ago about the an in-memory Postgres, but same problem on the perf.

if someone is considering running it, they're probably considering it against the actual thing. and I would think the main decision criteria is: _how much faster tho?_

1 comments

This is a reasonable point, we'll run some benchmarks and publish them.

We expect that it's faster than MySQL for small scale. Dolt is only 2x slower than MySQL and that includes disk access.

https://docs.dolthub.com/sql-reference/benchmarks/latency

Thanks! Appreciate your response.

In dynamic language land, we tend to use real DBs for test runs. So having a faster DB wouldn't hurt!