2 comments

[ 3.1 ms ] story [ 16.9 ms ] thread
What are the practical ways to increase throughput for both DBs?
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.