[Question posted by a user on YugabyteDB Community Slack]
Wanted to analyze the Migration path from CockroachDB to YugaByteDB. Does Yugabyte support multiregion cluster out of the box with master-master replication? Let’s say we have
Region 1: WEB + API + DB1
Region 2: WEB + API + DB2
DB1 should be eventually consistent to DB2. While we keep the latencies low.
The same configuration in CockroachDB causes Region1 OR Region2 to have high latencies, due to the round-trip of data during the replication.