[
https://issues.apache.org/jira/browse/HIVE-20513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606860#comment-16606860
]
Zoltan Haindrich commented on HIVE-20513:
-----------------------------------------
I will rename those methods in the next patch....but the following seems to be
right now:
{code}
public long computeOnlineDataSizeFast3(Statistics statistics) {
return computeOnlineDataSizeGeneric(statistics,
5 + 4, // list header ; value length stored as vint
8 // maintenance structure consists of 1 long
);
}
{code}
> Vectorization: Improve Fast Vector MapJoin Bytes Hash Tables
> ------------------------------------------------------------
>
> Key: HIVE-20513
> URL: https://issues.apache.org/jira/browse/HIVE-20513
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
> Attachments: HIVE-20513.01.patch, HIVE-20513.02.patch
>
>
> Based on HIVE-20491 / HIVE-20503 discussions, improve Fast Vector MapJoin
> Bytes Hash Tables by only storing a one word slot entry.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)