<?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: ELT UPSERT into GCP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209001#M8006</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please let us know if this new feature jira issue is what you are looking for?&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://jira.talendforge.org/browse/TDI-21605" href="https://jira.talendforge.org/browse/TDI-21605" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-21605&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2019 04:41:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-09T04:41:18Z</dc:date>
    <item>
      <title>ELT UPSERT into GCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209000#M8005</link>
      <description>&lt;P&gt;Hello everyone !&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my problematic :&lt;/P&gt; 
&lt;P&gt;I have an ELT solution, going from MSSQL to MSSQL, which is using hundreds of millions of lines in a single job, even billions, and there's a lot of them.&lt;/P&gt; 
&lt;P&gt;The server is now reaching it's maximum capacity and we are now trying to move to a different kind of solution : Google Cloud Platform with Postgre as DBMS.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It's where I'm hitting a wall : for Postgre on GCP, unlike MySQL, you need to use JDBC drivers while you can use MySQL native component to access MySQL DBMS on GCP. This leads to many restriction, some removed with the 7.2 recently released.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Still, for an insert, JDBCELT components are enough. The problem comes when you try to do an update. It's a pure massacre : you have to use nested request to do your update.&lt;/P&gt; 
&lt;P&gt;Example here :&amp;nbsp;&lt;A href="http://bekwam.blogspot.com/2011/10/updating-table-with-talend-open-studio.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;Bekwam Blog: Updating a Table with the Talend Open Studio ELT Components&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is a nasty solution.&lt;/P&gt; 
&lt;P&gt;My solution is not a good solution either : flag whether it's going to be an update or an insert with joining with target table, and :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;- do your insert in ELT mode ==&amp;gt;Fast and cool&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;- do you update using a temporary table, and using ETL mechanic in another Subjob to do your biding (non-ELT components)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;MSSQL and Oracle have a Merge option, but not Postgre or MySQL, so this wall will come up sooner or later.&lt;/P&gt; 
&lt;P&gt;Table have like a good hundred of columns something, so I don't want to map it myself.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you have a better idea/practice than my solution to avoid nested updates ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you in advance for your feedback.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sincerely,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209000#M8005</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2024-11-16T04:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: ELT UPSERT into GCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209001#M8006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please let us know if this new feature jira issue is what you are looking for?&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://jira.talendforge.org/browse/TDI-21605" href="https://jira.talendforge.org/browse/TDI-21605" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-21605&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 04:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209001#M8006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-09T04:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: ELT UPSERT into GCP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209002#M8007</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've been told to use the SQLTemplateMerge component.&lt;/P&gt; 
&lt;P&gt;But in the end it doesn't solve the underlying problem : how to integrate a "Merge" operation combined with tELTMap component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Actually you just can't. And when you have millions of rows to process with dozens of joining and filter operations, you'd better have a good request in the select and not a hand-made one, which is hard to maintain.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've discussed with two of your employees and actually there's no plan for making possible the combination of these two components.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope that in the near future, it's going to be implemented.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 08:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ELT-UPSERT-into-GCP/m-p/2209002#M8007</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-09-09T08:19:16Z</dc:date>
    </item>
  </channel>
</rss>

