Question: Consider doing a batch commit in a database system with write-ahead logging: the recovery system waits until it has several transactions ready to commit, then
Consider doing a batch commit in a database system with write-ahead logging: the recovery system waits until it has several transactions ready to commit, then writes all their commit records to the disk at the same time (making sure to write out any log records associated with those transactions first). Give one advantage of batch commit and one disadvantage.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
