...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Transactions

Question 83
Immediate updates as a recovery protocol is preferable, when :
A
Database reads more than writes
B
Writes are more than reads
C
It does not matter as it is good in both the situations
D
There are only writes
Question 83 Explanation: 
→ Immediate updates as a recovery protocol is preferable when writes are more than reads.
→ In this technique, when a transaction issues an update command, the database on disk can be updated immediately, without any need to wait for the transaction to reach its commit point.
Correct Answer: B
Question 83 Explanation: 
→ Immediate updates as a recovery protocol is preferable when writes are more than reads.
→ In this technique, when a transaction issues an update command, the database on disk can be updated immediately, without any need to wait for the transaction to reach its commit point.

Leave a Reply

Your email address will not be published. Required fields are marked *