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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendUser21
Contributor
Contributor

tADDCRCRow component duplicate CRC issue

Hi,

 

I am currently trying to load about 3 million records into my target table and I used tADDCRCRow component to generate a HASH key with CRC type set to CRC32

 

The tADDCRCRow component is configured to generate CRC values based on 2 input fields : PRODUCT_ID and DATE.

 

But I noticed that there are several duplicate CRC value has been generated for different set of Key combination.

 

Do you have any suggestion or idea why this is behaving this way?

 

Labels (3)
1 Solution

Accepted Solutions
InfoCraft
Creator
Creator

Hi @Not defined Not defined​,

are you sure you are using CR32? because CRC=309142 is 10^5(for 3 million rows it's normal to have duplicate CRC).

To avoid duplicates, your CRC must be at least 10^6

0695b00000SqZjbAAF.png

View solution in original post

2 Replies
InfoCraft
Creator
Creator

Hi @Not defined Not defined​,

are you sure you are using CR32? because CRC=309142 is 10^5(for 3 million rows it's normal to have duplicate CRC).

To avoid duplicates, your CRC must be at least 10^6

0695b00000SqZjbAAF.png

TalendUser21
Contributor
Contributor
Author

Yes, I am using CRC32 and I do get CRC as long 2616349547 and as short as 309142.