<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to make an inner join between table CDC with changes and a source table? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-an-inner-join-between-table-CDC-with-changes-and-a/m-p/2240151#M27728</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;In this community post,&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EruAAE" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Design-and-Development-Internal/Does-Oracle-CDC-Xstream-mode-support...&lt;/A&gt; it suggest to keep "Table with CDC" value blank to get all the changes with the object name, and the filter there.&amp;nbsp; Do you think that is a possible approach here?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2019 08:58:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-09T08:58:46Z</dc:date>
    <item>
      <title>How to make an inner join between table CDC with changes and a source table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-an-inner-join-between-table-CDC-with-changes-and-a/m-p/2240150#M27727</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have an Oracle database where I will monitor a table with changes (CDC).&lt;/P&gt; 
&lt;P&gt;I want to solve 2 problems in my design:&lt;/P&gt; 
&lt;P&gt;Problem 1)&lt;/P&gt; 
&lt;P&gt;I want to make a cross between a CDC table and a table with a lot of data, they are not the same table. I need speed and low memory consumption.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Problem 2)&lt;/P&gt; 
&lt;P&gt;Not all CDC table changes can be processed in the current run, so I want to prevent data loss during extraction.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Solution Problem 1)&lt;BR /&gt;I have to cross this table with another table but the lookup table has more than 11 million records.&lt;/P&gt; 
&lt;P&gt;I have thought several options to achieve the goal:&lt;/P&gt; 
&lt;P&gt;Option a) Extract the big table with TOracleInput and TOracleCDC for the table with changes and use a TMap to make the inner join.&lt;BR /&gt;Problem: High memory consumption when extracting data.&lt;/P&gt; 
&lt;P&gt;Option b) Perform the inner join as an SQL query between the table with changes and the large data table and I only have to extract the joined results.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Problem 2)&lt;BR /&gt;Due to synchronization problems I may have some changes that can not be processed in that run because the process that updates me the data that allow inner join are not available during that time.&lt;/P&gt; 
&lt;P&gt;Then I would have to save the results to delete the changes I could process with&lt;BR /&gt;tHashInput (Changes processed) -&amp;gt; tOracleOuput (DELETE Changes in table with CDC)&lt;BR /&gt;Is it possible to delete changes to a CDC table using tOracleOuput?&lt;/P&gt; 
&lt;P&gt;I need to keep the changes in the CDC table because I don't want all the changes from the last run to be deleted.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Example&lt;BR /&gt;change1 from CDC-&amp;gt; the change can be processed&lt;BR /&gt;change2 from CDC-&amp;gt; cannot yet process change&lt;BR /&gt;change3 from CDC -&amp;gt; change cannot be processed yet&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So if you just process change1, then I want CDC to be such that way:&lt;/P&gt; 
&lt;P&gt;change2 of CDC&lt;BR /&gt;change3 ofCDC&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the next run of the job I would extract them again along with the new changes.&lt;/P&gt; 
&lt;P&gt;I don't know if anyone can help me design Talend to achieve my goal.&lt;/P&gt; 
&lt;P&gt;Thank you,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-an-inner-join-between-table-CDC-with-changes-and-a/m-p/2240150#M27727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an inner join between table CDC with changes and a source table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-an-inner-join-between-table-CDC-with-changes-and-a/m-p/2240151#M27728</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;In this community post,&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EruAAE" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Design-and-Development-Internal/Does-Oracle-CDC-Xstream-mode-support...&lt;/A&gt; it suggest to keep "Table with CDC" value blank to get all the changes with the object name, and the filter there.&amp;nbsp; Do you think that is a possible approach here?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 08:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-an-inner-join-between-table-CDC-with-changes-and-a/m-p/2240151#M27728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T08:58:46Z</dc:date>
    </item>
  </channel>
</rss>

