Advantages Database Mirroring:
- Database mirroring supports full-text catalogs.
- 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.
- Does not require special hardware (such as shared storage, heart-beat connection) and clusterware, thus potentially has lower infrastructure cost
- Configuration is simpler than log shipping and replication, and has built-in network encryption support (AES algorithm).
- It has automatic server failover and client failover mechanism.
- Because propagation can be done asynchronously, it requires less bandwidth than synchronous method (e.g. host-based replication, clustering) and is not limited by geographical distance with current technology.
Disadvantages of Log Shipping:
- Mirror server/database is not available for user operation.
- Potential data lost is possible in asynchronous operation mode. RTO will vary and depend on several factors, such as propagation interval time and bandwidth speed.
- Automatic server failover may not be suitable for application using multiple databases.
- It only works at database level and not at server level. It only propagates changes at database level, no server level objects, such as logins and fixed server role membership, can be propagated.
Greate information
ReplyDeleteThankyou
Limited information but thanks
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThank you so much for this nice information. Hope so many people will get aware of this and useful as well. And please keep update like this.
ReplyDeleteWhat are Data Lake Solutions? How does it work for Business Strategies
STEP BY STEP GUIDE FOR DATA LAKE SOLUTION AND ARCHITECTURE
Modern Strategies & Approaches of Data Lake Solutions
Data Lake vs Data Warehouse Things you need to know
Can Data Lakes be a Game Changer for Businesses?
7 Tips to adopt Data Lake Strategies
Are you confused as to whether you should adopt a Data Lake: Here are the 5 Best Practices that actually Work
6 Reasons to consider while choosing a Data Lake Strategy
3 Best Strategies to get the most out of Data Lake Solutions
if this is Advantage and disadvantage of Database Mirroring
ReplyDeletethen why is there Disadvantages of Log Shipping instead of Disadvantages of Database Mi?rroring