- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive Explain Plan
- Labels:
-
Apache Hive
Created ‎06-30-2017 08:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to understand how the EXPLAIN PLAN statement generates the plan for a given query.
I have checked out the code from apache/github.
I am unable to find any document/link that atleast points me where do I start looking in the code or atleast what steps does the explain plan perform to arrive at the query plan.
Any pointers will be helpful.
Created ‎07-02-2017 01:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Ramesh Prasad,
You may want to start looking at Apache Calcite. Calcite is the primary CBO behind Hive execution.
Created ‎07-02-2017 01:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Ramesh Prasad,
You may want to start looking at Apache Calcite. Calcite is the primary CBO behind Hive execution.
