Skip to content

Add metrics for parquet page level skipping #4086

@alamb

Description

@alamb

Usecase is that as we work on #4085 we need to have some way to:

  1. Verify page index filtering is actually working / enabled as expected
  2. Evaluate its efficiency (how long it takes, etc) to see if further optimizations are needed

What I would like is:

  1. Add metrics for "how many rows were pruned using page level skipping" and "how long did the page level skipping code take"

Related work is this PR that added similar metrics for filter pushdown (see #3989) -- we can probably follow a similar approach

cc @Ted-Jiang

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