Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Replication / November 2005

Tip: Looking for answers? Try searching our database.

merge replication & scalability

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Troy Wolbrink - 29 Nov 2005 03:34 GMT
I'm wondering how well merge replication scales to a large number of
subscribers.  Where is the state of the merge sync relationship between the
publisher and subscriber stored?  Is it in the subscriber database,
distributor database, or in the publisher database?

Thanks,
Troy
Hilary Cotter - 29 Nov 2005 17:27 GMT
It scales to several thousand subscribers, but it is normally implemented as
a hierarchy. IE you have a head office replicating to branch offices and the
subscribers hang off the branch offices as opposed to the head office. You
can have several levels of hierarchies.

The information about the sync is held for the most part in MSmerge_replinfo
table on the subscriber. The history of the sync is held in the distribution
database. Some data is held in the publisher, for instance with the minimize
network data option in horizontal filtering data is stored in the
msmerge_contents and tombstone where the data went.

Signature

Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

> I'm wondering how well merge replication scales to a large number of
> subscribers.  Where is the state of the merge sync relationship between
[quoted text clipped - 3 lines]
> Thanks,
> Troy
Troy Wolbrink - 30 Nov 2005 03:08 GMT
Thanks for the information.  I'm definitely going to have to buy your merge
replication book when it comes out.  Will this book stand on its own?  Or
will your book on transaction replication be required reading first?

--Troy

> It scales to several thousand subscribers, but it is normally implemented
> as a hierarchy. IE you have a head office replicating to branch offices
[quoted text clipped - 6 lines]
> instance with the minimize network data option in horizontal filtering
> data is stored in the msmerge_contents and tombstone where the data went.

>> I'm wondering how well merge replication scales to a large number of
>> subscribers.  Where is the state of the merge sync relationship between
>> the publisher and subscriber stored?  Is it in the subscriber database,
>> distributor database, or in the publisher database?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.