Does mySQL replication have immediate data consistency?

Consistency in the sense it is used in ACID means that all constraints are satisfied before and after any change. When a system assures that you can’t read data that is inconsistent, they’re saying for example that you will never read data where a child row references a non-existent parent row, or where half of … Read more