Sociology, asked by saichandra8696, 1 year ago

Difference between serial schedule and serializable schedule

Answers

Answered by PoojaBurra
10

Serial schedule is when all operations of one transactions appear together and dosen't get mixed with the operations of any other transactions on the schedule.  

Serializable schedule is a weaker term as it is a schedule where the operations of various transactions may be mixed together on the schedule so long as they are conflict-similarity to some serial schedule.


Answered by gratefuljarette
8

Difference between serial schedule and serializable schedule

Serial schedule:

  • The transaction is executed completely before the start of another transaction this condition is termed as serial schedule.
  • It is involved in a cycle in which the next transaction is started only upon completion of the former that cycles in a loop.

Serializable schedule :

  • Serializable is used to find a non-serial type in existence, this process allows any transaction to execute concurrently without inferences and identifies if they are correct.
  • Transaction execution has interleaving, meanwhile serial is always a serializable one.

Learn more about Serial Schedule

Define term Serial Schedule.

https://brainly.in/question/8858247

Similar questions