Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hive Explain Plan

avatar
Contributor

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.