5 ms·
What are the practical ways to increase throughput for both DBs?
by sgt_bilko 2y ago
What are the practical ways to increase throughput for both DBs?
- philippta 2y agoWith postgres you could vertically scale the database or shard the data. With cockroach you could add more nodes while keeping the replication count constant.