Synchronous Replication

The alternative forĀ asynchronous replication; a system where two disk/storage systems are kept synchronized at all times. This enables the secondary system to take over in case of a failure on the primary system without data loss, making it ideal for building highly available systems and disaster recovery.

The disadvantage of this form of replication is that all data needs to be written to both the primary and secondary system before the write is reported as completed; this can lead to slower writes if the secondary system is too far away or the link between the two systems becomes saturated.

Back to Glossary Index

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>