atlassian-labs / db-replica

Automatically chooses between database connections to read-write main or read-only replica
Apache License 2.0
10 stars 11 forks source link

Check MultiReplicaConsistency in parallel to reduce latency overhead #144

Open afaruga-atlassian opened 2 years ago

afaruga-atlassian commented 2 years ago

Learnt about it here: https://github.com/atlassian-labs/db-replica/pull/143/files#r853780226

Currently, MultiReplicaConsistency is checked sequentially replica1,replica2... it should be checked simultaneously