SQL Replication

本文详细介绍了 SQL Server 中的四种复制类型:合并复制、事务复制、快照复制及对等复制。针对每种复制方式的特点进行了阐述,包括它们的数据同步机制、离线工作能力及数据过滤功能等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Meger Replication

 

1) Allow subscribers to modify information in an offline state and the replicate it back to the publisher ,

2) A subscriber can also replicate information to other subscribers .

3) Provide data filtering. In data filtering, you can filter different updates to different subscribers at different locations.

4) Allow information to be replicated to users who are mobile and are not always connected to the SQL Server.

4) Provide the ability to resolve confilicts that occur during replication .

 

 

Transaction Replication


use this type of replication to progagate incremental changes to from one server to another server immediately, As soon as a change occurs in a database,

1) the data is replicate immediately to its partners . for instance, if there is a row value that changes multiple times, every change will be replicated to its partner,

2) In this type of replication, there are typically fewer subscribers keeping the read-only copy of replicated data.

3) This type of replication does not have the ability to allow subscribers to work offline and then replicate changes when they are back online.

4) This type of replication also does not have the flexibility to filter data during replication.

 

Snapshot Replication

 

1) This type of replication is used when you need to replicate a large volumn of information.

2) This type of replication does not have the ability to allow subscribers to work offline and then replicate changes when they are back online.

3) This type of replication also does not have the flexibility to filter data during replication.

 

 

Peer-to-Peer Replication

 

1) This type of replication is typically used when you need high availablity and scalability

2) This type of replication does not have the ability to allow subscribers to work offline and then replicate changes when they are back online.

3) This type of replication also does not have the flexibility to filter data during replication.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值