1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration/Replication/Synchronous
Wilfried Goesgens fbfd3491fb Documentation/migrate cookbook devel 32 (#3290)
* migrate the Cookbook into the ArangoDB core repository

* make cookbook links local
2017-09-20 13:40:50 +02:00
..
Configuration.md cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
Implementation.md Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
README.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Satellites.md Add docs for satellite collections from stash 2017-06-13 18:32:06 +02:00

README.md

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 setups known from other systems ArangoDB's synchronous operation guarantees a consistent state across the cluster.