1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration/Replication/Synchronous
Simran 0e0b467a45 Doc - Adds toc plugin (#4577)
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
..
Configuration.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Implementation.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
README.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Satellites.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01: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.