1
7.9kviews
Explain the basic timestamp ordering algorithm
1 Answer
1
257views

• Whenever some transaction T tries to issue a read_item(X) or a write_item(X) operation, the basic TO algorithm compares the timestamp of T with read_TS(X) and write_TS(X) to ensure that the timestamp order of transaction execution is not violated.

• The concurrency control algorithm must check whether conflicting operations violate …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.