-
Notifications
You must be signed in to change notification settings - Fork 16
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
트랜잭션 격리 수준 #181
base: main
Are you sure you want to change the base?
트랜잭션 격리 수준 #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전체적으로 용어랑 예시에 대한 개념 보충이 있으면 좋을 것 같아요! 약간 사진예시만 주루룩 있는 느낌?..
@@ -11,20 +26,88 @@ | |||
## 격리 수준에 따라 발생할 수 있는 문제 | |||
|
|||
**1. Dirty Read** | |||
- Dirty read를 막지 않은 경우 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
더티 read에 대한 정확한 개념을 적어주면 좋을 것 같아요!
<br/> | ||
|
||
**2. Dirty Write** | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
더티 쓰기에 대한 정확한 개념을 적어주면 좋을 것 같아요!
Summary
트랜잭션 격리 수준
Check List