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

modify: SELECT ~ FOR UPDATE 쿼리에 대한 잘못된 표현 수정 #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcw1031
Copy link

@jcw1031 jcw1031 commented Oct 14, 2024

This Pull Request is...

  • Edit typos or links
  • Inaccurate information
  • New Resources

Description

SELECT ~ FOR UPDATE 쿼리는 읽기 잠금이 아닌 exclusive lock을 획득하는 쓰기 잠금이기 때문에 표현을 수정했습니다!

면접 준비하며 너무 잘 보고있습니다😁

* 읽기(공유) 잠금(Shared Lock)이 아닌 쓰기(배타) 잠금(Exclusive Lock)이라고 표현하는 게 옳음
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

Successfully merging this pull request may close these issues.

2 participants