1,079 views
1 votes
1 votes
Are following part of gate syllabus for dbms?

1-Validation Based protocols

2-multiversion schemes

3-snapshot isolation

4-predicate reads(concurrency control)

5-concurrency in index structures.

Please log in or register to answer this question.

Related questions

3.2k
views
0 answers
1 votes
GateAspirant999 asked May 20, 2018
3,188 views
I was reading multiversion timestamp ordering protocol from the book Database Systems Concepts by Korth. It can be explained in simpler words as follows:Each data item ... indeed asked in previous year GATE paper?) Can we safely skip it?
2.5k
views
1 answers
2 votes
Rahul Jain25 asked Feb 4, 2017
2,493 views
I)All schedules that are allowed under 2PL are also allowed under Timestamp?? Is vice versa true??II)Plz explain by giving example. I have read that ... under Timestamp(Thomas write rule)???Explanation along with example would be helpful.
13.0k
views
2 answers
11 votes
vix28 asked Sep 8, 2016
13,034 views
1) T1: R(X), T2: W(X), T1: W(X), T2: Abort, T1: Commit2) T1: W(X), T2: R(X), T1: W(X), T2: Abort, ... , conflict-serializable, view serializable,recoverable, avoids-cascading-aborts, and strict?The abort operation actually bugging me.
2.2k
views
2 answers
1 votes
DebRC asked Aug 16, 2022
2,169 views
Is only conflict serializable schedules are recoverable?Or both view as well as conflict serializable schedules are recoverable?I have been seeing different answers in different forum.