
March 13th, 2012, 01:26 AM
|
|
Contributing User
|
|
Join Date: Oct 2010
Posts: 34
 
Time spent in forums: 5 h 2 m 19 sec
Reputation Power: 3
|
|
|
@srayner: With your load, this means 21 mio transactions in three weeks, which doesn't overflow the mentioned transaction id limit. According to your previous thread, you simply have a problem in your client transaction management code. Possibly:
* Some kind of auto commit mode using CommitRetaining behind the scene etc. without doing a hard commit from time to time
* Using Read_Write transactions when you also can use Read_Only transactions
etc.
Deeper analysis is sometimes hard in public forums, so if you are interesting in getting support/services on a commercial base, let me know.
|