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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Which would be better option to handle Historization in Talend tool

Hi,
I am trying to implement Data warehouse using Talend 6.21. I have implemented Historization using SCD components. Wanted to know whether implementation of SCD using components available in talend is a better option or creating a job using tmap and other components to handle is better. Please suggest and Is their any impact from future Talend releases and with respect to performance as well.
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
Usually, we use tXXXSCD component to  address Slowly Changing Dimension needs, read regularly a source of data and logging the changes into a dedicated SCD table.
For your  Historization requirement, could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina
Anonymous
Not applicable
Author

Thank you for your input. 
I am implementing SCD Type 1 and SCD Type 2.
Exmaple for SCD Type 1 one:
Input table: Product
0683p000009MBrB.png
Example for SCD Type 2
0683p000009MCGJ.png
So for these scenarios can you let me know will there be any difference inn performance between SCD component  and manual(by using tmap and other components).