explain dynamic two-phase locking here a


Explain Dynamic Two-Phase Locking

Here a transaction locks a data item instantly earlier than any operation is applied on the data item.  After finishing all the operations on all the data items, it releases all the locks. An instance of dynamic 2PL is as following 

X(X)

Read (X)

X=X+M

Write (X)

X (Y)

Read (Y)

Y=Y+N

Write Y

Unlock (Y)

Unlock (X)

Request for Solution File

Ask an Expert for Answer!!
Database Management System: explain dynamic two-phase locking here a
Reference No:- TGS0275689

Expected delivery within 24 Hours