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

[DB] InnoDB 스토리지 엔진에서 REPEATABLE READ 격리 수준일 때 PHANTOM READ가 발생하지 않는 이유 #9

Open
jjiwoning opened this issue Oct 9, 2023 · 2 comments
Labels

Comments

@jjiwoning
Copy link
Contributor

Real MySQL p183을 보면
"InnoDB 스토리지 엔진에서는 갭 락과 넥스트 키 락 덕분에 REPEATABLE READ 격리 수준에서도 이미 "PHANTOM READ"가 발생하지 않기 때문에"
라고 되어 있는데 명확하게 왜 발생하지 않는지 궁금하네요

@jjiwoning jjiwoning added the DB label Oct 9, 2023
@jjiwoning
Copy link
Contributor Author

jjiwoning commented Oct 9, 2023

@worldii
Copy link
Member

worldii commented Oct 11, 2023

굿

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

No branches or pull requests

2 participants