Consider doing a “batch commit” in a database system withwrite-ahead logging: the
recovery system waits until it has several transactions ready tocommit, then writes all
their commit records to the disk at the same time (making sure towrite out any log
records associated with those transactions first). Give oneadvantage of batch commit
and one disadvantage.
Expert Answer
An answer will be send to you shortly. . . . .