Database log in the context of Rollback (data management)


Database log in the context of Rollback (data management)

Database log Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Database log in the context of "Rollback (data management)"


HINT:

👉 Database log in the context of Rollback (data management)

In database technologies, a rollback is an operation which returns the database to some previous state. Rollbacks are important for database integrity, because they mean that the database can be restored to a clean copy even after erroneous operations are performed. They are crucial for recovering from database server crashes; by rolling back any transaction which was active at the time of the crash, the database is restored to a consistent state.

The rollback feature is usually implemented with a transaction log, but can also be implemented via multiversion concurrency control.

↓ Explore More Topics
In this Dossier