Flashcard on Distributed Transactions

Flashcard on Distributed Transactions

Assessment

Flashcard

Created by

Sangeetha Kopram

Computers

12th Grade

Hard

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a globally unique transaction timestamp?

Back

A timestamp issued by the first coordinator accessed by a transaction.

2.

FLASHCARD QUESTION

Front

What is the purpose of global validation in distributed transactions?

Back

To ensure the serializability of the combined orderings from individual servers.

3.

FLASHCARD QUESTION

Front

What is the MVGV algorithm designed to favor?

Back

Read-only transactions.

4.

FLASHCARD QUESTION

Front

What is a commitment deadlock?

Back

A situation where two transactions are waiting for each other to commit.

5.

FLASHCARD QUESTION

Front

What is the challenge of distributed transactions compared to single-server transactions?

Back

They take longer due to the two-phase commit protocol.

6.

FLASHCARD QUESTION

Front

What is the main goal of optimistic concurrency control?

Back

To validate transactions before they are allowed to commit.

7.

FLASHCARD QUESTION

Front

What is the purpose of the global wait-for graph?

Back

To theoretically construct a combined view of local wait-for graphs from multiple servers.