Skip to content

Commit f71dd3b

Browse files
committed
parallel join
1 parent 2ed4b4a commit f71dd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2024-11-27-join_algorithms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ end
9999
- 각 노드에서 로컬 조인을 수행. - 병렬처리 가능.
100100
- 작은 테이블이 노드 메모리에 올라갈 수 있을 때 사용.
101101
- 어떤 조인 알고리즘이든 사용 가능하다.
102+
- 큰 테이블은 다른 노드로 전달되지 않아도 되기 때문에 네트워크 비용이 절감된다.
102103

103104
# 참고
104105
- Database System Concepts, 7th Edition. *Abraham Silberschatz, Henry F. Korth, S. Sudarshan. McGraw-Hill Education. 2019.*

0 commit comments

Comments
 (0)