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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I have been using EXPLIN ANALYZE to do some adhoc analysis on our query output
At the moment, explain analyze shows all statistics for all parquet files scanned -- this is often overwhelming for manual analysis
Describe the solution you'd like
What I would like is a summarized version of all the statistics (like we do for partitions) for all the parquet files. I would like per-file breakdowns only reported with EXPLAIN ANALYZE VERBOSE so I can understand at a high level what happened
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I have been using EXPLIN ANALYZE to do some adhoc analysis on our query output
At the moment, explain analyze shows all statistics for all parquet files scanned -- this is often overwhelming for manual analysis
Describe the solution you'd like
What I would like is a summarized version of all the statistics (like we do for partitions) for all the parquet files. I would like per-file breakdowns only reported with
EXPLAIN ANALYZE VERBOSE
so I can understand at a high level what happenedSomething like:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
For example
Here is an example output:
It is slightly more understandable if one adds newlines to it;
The text was updated successfully, but these errors were encountered: