[
https://issues.apache.org/jira/browse/HIVE-20873?focusedWorklogId=446670&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-446670
]
ASF GitHub Bot logged work on HIVE-20873:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jun/20 16:53
Start Date: 16/Jun/20 16:53
Worklog Time Spent: 10m
Work Description: github-actions[bot] closed pull request #485:
URL: https://github.com/apache/hive/pull/485
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 446670)
Time Spent: 20m (was: 10m)
> Use Murmur hash for VectorHashKeyWrapperTwoLong to reduce hash collision
> ------------------------------------------------------------------------
>
> Key: HIVE-20873
> URL: https://issues.apache.org/jira/browse/HIVE-20873
> Project: Hive
> Issue Type: Improvement
> Reporter: Teddy Choi
> Assignee: Teddy Choi
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-20873.1.patch, HIVE-20873.2.patch,
> HIVE-20873.3.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> VectorHashKeyWrapperTwoLong is implemented with few bit shift operators and
> XOR operators for short computation time, but more hash collision. Group by
> operations become very slow on large data sets. It needs Murmur hash or a
> better hash function for less hash collision.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)