The latency impact will largely depend on the network round-trip time between datacentres, since synchronous replication requires acknowledgements from a majority of replicas before a write is considered successful. As the number of datacentres increases, write latency can increase because more geographically distributed nodes participate in the consensus process. This is a common consideration in distributed database architectures and consensus-based systems such as those described in the Raft Consensus Algorithm .