English 中文(简体)
微软公司 协同需要把整个表格装上两边,以进行比较?
原标题:Does Microsoft Sync needs to loads an entire table on both side to compare?

I m not sure to understand well the scenarios for the Microsoft Sync Framework. I have a huge DB with thousands of lines, identical on the 2 distants SQL servers.

When i synchronize it looks like it retrieves ALL the data to compare.. What about subsequent updates ?

Thanks John

最佳回答

辛迪加进程只应重新检索增量更新,也就是说,它只应插入/更新自最后一行以来出现的更新/删除。

你们第一次尝试合并两个数据库,这两个数据库的浏览量相同?

如果两个数据库在你为私刑提供数据库时有相同的浏览量,Sync Framework就没有设想这些现有浏览量是同一个。 因此,它将把这两行连接到其他数据库。 改变申请虽然在目的地失败,因为已经存在,这将引发冲突。

问题回答

暂无回答




相关问题
Local and remote data synchronisation

We have a local server with an access database which feeds data to clients in the same domain. Now we also have a website which is hosted externally, and working on a bridge system to provided upload/...

Write-though caching of large data sets in WCF?

We ve got a smart client that talks to a SQL Server database via WCF, displaying the entities in the database, and allowing the user to edit those entities. Some of the WCF calls return a large data ...

How are mutex and lock structures implemented?

I understand the concept of locks, mutex and other synchronization structures, but how are they implemented? Are they provided by the OS, or are these structures dependent on special CPU instructions ...

AutoResetEvent, ManualResetEvent vs Monitor

Lets say I have to orchestrate a synchronization algorithm in .Net 3.5 SP1 and any of the synchronization primitives listed in the title fit perfectly for the task. From a performance perspective, is ...

Synchronising SQL database through ADO.Net

The problem that i m having is how can i synchronise my datasets in my VS 2008 project to any changes in the database. As you know we read data from the db into the dataset which is disconnected, now ...

多线同步的明显模式? (C#)

我有两条镜子,指相同的变数——电离层和透镜。 因此,我在两条路口的24小时发言中总结了接触情况。 时间接近具有优先地位——......

热门标签