Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-20.2: sql: disable interleaved joins by default #54162

Merged
merged 1 commit into from
Sep 18, 2020

Commits on Sep 14, 2020

  1. sql: disable interleaved joins by default

    This commit switches the default value of a cluster setting to disable
    planning the interleaved joins because they are under-tested and often
    are actually slower than the merge joins. In 21.1 release we will be
    removing the corresponding code entirely.
    
    Release note (sql change): Interleaved joins are now disabled by default
    and will be entirely removed in 21.1 release because they are often
    slower than the merge join.
    yuzefovich committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2bf2938 View commit details
    Browse the repository at this point in the history