Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Hive Explain (default) is targeted at MR Audience. We need a new level of explain plan to be targeted at RDBMS audience. The explain requires these:
1) The focus needs to be on what part of the query is being executed rather than internals of the engines
2) There needs to be a clearly readable tree of operations
3) Examples - Table scan should mention the table being scanned, the Sarg, the size of table and expected cardinality after the Sarg'ed read. The join should mention the table being joined with and the join condition. The aggregate should mention the columns in the group-by.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11037 HiveOnTez: make explain user level = true as default
- Closed
- links to
1.
|
Improve user level explain | Closed | Pengcheng Xiong | |
2.
|
further improve user level explain | Closed | Pengcheng Xiong |