Skip to content

Feature: Support Displaying Runtime Filters in EXPLAIN Output #17608

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

Open
zhang2014 opened this issue Mar 14, 2025 · 0 comments
Open

Feature: Support Displaying Runtime Filters in EXPLAIN Output #17608

zhang2014 opened this issue Mar 14, 2025 · 0 comments
Assignees
Labels
C-feature Category: feature

Comments

@zhang2014
Copy link
Member

zhang2014 commented Mar 14, 2025

Summary

Currently, the EXPLAIN output doesn't explicitly show the runtime filters that are applied during query execution. Displaying runtime filter information would significantly help in:

  • Analyzing query performance optimization
  • Understanding filter propagation between scan nodes
  • Debugging query execution efficiency

Proposed Solution:

Add runtime filter information to EXPLAIN output including:

  • Applied runtime filter identifiers
  • Filter types (IN/BLOOM_FILTER/MIN_MAX etc.)
  • Source expressions/tables
  • Target scan nodes
  • Filter effectiveness statistics (optional)
@zhang2014 zhang2014 added the C-feature Category: feature label Mar 14, 2025
@SkyFan2002 SkyFan2002 self-assigned this Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants