Hacker News new | ask | show | jobs
by sgt_bilko 557 days ago
What are the practical ways to increase throughput for both DBs?
1 comments

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.