<?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 perform Upsert(update or insert) fast. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250148#M34473</link>
    <description>In tPostgresqlOutputBulkExec we can only perform bulk insert or bulk update. There is no option which performs update or insert operation on data.
&lt;BR /&gt;Do you have any idea how can I perform update or insert(UPSERT) using tPostgresqlOutputBulkExec?
&lt;BR /&gt;Any other ideas using which I can do this task?
&lt;BR /&gt;
&lt;BR /&gt;Thanks for replying.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Nov 2019 06:13:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-12T06:13:05Z</dc:date>
    <item>
      <title>How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250146#M34471</link>
      <description>&lt;P&gt;I want to load(update or insert) lots of data. update or insert option is slow (40 rows/sec).&lt;/P&gt; 
&lt;P&gt;Is there any faster way to perform upsert(update or insert).&lt;/P&gt; 
&lt;P&gt;Source Database&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;QL Server&lt;/P&gt; 
&lt;P&gt;Destination Database: postgreSQL&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 15:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250146#M34471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250147#M34472</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQWjAAO"&gt;@vishalw007&lt;/A&gt;&amp;nbsp;, you can use Bulk component to load into postgresql.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;tPostgresqlOutputBulkExec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/cKJ1KqGuvlko6HlkBYdlPQ" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/cKJ1KqGuvlko6HlkBYdlPQ&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 05:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250147#M34472</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-12T05:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250148#M34473</link>
      <description>In tPostgresqlOutputBulkExec we can only perform bulk insert or bulk update. There is no option which performs update or insert operation on data.
&lt;BR /&gt;Do you have any idea how can I perform update or insert(UPSERT) using tPostgresqlOutputBulkExec?
&lt;BR /&gt;Any other ideas using which I can do this task?
&lt;BR /&gt;
&lt;BR /&gt;Thanks for replying.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2019 06:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250148#M34473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250149#M34474</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQWjAAO"&gt;@vishalw007&lt;/A&gt;&amp;nbsp;, you can split the process into two flows like insert and update separately and use the bulk component to improve performance.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250149#M34474</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-12T07:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250150#M34475</link>
      <description>Thanks for the quick response.&lt;BR /&gt;I will try this method</description>
      <pubDate>Tue, 12 Nov 2019 08:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250150#M34475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T08:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250151#M34476</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;can you help me with these questions&lt;/P&gt;&lt;P&gt;is it still the same way that we can’t use both insert or update during bulk operation ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to find out whether record already exits in table or not using tMap ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 07:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250151#M34476</guid>
      <dc:creator>krayapudi1643622390</dc:creator>
      <dc:date>2023-04-19T07:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Upsert(update or insert) fast.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250152#M34477</link>
      <description>&lt;P&gt;PostgreSQL and MySQL tDBOutput components have the option to use insert extensions.&lt;/P&gt;&lt;P&gt;Please take care your table has an appropriated primary key and than you can use the Action on Data: "Insert or update on duplicate key and unique index".&lt;/P&gt;&lt;P&gt;Both database types have such options slightly different implemented but with the same result.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-Upsert-update-or-insert-fast/m-p/2250152#M34477</guid>
      <dc:creator>jlolling_kloeckner</dc:creator>
      <dc:date>2023-04-19T10:23:38Z</dc:date>
    </item>
  </channel>
</rss>

