-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Designing Data-Intensive Applications: 7. Transactions #12
Labels
Comments
Transactions
ACID
Weak Isolation levels
Read Committed
Implementation
Snapshot isolation and repeteable read
Implementation
Lost Updates
Atomic operations
Explicit locking
Automatic detection of lost updates
compare-and-set
Write skews and phantoms
Phantoms causing write skews.
Serializability
Serial execution
Two-Phase Locking (2PL)
Performance of 2PL
Index-range locks.
Serializable Snapshot Isolation (SSI)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Esta semana a cargo @guilleiguaran
Siguiente semana @duende84
The text was updated successfully, but these errors were encountered: