0
6.3kviews
What do you mean by Distributed Serializability in a DDB?
1 Answer
| written 8.8 years ago by |
In a distributed database, each transaction performs operations at several sites. The sequence of operations performed by transactions at a site is a local schedule.
An execution of n distributed transactions T1, T2,…..T„ at m sites is modeled by a set of local schedules Si, S2, , Sm.
If we …