Skip to content

Transaction Management #5

@Anthony4m

Description

@Anthony4m
  • 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions