actually our db was migrated to db2 8.1 fix 12,
the db was restored in the new vesion
so the indexes which was created prior to version 8.1 was of type 1 indexes
now the problem was
we had a table in which there used to freq insert and delete whose indexes were of type 1 , which used to lock continusly
after convert to type 2 the locking was minimized
as type 1 indexes
Transaction 1 deletes the row with key value 8. The row with value 8 is locked in X mode. When the corresponding key from the index is deleted, the row with value 12 is locked in X mode.
whts the logic in locking 12 in X mode
kindly suggest
regds
paul