[ https://issues.apache.org/jira/browse/HIVE-20370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577838#comment-16577838 ]
Gopal V edited comment on HIVE-20370 at 8/13/18 5:12 AM: --------------------------------------------------------- Zero rows on the outer side is often found within MERGE statements with the dynamic semi-join enabled (i.e there's no rows to update & it's just a pure UPSERT). was (Author: gopalv): Zero rows on the outer side is often found within MERGE statements with the dynamic semi-join enabled (i.e all rows are new primary keys and there's no rows to update). > Vectorization: Add Native Vector MapJoin hash table optimization for > Left/Right Outer Joins when there are no Small Table values > -------------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-20370 > URL: https://issues.apache.org/jira/browse/HIVE-20370 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Attachments: HIVE-20370.01.patch > > > Similar to Native Vector MapJoin's InnerBigOnly optimization that uses an > efficient Hash Multi-Set with a counter instead of a Hash Map with an empty > value, do the same for Outer joins. -- This message was sent by Atlassian JIRA (v7.6.3#76005)