Module bushy_tree_join_ordering_rule

Source

Structsยง

BushyTreeJoinOrderingRule
Reorders a multi join into a bushy tree shape join tree with a minimal height.

Constantsยง

BUSHY_TREE_JOIN_LOWER_LIMIT ๐Ÿ”’
To construct a bushy tree with a height lower than the left deep tree, we need tt least four inputs.
BUSHY_TREE_JOIN_UPPER_LIMIT ๐Ÿ”’
If inputs of a multi join reach the limit, fallback to a left deep tree, because the search space could be too large to search.