Skip to content

Use nestedloopjoin to replace HashJoin if build side is small #18195

Open
@xudong963

Description

@xudong963

Summary
https://duckdb.org/docs/stable/configuration/overview.html

There is a nested_loop_join_threshold, if build side size is < nested_loop_join_threshold, it'll transfer to nestedloopjoin to get better performance.

I'm not sure if databend has the feature; if not, it's worth trying and doing some benchmarking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions