3월 2주차 데이터베이스 - 4.7 조인의 원리 #44
shockim3710
started this conversation in
📚 CS 스터디
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
4.7.1 중첩 루프 조인
4.7.2 정렬 병합 조인
4.7.3 해시 조인
해시 테이블 기반으로 조인하는 방법
두 개의 테이블을 조인한다고 했을 때 하나의 테이블이 메모리에 온전히 들어가면
→ 중첩 루프 조인보다 더 효율적
동등(=) 조인에서만 사용
MySQL의 해시 조인 단계: 빌드 단계, 프로브 단계
빌드 단계
프로브 단계
Beta Was this translation helpful? Give feedback.
All reactions