Monday, April 07, 2008

Durability (database systems)

In database systems, durability is the ACID property that guarantees that transactions that are successfully committed will survive permanently and will not be undone by system failure.

For example, if a flight booking database system reports that a seat has successfully been booked, then the seat will remain booked even if the system crashes. Durability also guarantees that the system will not rollback the transaction because the seat was double-booked.

The only way a transaction can be undone after it has been committed is by a compensatory transaction.

0 Comments:

Post a Comment

<< Home