Auto saved by Logseq

This commit is contained in:
Ryan 2023-06-14 16:48:26 +08:00
parent 0699d6bcb8
commit 0b7f631a27

View file

@ -1023,6 +1023,7 @@
- Durability: :-> The property that ensures committed changes made by a transaction are permanently saved and will survive any subsequent system failures or crashes.
- DONE Concurrency control
- LATER Meaning of serialisability.
- The objective of serialisability is to find nonserial schedules that are equivalent to some serial schedule. Such a schedule is called serialisable.
- DONE How locking can ensure serialisability. #flashcard
- Locking achieves serializability by using locks to control access to
shared resources (e.g., database objects like tables or rows) and