Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
AbdullahMastan
Partner - Contributor III
Partner - Contributor III

Hash 128 uniqueness

Greetings, 

Does Hash128 create the same hash for duplicate values present in the field its applied upon ?

Whats the performance cost of using this on a 20 digit code across 31M records. 

 

Labels (3)
1 Reply
Chanty4u
MVP
MVP

Hi..

Yes it's a good choice to use 

LOAD

    Code,

    Hash128(Code) as CodeHash

FROM ...;..

 

 

Or if you use composite key .Hash128(CustomerID, ProductID, Date) as Key

For faster joins and clean model