adplus-dvertising
frame-decoration

Question

R-timestamp(Q) denotes?

a.

The largest timestamp of any transaction that can execute write(Q) successfully

b.

The largest timestamp of any transaction that can execute read(Q) successfully

c.

The smallest timestamp of any transaction that can execute write(Q) successfully

d.

The smallest timestamp of any transaction that can execute read(Q) successfully

Posted under Concurrency Control DBMS

Answer: (b).The largest timestamp of any transaction that can execute read(Q) successfully

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. R-timestamp(Q) denotes?

Similar Questions

Discover Related MCQs

Q. A ________ ensures that any conflicting read and write operations are executed in timestamp order

Q. The default timestamp ordering protocol generates schedules that are

Q. State true or false: The Thomas write rule has a greater potential concurrency than the timestamp ordering protocol

Q. Which of the following timestamp based protocols generates serializable schedules?

Q. In timestamp ordering protocol, suppose that the transaction Ti issues read(Q) and TS(Ti)<W-timestamp(Q), then

Q. In timestamp ordering protocol, suppose that the transaction Ti issues write(Q) and TS(Ti)<W-timestamp(Q), then

Q. The _________ requires each transaction executes in two or three different phases in its lifetime

Q. During __________ phase, the system reads data and stores them in variables local to the transaction.

Q. During the _________ phase the validation test is applied to the transaction

Q. During the _______ phase, the local variables that hold the write operations are copied to the database

Q. Read only operations omit the _______ phase

Q. Which of the following timestamp is used to record the time at which the transaction started execution?

Q. Which of the following timestamps is used to record the time when a transaction has finished its read phase?

Q. Which of the following timestamps is used to record the time when a database has completed its write operation?

Q. State true or false: Locking and timestamp ordering force a wait or rollback whenever a conflict is detected.

Q. State true or false: We determine the serializability order of validation protocol by the validation ordering technique

Q. In _______ schemes, each write operation creates a new version of Q

Q. If the first update is overwritten by a second, it is called as a _______ update

Q. State true or false: Snapshot isolation prevents lost updates

Q. Which of the following is a variant of snapshot isolation