Suppose the nested transaction model were extended so that subtransactions were distributed over different sites in a network. At what point in the execution of a distributed nested transaction would a cohort enter the prepared state? Explain your reasoning.
What will be an ideal response?
If the conditional commit implies that a vote message is sent to the parent then the child must enter the prepared state at that time. Alternatively, if the coordinator polls all subtransactions that have conditionally committed when the nested transaction as a whole completes then the child need not enter the prepared state until it is polled.
You might also like to view...
Ergonomics explains how to set up a workspace for optimal productivity
Indicate whether the statement is true or false
Arduino programs spend most of the time running in a ________ method.
Fill in the blank(s) with the appropriate word(s)
Using Twitter, you can ____.
A. ?tweet an idea B. ?follow another person's Twitter feed C. ?retweet another user's comments D. ?all of the above
What would be returned by the call nameListPtr-> getPosition(“Tammie”)
Given the following sequence of names added to an ADT sorted list: nameListPtr–>insertSorted("Tammie"); nameListPtr–>insertSorted("Brenda"); nameListPtr–>insertSorted("Sarah"); nameListPtr–>insertSorted("Tom"); nameListPtr–>insertSorted("Carlos"); a. 1 b. 3 c. 4 d. 5