Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Hive Explain Plan

avatar
New Member

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.

1 ACCEPTED SOLUTION

avatar

Hi @Ramesh Prasad,

You may want to start looking at Apache Calcite. Calcite is the primary CBO behind Hive execution.

View solution in original post

1 REPLY 1

avatar

Hi @Ramesh Prasad,

You may want to start looking at Apache Calcite. Calcite is the primary CBO behind Hive execution.