<?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: Incremental Loading of multiple Tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360069#M124737</link>
    <description>Hi, 
&lt;BR /&gt;To achieve Incremental Loading in talend , you can also use Talend CDC (Changed Data Capture) which can inform your job about change.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=CDC+architectural+overview&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:CDC architectural&lt;/A&gt;.
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=6SRNz83Wyo0&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Change Data Capture CDC is easy with Talend Studio&lt;/A&gt;.
&lt;BR /&gt;So far, Talend CDC (Changed Data Capture) is only available in Talend Enterprise Subscription Version.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 29 May 2014 07:52:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-29T07:52:38Z</dc:date>
    <item>
      <title>Incremental Loading of multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360067#M124735</link>
      <description>I am fairly new to Talend. My objective here is to load some incremental data (inserts/updates) from mysql source DB (8 or 10 tables) to a target mysql DB. In the process I am using a number of context variables to insert/update metadata into one or two reference tables that will hep track things like load job id, number of rows inserted or updated, load date etc. So I used one source table for now and it seems like I am able to successfully do a POC. I have created around 3 sub jobs for one table from start to end. 
&lt;BR /&gt;Now I have to the same thing for 8 more tables. What should be a good practice? Should I just use this one job to handle all the tables? Or Should I create separate jobs for each table? I still need to figure out best ways to handle the exceptional scenarios or any errors during the loading. Any guidance here will be appreciated. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Asher.</description>
      <pubDate>Wed, 28 May 2014 17:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360067#M124735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T17:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Loading of multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360068#M124736</link>
      <description>You should create one job per table. 
&lt;BR /&gt;You should track the progress of the loading an memorize the most recent (or latest) timestamp or identifier and start with it in the next job run. 
&lt;BR /&gt;You should limit the datasets you transfer from source to target to a reasonable limit (e.g. 1Mio) to avoid resource problems. 
&lt;BR /&gt;You should call the job as long as the job transfers datasets (if the limit will not be reached you have successfully transferred all data. 
&lt;BR /&gt;You should do one transfer within a transaction. 
&lt;BR /&gt;This way you can do jobs which are restartable and finish the task in predictable time.</description>
      <pubDate>Thu, 29 May 2014 07:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360068#M124736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T07:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Loading of multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360069#M124737</link>
      <description>Hi, 
&lt;BR /&gt;To achieve Incremental Loading in talend , you can also use Talend CDC (Changed Data Capture) which can inform your job about change.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=CDC+architectural+overview&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:CDC architectural&lt;/A&gt;.
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=6SRNz83Wyo0&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Change Data Capture CDC is easy with Talend Studio&lt;/A&gt;.
&lt;BR /&gt;So far, Talend CDC (Changed Data Capture) is only available in Talend Enterprise Subscription Version.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 29 May 2014 07:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-of-multiple-Tables/m-p/2360069#M124737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T07:52:38Z</dc:date>
    </item>
  </channel>
</rss>

