to obtain a read (dirty read) from a table while someone is
deleting row(s) from the same table?
We are using java applications to make transactions but when we are trying to delete some records the other connections fall into lock-wait state (but we are %100 sure that the others want to read the records only;even dirty read would be OK...)
Any suggestions?
Salih Sipahi
Software Engineer.
City of Istanbul Turkey
s.sipahi@sahinlerholding.com.tr
deleting row(s) from the same table?
We are using java applications to make transactions but when we are trying to delete some records the other connections fall into lock-wait state (but we are %100 sure that the others want to read the records only;even dirty read would be OK...)
Any suggestions?
Salih Sipahi
Software Engineer.
City of Istanbul Turkey
s.sipahi@sahinlerholding.com.tr