1. What are the benefits of that Database Mirroring?
Database mirroring architecture is more robust and efficient than Database Log Shipping. It can be configured to
replicate the changes synchronously to minimized data loss.
It has automatic server failover mechanism.
Configuration is simpler than log shipping and replication, and has built-in network encryption support (AES
algorithm).
Because propagation can be done asynchronously, it requires less bandwidth than synchronous method (e.g. hostbased replication, clustering) and is not limited by geographical distance with current technology.
Database mirroring supports full-text catalogs.
Does not require special hardware (such as shared storage, heart-beat connection) and cluster ware, thus potentially
has lower infrastructure cost
Comments
Leave a Comment