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

ACID的实现原理 #2

Open
lalaorya opened this issue Nov 16, 2021 · 0 comments
Open

ACID的实现原理 #2

lalaorya opened this issue Nov 16, 2021 · 0 comments

Comments

@lalaorya
Copy link
Owner

https://sang-mu.github.io/2017/05/15/ACID/#similar_posts

ACID即原子性、一致性、隔离性和持久性,是事务的基本特点。无论是面试还是想深入学习数据库,理解ACID及实现原理都是必不可少的。本文分别介绍了ACID的特点和实现原理,其中重点阐述了隔离性的实现原理,包括四大隔离级别的实现、MVCC的实现原理和MySQL相关的锁等。

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

No branches or pull requests

1 participant