Database Recovery Methods Part – 7 Recovery Methods Based On Instant Update In these methods, at the time when a transaction executes an update command, the database can be updated “instantly,” without any necessity to wait for the transaction to reach its commit point. In these methods, however, an update process should be logged in the log (on disk) before…