SQL 2005 数据库镜像
生活随笔
收集整理的這篇文章主要介紹了
SQL 2005 数据库镜像
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
SQL 2005 中提出了數(shù)據(jù)庫鏡像的概念。
這個跟 Clustering,Replication還是有區(qū)別的。
mirroring is at a database level, has fast failover and duplicates all hardware and storage. Clustering has shared storage, duplicates the entire instance, and has longer failover times. Consider replication for scaleout reporting.
有個技術聊天關于 Data Mirroring 的。
http://www.microsoft.com/technet/community/chats/trans/sql/sql_102704.mspx
看來ms 在數(shù)據(jù)庫的高可用性方面確實有很多新的思想加進來。
這個跟 Clustering,Replication還是有區(qū)別的。
mirroring is at a database level, has fast failover and duplicates all hardware and storage. Clustering has shared storage, duplicates the entire instance, and has longer failover times. Consider replication for scaleout reporting.
有個技術聊天關于 Data Mirroring 的。
http://www.microsoft.com/technet/community/chats/trans/sql/sql_102704.mspx
看來ms 在數(shù)據(jù)庫的高可用性方面確實有很多新的思想加進來。
轉載于:https://www.cnblogs.com/montaque/archive/2004/11/16/64275.html
總結
以上是生活随笔為你收集整理的SQL 2005 数据库镜像的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 最近工作有点累
- 下一篇: 接口映射的实现及原理