Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
Description
After MDEV-35855: Make it possible to enable BNL-H join without hitting regressions is done, BNL-H (Block Nested Loop Hashed) join will be available to to the users. It is an optimization similar to hash join. It will have competitive performance in cases where the amount of data to be joined fits into the join buffer.
When the data to be joined doesn't fit into the buffer, BNL-H will be worse as it will scan the source tables multiple times.
This task is about adding a "proper" hash join execution code that handles large inputs without the need to scan them multiple times.
Attachments
Issue Links
- is blocked by
-
MDEV-35855 Make it possible to enable BNL-H join without hitting regressions
-
- Open
-
- relates to
-
MDEV-35855 Make it possible to enable BNL-H join without hitting regressions
-
- Open
-