January 2, 2013 at 8:42 pm
Hi SQL Experts,
We have an OLTP that was configured in P2P replication.
Both the peer nodes were running with SQLserver 2008 R2 SP1. We noticed that one of the DB we have a lot of latency issues and decide to change the readbatchsize from default 500 to 5000. it took 10 hours before we removed the latency. But on the other hand we are seeing a lot of messages in the log reader.
We are using push subscription.
" Approximately 500000 log records have been scanned in pass # 3, 1 of which were marked for replication, elapsed time 6006 (ms).'."
These messages popup every 10 or 15 mts time.
Is these message a real concern for us to look and reduce the readbatchsize parameter.
Will Readbatchthreshold is a better option than readbatchsize?
Can you help me?
Thank you
January 2, 2013 at 11:59 pm
Reduce your readbatchsize, it's too high which is why you're seeing the message:
I've read that changing Readbatchthreshold can cause very slow performance in 2008
January 3, 2013 at 1:20 am
foxxo (1/2/2013)
Reduce your readbatchsize, it's too high which is why you're seeing the message:I'm thinking of changing the readbatchsize parameter from 5000 to 1000. And see if that makes sense.
I've read that changing Readbatchthreshold can cause very slow performance in 2008
This connect I think is for SQL 2008. Our's is SQLserver 2008 R2 Sp1. This issue would have been resolved. The date of the issue reported is also in 2009. I assume the issue would have been resolved in SQLserver 2008 R2. Thanks for answering the post.
January 3, 2013 at 6:36 pm
I'm interested to see if changing those values fixes your issues.
The connect item is old, but the Microsoft comment about readbatchsize being fixed in next release was on Feb 2011, after R2 was already released, so not sure if they're referring to R2 or 2012.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply