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

Simplify compressed pathkey lookup #5960

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Commits on Aug 15, 2023

  1. Simplify compressed pathkey lookup

    When looking up a pathkey for compressed scan, we used to do a lot of
    work, including a quadratic lookup through all the equivalence members,
    to always arrive at the same canonical pathkey we started from. Just
    remove this useless code for a significant planning speedup.
    
    This uncovers two bugs in parameterization of decompressed paths and
    generation of equivalence members for segmentby columns, fix them as
    well.
    akuzm committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a02935e View commit details
    Browse the repository at this point in the history