Join Operator should directly emit when it sees a row from the last join operand
--------------------------------------------------------------------------------

                 Key: HIVE-409
                 URL: https://issues.apache.org/jira/browse/HIVE-409
             Project: Hadoop Hive
          Issue Type: Improvement
            Reporter: Zheng Shao


Currently we are caching rows till joinEmitInterval. This is not necessary - 
and if we remove it, we can reduce the number of Object copies a lot 
(especially in the case we are joining a dimension table with a fact table)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to