Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
nagarajuabhi
Contributor II
Contributor II

Need Information on Autonumberhash128

Hi team,

I have created a composite key (%key) using autonumberhash128 in two tables using same fields.  Is it preferable to use this %key for joining two tables. like below

eg:

tab1:

load *,

Autonumberhash128(column A & column b) as %Key

from table1

LEFT JOIN(tab1)

tab2:

load *,

Autonumberhash128(column A & column b) as %Key

from table2

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If you join the tables, there is no need to create a composite key for the join.  Instead join using column A and Column B.

-Rob

shiveshsingh
Master
Master

If you need to join tables in two columns, A and B.. it depends on the amount of data i guess, Autonumberhash128 can optimise your application.