|
|
|
|
|
by ctenb
602 days ago
|
|
If both inputs are ordered by a subset of the join key, you can stream the join operation. It depends on your domain whether this can be made the case, or course.
If one of the two join operands is much smaller than the other, you can make the join operation streaming for the larger operand. |
|