1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration/Replication/Synchronous
Andreas Streichardt 2e0b3cb96e Some corrections 2016-06-17 18:12:38 +02:00
..
Configuration.mdpp Fix sharding chapter 2016-06-17 18:10:34 +02:00
Implementation.mdpp Some corrections 2016-06-17 18:12:38 +02:00
README.mdpp Some corrections 2016-06-17 18:12:38 +02:00

README.mdpp

!CHAPTER Synchronous Replication

At its core synchronous replication will replicate write operations to multiple hosts. This feature is only available when operating ArangoDB in a cluster. Whenever a coordinator executes a sychronously replicated write operation it will only be reported to be successful if it was carried out on all replicas. In contrast to multi master replication known from other systems ArangoDB's synchronous operation guarantees a consistent state across the cluster.