[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Pro2 ReplQueue Record Locks

  • Thread starter Thread starter Dmitri Levin
  • Start date Start date
Status
Not open for further replies.
D

Dmitri Levin

Guest
Thanks Mike. I will check it. Valeriy, 1. What do you mean by "split replication threads"? The table's write trigger randomly assigns records to the threads repl.ReplQueue.QThread = RANDOM(2,5). So each record is going to it's own randomly chosen thread. How in that case two threads could be trying to write changes to the same target record. 2. What is a "compression trigger" ? 3. enable advanced logging for replbatch processes (Verbose). How do I do that? The issue we see is happening once a week, or in 2 weeks. How big the logs should be in Verbose case? The table has millions of changes per day. pro2sql version 4.6.7

Continue reading...
 
Status
Not open for further replies.
Back
Top