Can you explain more about what the issue is? If a user is reading a table and only has a READ lock on the table it is impossible for that user to block any other queries (READ locks). It is also impossible for a READ lock to block any WRITE locks. It is just as impossible for a WRITE lock to block READ locks. Your comment about a query blocking other users is quite confusing since this condition cannot happen in IQ with READ and WRITE locks.
↧