Reputation: 13
In data replication, is it correct to claim that the time for replication is the write time on the source server plus the delay between the nodes plus the write time on the target server?
Upvotes: 1
Views: 50
Reputation: 16400
Basically. Thats included in the coordinator read latency if you want to look at that. At least up to the consistency level requested number of replicas.
Upvotes: 1