Transaction-based logging reduces the risk of data loss by using ________ transactions, which perform a group of operations in their entirety, or not at all.
a) shadow
b) virtual
c) exclusive
d) atomic
d) atomic
Computer Science & Information Technology
You might also like to view...
The for all together statement is designed specifically for processing each of the items in an array.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Consider the following interleaving of transactions T and U:
The outcome of optimistic concurrency control with backward validation is that T will be aborted because its read operation conflicts with U's write operation on ai, although the interleavings are serially equivalent. Suggest a modification to the algorithm that deals with such cases.
Computer Science & Information Technology