Summary the high availability technologies offered by SQL Server 2008.

Summary the high availability technologies offered by SQL Server 2008.

1.       Federated Databases.

2.       Failover Clustering

3.       Mirror Database

4.       Peer to peer Replication

 ==================================================

1.Federated database is a collection of independent servers.Connected by a LAN.

The data is distributed across each participating server.

The application see a logical single view of data through UNION ALL views.

The application know which data in the view is local and which is remote.

To avoid creating a hot node the DBA need to know how to partition and distribute the data.

If one node failure then need DBA to take offline the data on the node.

It does not provide the complete availability.

 

2.Failover Clustering is a group of SQL Server database acts just like a single SQL Server database.

The clustering does not provide additional scalability. The database only runs on 1 node.once this node fails all connections to this database are lost.

The new connection has to wait restart the SQL server database on a surviving nodel.

The application need to reconnect and restart their transactions.

The procedure is complex and take rather long time and also the standby node has nothing to do if the primary node work well.

 

3.Mirror Database

The SQL Server database provide more than one warm standby site through log shipping.

Mirror Database does not provide any kind of scalability.

The availability of it is similar to Oracle Data Physical Guard.

The Mirror Database is in unavailable state to application until a failover occurred automitically or manually.

 

4.Peer to Peer Replication

The Replication can move data in both ways,act as a bi directional replication.

It also provide the load balance workload across more than one database server.

It does not provide any scalability.It provide the conflict detection and conflict resolution since it is bidirectional replication.

The data is reducdent distributed across all the participating server.

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值