You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: