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

Go: Fix bad join order using late inlined predicate #17437

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b99ba9b View commit details
    Browse the repository at this point in the history
  2. Remove erroneous pragma

    owen-mc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9e6477a View commit details
    Browse the repository at this point in the history
  3. Reduce bindingset for inline_late predicate

    We want this predicate to be ordered after
    `guardChecks(g, arg.asExpr(), outcome)`, so that the relatively small
    number of possible `g` restricts the number of tuples from getting too
    large.
    owen-mc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8912350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98aa1a5 View commit details
    Browse the repository at this point in the history