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

parquet: Make page_index/pushdown metrics consistent with row_group metrics #12545

Merged
merged 3 commits into from
Sep 22, 2024

Commits on Sep 20, 2024

  1. parquet: Make page_index/pushdown metrics consistent with row_group m…

    …etrics
    
    1. Rename `{pushdown,page_index}_filtered` to `{pushdown,page_index}_pruned`
    2. Add `{pushdown,page_index}_matched`
    
    The latter makes it clearer in EXPLAIN ANALYZE when the Page Index is
    not checked because their row groups were already eliminated
    (with a Bloom Filter or row group statistics).
    progval committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cfc4af3 View commit details
    Browse the repository at this point in the history
  2. Add missing metric definitions in the docs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    progval and alamb authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ce0dd99 View commit details
    Browse the repository at this point in the history
  3. s/pass/select/

    progval committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9da355f View commit details
    Browse the repository at this point in the history