top | item 45655793

(no title)

yeswecatan | 4 months ago

How do you handle replication lag for databases?

discuss

order

zacmps|4 months ago

If you use something like cockroachdb you can have a multi-master cluster and use regional-by-row tables to locate data close to users. It'll fail over fine to other regions if needed.