Skip to content
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

Add Concurrency Control for Page Access #16

Open
4 tasks
Anthony4m opened this issue Nov 19, 2024 · 1 comment
Open
4 tasks

Add Concurrency Control for Page Access #16

Anthony4m opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Anthony4m
Copy link
Owner

Description:
Ensure safe concurrent access to buffer pages with proper locking mechanisms.
Tasks:

  • Implement reader-writer locks for shared and exclusive page access.
  • Add fine-grained locking to minimize contention.
  • Ensure transaction isolation levels are respected.
  • Test with multiple threads to verify robustness.
@Anthony4m Anthony4m self-assigned this Jan 14, 2025
@Anthony4m
Copy link
Owner Author

Move this to the cell level as the fine grained locking will be used

@Anthony4m Anthony4m added enhancement New feature or request good first issue Good for newcomers labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant