Top
New
Ask
Show
PostgreSQL vs. CockroachDB Benchmark
3 points by
philippta
7 months ago |
2 comments
sgt_bilko
7 months ago
What are the practical ways to increase throughput for both DBs?
philippta
7 months ago
With postgres you could vertically scale the database or shard the data.
With cockroach you could add more nodes while keeping the replication count constant.