1.

Under ________ the system uses locking mechanism that applies only to updates(a) First updater wins(b) First committer wins(c) First writer wins(d) None of the mentionedThis question was addressed to me by my college director while I was bunking the class.I'd like to ask this question from Multiversion Schemes, Snapshot Isolation in chapter Concurrency Control of RDBMS

Answer»

Correct OPTION is (a) FIRST updater wins

To elaborate: Under first updater wins, the system USES a locking mechanism that applies only to UPDATES. Read OPERATIONS do not get affected by this mechanism.



Discussion

No Comment Found

Related InterviewSolutions