Skip to content

feat: add comprehensive database locking system#9

Merged
danpasecinic merged 16 commits intodevelopmentfrom
feat/add-locks-support
Jan 16, 2026
Merged

feat: add comprehensive database locking system#9
danpasecinic merged 16 commits intodevelopmentfrom
feat/add-locks-support

Conversation

@danpasecinic
Copy link
Owner

This PR implements a locking system with key-level 2PL locks, range/gap locks, deadlock detection, and lock escalation. Integrates with the existing MVCC transaction layer.

@danpasecinic danpasecinic self-assigned this Jan 16, 2026
@danpasecinic danpasecinic added the enhancement New feature or request label Jan 16, 2026
@danpasecinic danpasecinic merged commit 50c315e into development Jan 16, 2026
10 checks passed
@danpasecinic danpasecinic deleted the feat/add-locks-support branch January 16, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant