Hi.
We have deadlocks involving DELETEs, and I was hoping that
DB2_SKIPDELETED might be able to help in the short term.
I was looking at the following link:
"http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.cmgmtreadmefp.doc/d104742.htm"
It states that:
db2set DB2_EVALUNCOMMITTED=ON
db2set DB2_SKIPINSERTED=ON
db2set DB2_SKIPDELETED=ON
(specifically DB2_SKIPDELETED) are variables which can protect from
locking in some cases.
Is this intended to protect a SELECT from deadlocking against a DELETE?
And do you know which versions of DB2 have these variables available?
Any help would be much appreciated.
Joel