Description
Remove parallel edges of semijoin with map joins as they don't give any benefit to the query.
Also, ensure that bloom filters are created to handle at least 1M entries and the semijoin is disabled if the big table has less than 1M rows.
Both these features are configurable.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-16553 Change default value for hive.tez.bigtable.minsize.semijoin.reduction
- Closed