Phantom Phenomenon and Index Locking

Insert and Delete Operations A delete operation may be performed only if the transaction has an X-mode lock on the tuple A transaction that inserts a new tuple is given an X-mode lock on the tuple Insertions and deletions can lead to the phantom phenomenon Delete와 Insert Operation은 X-mode lock을 획득해야...