<?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: AWS S3 to Snowflake Bulk load taking time using Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226605#M18457</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I want to load data into snowflake using Talend Bulk components.&lt;/P&gt;
&lt;P&gt;Any performance tips on my existing job design or any modifications?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2019 17:55:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-04T17:55:40Z</dc:date>
    <item>
      <title>AWS S3 to Snowflake Bulk load taking time using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226603#M18455</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; I have designed a job to Load multiple files from AWS S3 to Snowflake table using Bulk Load components.&lt;/P&gt; 
&lt;P&gt;My Flow is:&lt;/P&gt; 
&lt;P&gt;1)tPrejob-&amp;gt;tS3Connection&lt;/P&gt; 
&lt;P&gt;2)tS3list-&amp;gt;tS3Get-&amp;gt;tFileinputdelimited-&amp;gt;tDBOutputBulk-&amp;gt;tDBBulkExec-&amp;gt;tDBROW&lt;/P&gt; 
&lt;P&gt;3)TPostJob-&amp;gt;tS3Close&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Where:&lt;/P&gt; 
&lt;P&gt;tDBOutputBulk has storage as "Internal" stage.&lt;/P&gt; 
&lt;P&gt;tDBROW has "Commit" command&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There are total 2 files 450MB each on S3(total around 1GB data i.e 20 million records with 6 columns)&lt;/P&gt; 
&lt;P&gt;To load 1GB data, it is taking 25 min. I want to improve performance of my job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone help in improving performance?&lt;/P&gt; 
&lt;P&gt;Also how to handle restartability in case of failure here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thank you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226603#M18455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: AWS S3 to Snowflake Bulk load taking time using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226604#M18456</link>
      <description>&lt;P&gt;For this you can do this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a named file formats that clearly describe your data files.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Then, create name stage objects.&lt;/LI&gt;&lt;LI&gt;Load the data of S3 bucket into Snowflake tables&lt;/LI&gt;&lt;LI&gt;Data files error resolution.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://routerlogin.io/192-168-0-254/" target="_self" rel="nofollow noopener noreferrer"&gt;192.168.0.254&lt;/A&gt;&amp;nbsp;&lt;A href="https://192-168-0-1ip.net/192-168-2-1/" target="_blank" rel="noopener noreferrer nofollow noopener noreferrer"&gt;192.168.2.1&lt;/A&gt; &lt;A href="https://192-168-1-254ip.com/192-168-1-2/" target="_blank" rel="nofollow noopener noreferrer"&gt;192.168.1.2&lt;/A&gt;&amp;nbsp; &lt;A href="https://routerlogin.onl/192-168-178-1/" target="_blank" rel="nofollow noopener noreferrer"&gt;192.168.178.1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 15:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226604#M18456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-04T15:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: AWS S3 to Snowflake Bulk load taking time using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226605#M18457</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I want to load data into snowflake using Talend Bulk components.&lt;/P&gt;
&lt;P&gt;Any performance tips on my existing job design or any modifications?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 17:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AWS-S3-to-Snowflake-Bulk-load-taking-time-using-Talend/m-p/2226605#M18457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-04T17:55:40Z</dc:date>
    </item>
  </channel>
</rss>

