Skip to content
Related Articles
Open in App
Not now

Related Articles

UGC-NET | UGC NET CS 2014 Dec – III | Question 9

Improve Article
Save Article
  • Last Updated : 03 Jul, 2018
Improve Article
Save Article

__________ rules used to limit the volume of log information that has to be handled and processed in the event of system failure involving the loss of volatile information.

(A)

Write-ahead log

(B)

Check-pointing

(C)

Log buffer

(D)

Thomas


Answer: (B)

Explanation:

  • Check-pointing rules used to limit the volume of log information that has to be handled and processed in the event of system failure involving the loss of volatile information.
  • Write-ahead log provide atomicity and durability in transaction.
  • Log buffer is a small contiguous memory which holds memory transaction logs per database.
  • Thomas write rule is a timestamp based concurrency control protocol.

For more information on Thomas write rule Refer: DBMS | Concurrency Control Protocol | Thomas Write Rule 

Option (B) is correct.


Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!