1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration/Replication/Synchronous
Andreas Streichardt bd61fd549e Hopefully make the example a bit more understandable 2017-01-12 14:16:47 +01:00
..
Satellites Fix link 2016-12-09 15:30:03 +01:00
Configuration.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Implementation.mdpp Hopefully make the example a bit more understandable 2017-01-12 14:16:47 +01:00
README.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00

README.mdpp

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.