Hi All,
How can indexes reduce blocking ? I have read on interent that using indexes would minimize blocking as well as deadlocks. Can anyone explain briefly?
How does it make a difference touching base table and index ? if it is tocuhing only the index and multiple concurrent users also access the index table should get blocked? please correct me if am wrong or missing something here.
Thanks in Advance.