1,178 views
0 0 votes
The timestamp schedule which accepts view serializable schedule is

A) Basic Timestamp

B) Thomas write Rule

C) Both A and B

D) None

I think it's C but I am not sure

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
1 1 answer
704
704 views
sumanth13 asked Oct 16, 2024
704 views
Consider the three transactions T1, T2, and T3, and the schedules S₁ and S₂ given below. Draw the serializability (precedence) graphs for S₁ and S2, and state whether eac...
1 1 vote
2 2 answers
443
443 views
ykaran12x asked Oct 5, 2024
443 views
Consider a simple checkpointing protocol and the following set of operations in the log. (start,T2); (start, T1); (write, T2, y, 4, 7); (write, T1, x, 6, 8); (commit, T2)...
1 1 vote
4 4 answers
898
898 views
Sai eswar asked Jun 30, 2024
898 views
Is this schedule view serializable?S: R1(A) R2(A) W1(A) W2(A) R1(B) R2(B) W1(B) W2(B)
0 0 votes
0 0 answers
499
499 views
SakarKoot asked Sep 4, 2022
499 views
What is Proof/Explanation for complexity to test if a schedule is conflict serializable is O(n^2) whereas for view serializable is O(2^n)-Exponential ?