top | item 42323006

(no title)

sgt_bilko | 1 year ago

What are the practical ways to increase throughput for both DBs?

discuss

order

philippta|1 year 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.