What are the important properties a schedule of transactions must have to maintain a database in a consistent state?
Properties of a schedule of transactions
We need a schedule which
- is serializable
- a concurrent schedule which produces same result as a serial schedule is called serializable schedule
- is recoverable
- a schedule with the ability to recover from failures
- is cascadeless
- a schedule that avoids/eliminates cascading rollback in case of aborting of one or more transactions.
- preserves the order of the operations in each of the individual transactions
*********
Go to Transaction management in DBMS page
Go to Important keywords in DBMS page
Go to Why do we need recoverable schedules page
Go to Define recoverable schedules page
important properties of schedules in dbms
why a schedule need to be serializable
cascadeless schedules
preserving the consistency of a database
No comments:
Post a Comment