Herb: Multi-DC Replication Engine for Uber’s Schemaless Datastore
1–6 of 6 posts
Re: Herb: Multi-DC Replication Engine for Uber’s Schemaless Datastore
#2Otherwise isn't this pointless bragging?
Re: Herb: Multi-DC Replication Engine for Uber’s Schemaless Datastore
#3Go ahead and downvote this; but where's the source? Otherwise isn't this pointless bragging?
Re: Herb: Multi-DC Replication Engine for Uber’s Schemaless Datastore
#4Go ahead and downvote this; but where's the source? Otherwise isn't this pointless bragging?
Either they created a holy grail of databases, or an opportunity to write a great Post-Mortem in the future.
Re: Herb: Multi-DC Replication Engine for Uber’s Schemaless Datastore
#5Go ahead and downvote this; but where's the source? Otherwise isn't this pointless bragging?
So according to this post they created geographically distributed, multi master (with a mesh topology) that is always consistent. Either they created a holy grail of databases, or an opportunity to write a great Post-Mortem in the future.
Re: Herb: Multi-DC Replication Engine for Uber’s Schemaless Datastore
#6Go ahead and downvote this; but where's the source? Otherwise isn't this pointless bragging?
So according to this post they created geographically distributed, multi master (with a mesh topology) that is always consistent. Either they created a holy grail of databases, or an opportunity to write a great Post-Mortem in the future.
> 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.