J
Jeff Owen
Guest
Access collisions is the number of times that a process tried to add to the queue or remove from the queue (repl server) and found that the queue was locked. It can be used with access counts to determine what level contention exists when accessing the queue. Your example suggests that there is very little contention on the pica queue. And that interactions with the pica queue are not affecting the performance of the source database. -jeff
Continue reading...
Continue reading...