简体   繁体   中英

Merge Replication for Huge Tables

I have a problem. I have an audit table which is about 66 million rows, and the client wants to replicate it to another server, but this table has no cluster index, so the only way to do it is through merge replication, but it always times out, I gues this happends because the table is tat big.

I want to know if there is a way to do this without getting the timeout error?

Thanks.

You can handle the replication using the .NET Framework's Replication Management Objects, opening additional threads to merge the rows in chunks, and passing back responses to the application/client.

Replication Management Object Concepts

Perhaps there are other problem with your configuration. Are you certain which you configured it truly?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM