Saturday, October 13, 2012
Two Phase Locking
Two Phase Locking
The most commonly implemented locking mechanism is called
Two Phased Locking or 2PL
2PL is a concurrency control mechanism that ensure serializability.
2PL has two phases : Growing and shrinking.
A transaction acquires locks on data items it will need to complete the transaction.This is called the
growing phase
Once one lock is released, all no other lock may be acquired. This is called the
shrinking phase
The most common way in which access to items is controlled is by “locks.”
Lock manager is the part of a DBMS that records, for each item I, whether one or more transactions are reading or writing any part of I.
Labels:
Database Management Systems
Megabytes, Gigabytes, Terabytes
Processor or Virtual Storage |
|
· 1 Bit = Binary Digit
· 8 Bits = 1 Byte · 1024 Bytes = 1 Kilobyte · 1024 Kilobytes = 1 Megabyte · 1024 Megabytes = 1 Gigabyte · 1024 Gigabytes = 1 Terabyte · 1024 Terabytes = 1 Petabyte · 1024 Petabytes = 1 Exabyte · 1024 Exabytes = 1 Zettabyte · 1024 Zettabytes = 1 Yottabyte · 1024 Yottabytes = 1 Brontobyte · 1024 Brontobytes = 1 Geopbyte http://www.whatsabyte.com/ |
Labels:
operating systems
Subscribe to:
Posts (Atom)