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

Limits of concurrency control #41

Open
mikesperber opened this issue Sep 12, 2024 · 0 comments
Open

Limits of concurrency control #41

mikesperber opened this issue Sep 12, 2024 · 0 comments

Comments

@mikesperber
Copy link

LG 5-4 reads as though ACID databases typically provide serializable transactions, which they don't.

(See, for example: Warszawski, Bailis ACIDRain: Concurrency-Related Attacks on Database-Backed Web Applications.)

Therefore, the curriculum should contain wording to the effect that participants should be aware of transaction isolation levels, that serializable has serious performance drawbacks and is almost never the default, and that writing applications that assume serializable and running them with databases that don't implement it poses risks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant