all groups > sql server replication > july 2004 >
You're in the

sql server replication

group:

Slow Delivery Rate - Distribution Agent



Slow Delivery Rate - Distribution Agent matt
7/28/2004 10:57:02 PM
sql server replication: Have been assigned to fix this problem for a client.

Re: Slow Delivery Rate - Distribution Agent Hilary Cotter
7/29/2004 8:51:32 AM
what are the indexes like on the subscriber tables? You should minimize them
as much as possible for maximum performance. Also do any triggers exist
here?

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


[quoted text, click to view]
the distribution agent is on distibuting 8 -15 cmd/sec leaving thousands of
transactions to process overnight... even delayad til the weekend. How do i
speed up distribution agent. I have starting trying indexs on the large
tables (that where missing from replication DB) however this is having
minmal impact? ANY suggestions?

Re: Slow Delivery Rate - Distribution Agent matt
8/1/2004 4:39:01 PM
There are no triggers... however indexes are another story. There are indexes missing on the Primary key fields on most pf the tables (as they where n ot created by replication setup) and lots of indexes on other columns in the tables. My understanding was the replication stored procedures worked faster with indexs on primary keys in rep DB... and then only put indexes on columns needed for reporting purposes (reason for replication DB) is this correct?

[quoted text, click to view]
AddThis Social Bookmark Button