Created on 01-30-2017 05:36 PM - edited 09-16-2022 03:59 AM
Hive is using Apache Calcite's cost based optimizer (CBO).. similarly i am wondering if there is a rule based optimizer for hive ?
Created 01-30-2017 06:21 PM
@Prabhu M Prior to Hive 0.13, Hive relied on rule-based optimization and in Hive 0.14 we introduced CBO with Calcite. Please see slide 5
Created 01-30-2017 05:40 PM
we have CBO for hive as well. here is the link https://cwiki.apache.org/confluence/display/Hive/Cost-based+optimization+in+Hive
Created 01-30-2017 05:43 PM
@Divakar Annapureddy thanks for the response., i was wondering if hive has a Rule Based Optimizer (RBO) ?
Created 01-30-2017 06:21 PM
@Prabhu M Prior to Hive 0.13, Hive relied on rule-based optimization and in Hive 0.14 we introduced CBO with Calcite. Please see slide 5
Created 01-30-2017 06:33 PM
thx this helps