Skip to content

Network broadcast for CrossJoinExec and NestedLoopJoinExec #459

@gabotechs

Description

@gabotechs

We are capable of broadcasting HashJoinExec nodes, but it should be possible to do the same for CrossJoinExec and NestedLoopJoinExec.

The logic that handles this is in https://github.com/datafusion-contrib/datafusion-distributed/blob/main/src/distributed_planner/insert_broadcast.rs, and I bet it could be easily extended with support for CrossJoinExec and NestedLoopJoinExec.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions