-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Implement ACID properties
- Ensure that all database operations satisfy the ACID (Atomicity, Consistency, Isolation, Durability) guarantees
- Create lock manager for concurrency control
- Develop a lock manager to coordinate access to shared data and prevent transaction conflicts
- Implement two-phase locking
- Implement a two-phase locking protocol to provide serializable isolation
- Add basic deadlock detection
- Implement an algorithm to detect and resolve deadlocks that may occur between concurrent transactions
Metadata
Metadata
Assignees
Labels
No labels