Hacker News new | ask | show | jobs
by throwaway123402 2885 days ago
It's a little unclear from the article, but based on

> Since the system supports asynchronous replication, our data centers eventually become consistent. Writes are considered complete as soon as the remote data center acknowledges it.

I assume its eventually consistent (so AP).

I wish they compared why normal mysql async replication fails for them and they needed to build this though.