top | item 45655793 (no title) yeswecatan | 4 months ago How do you handle replication lag for databases? discuss order hn newest 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.
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.
zacmps|4 months ago