0
4.3kviews
Explain Timestamp-based concurrency control mechanisms in DDB
1 Answer
1
69views

In timestamping as a concurrency-control method, the scheduler needs to assign to each transaction T a unique number, its timestamp TS (T). Timestamps must be issued in ascending order, at the time that a transaction first notifies the scheduler that it is beginning. Two approaches to generating timestamps are:

a. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.