6주차 [Database] Concurrency control(동시성 제어)#49
Open
leeejuhyeong wants to merge 12 commits intono-study-no-future:leeejuhyeongfrom
Open
6주차 [Database] Concurrency control(동시성 제어)#49leeejuhyeong wants to merge 12 commits intono-study-no-future:leeejuhyeongfrom
leeejuhyeong wants to merge 12 commits intono-study-no-future:leeejuhyeongfrom
Conversation
doho-ho
reviewed
Jan 23, 2022
Database/동시성 제어.md
Outdated
There was a problem hiding this comment.
계속 lock을 해야한다는 말은 하나의 트랜잭션이 락을 획득한다면 그 락을 계속 유지해야한다는 뜻인가요?
Member
Author
There was a problem hiding this comment.
모든 트랜잭션이 lock을 할때는 lock만 할 수 있다는 의미입니다.
모든 lock 획득이 끝난 이후에 축소단계로 넘어갈 수 있습니다.
Database/동시성 제어.md
Outdated
There was a problem hiding this comment.
이미지 왼쪽이 연쇄 복귀의 상황인가요?
y의 락을 획득한 뒤에 rollback이 될 때 y의 락을 건 트랜잭션까지 롤백 되는 상황..?
Member
Author
There was a problem hiding this comment.
이미지 왼쪽은 직렬 스케줄이 안된 Locking 방법일 때의 모습이고 오른쪽이 2PL 기법을 사용할 때입니다.
연쇄 복귀는... Recovery 때 자세히... 설명해드리겠읍니다..
Database/동시성 제어.md
Outdated
Database/동시성 제어.md
Outdated
Database/동시성 제어.md
Outdated
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.