Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
EXPLAIN [EXTENDED|CBO|AST|DEPENDENCY|AUTHORIZATION|LOCKS|VECTORIZATION|ANALYZE] query
In Hive, there is an EXPLAIN ANALYZE query. This can get a bit confusing because you can run an EXPLAIN ANALYZE against an ANALYZE TABLE statement, so you have something like,...
EXPLAIN ANALYZE ANALYZE TABLE `myTable` COMPUTE STATISTICS;
I would like to propose that the name be changed to EXPLAIN PROFILE. This borrows from Apache Impala because it has a PROFILE command which produces the stats that actually occurred during the query run (much like this Hive feature).
Attachments
Attachments
Issue Links
- blocks
-
HIVE-23187 Make TABLE Token Optional in ANALYZE Statement
- Resolved
- is related to
-
HIVE-14362 Support explain analyze in Hive
- Closed