Hacker News new | ask | show | jobs
by yeswecatan 247 days ago
How do you handle replication lag for databases?
1 comments

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.