Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.3.0, 2.0.0
-
None
Description
Hive CBO kicks in for a query only if a query has >1 joins, which is an archaic result of only re-ordering joins in the original impl.
As more group-by & filter optimizers have been added, modify the CBO impl to kick in even if the query has a single JOIN.
Attachments
Issue Links
- is duplicated by
-
HIVE-12017 Do not disable CBO by default when number of joins in a query is equal or less than 1
- Closed