<?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: Vertica Loading Very Slow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348179#M115335</link>
    <description>Hi Akki,&lt;BR /&gt;What is the need of tMap? if there are no joins, you can replace it by tJavaRow to add new columns or do some operations...&lt;BR /&gt;What is the commit size and batch size you have given? is it set to auto commit?&lt;BR /&gt;vaibhav</description>
    <pubDate>Thu, 17 Jul 2014 14:13:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-17T14:13:32Z</dc:date>
    <item>
      <title>Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348178#M115334</link>
      <description>Hi all,
&lt;BR /&gt; I'm using TOS DI 5.2.2 in Red Hat. I have 25,000 files to load. my jobs as follows:
&lt;BR /&gt;tfileList----&amp;gt; tFileInputDelimited----&amp;gt;tMap----&amp;gt;tVerticaOutput
&lt;BR /&gt;Action on table is "Insert on table"
&lt;BR /&gt;it's taking 35min. to load 50files!!!! and each file size is less then 5MB. But same job if i write it to file (instead of vertica) it's taking less time!!
&lt;BR /&gt;What i'm missing here..!! i need to change any settings!!
&lt;BR /&gt;Please suggest solution
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akki</description>
      <pubDate>Thu, 17 Jul 2014 14:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348178#M115334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348179#M115335</link>
      <description>Hi Akki,&lt;BR /&gt;What is the need of tMap? if there are no joins, you can replace it by tJavaRow to add new columns or do some operations...&lt;BR /&gt;What is the commit size and batch size you have given? is it set to auto commit?&lt;BR /&gt;vaibhav</description>
      <pubDate>Thu, 17 Jul 2014 14:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348179#M115335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T14:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348180#M115336</link>
      <description>Inserting may be slow because referential or other constraints are being evaluated by the database prior to committing these records...
&lt;BR /&gt;You can also try increasing your java heap size to make more memory available for processing.
&lt;BR /&gt;As an alternative, use the tVerticaOutputBulk and tVerticaBulkExec components for faster loading. They're designed to load larger datasets faster, and typically leverage other database utilities on the back-end. For more info, see 
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tVerticaOutputBulkExec&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tVerticaOutputBulkExec&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Thu, 17 Jul 2014 14:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348180#M115336</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-07-17T14:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348181#M115337</link>
      <description>hi sanvaibhav,
&lt;BR /&gt; I'm using tMap because there are two flows from tMap. one flow insert all fileds from input files to vertica table.
&lt;BR /&gt;other flow just takes one required field from file and insert that field to other file.
&lt;BR /&gt;and i have given commit every 100rows in tverticaoutput other then that no settings i'm using in that component.
&lt;BR /&gt;i don't tthink tMap is effecting my job speed in this case. because as i already mentioned if i replace vertica component with file output component, then its processing in high speed.
&lt;BR /&gt;Please let me know any solution.
&lt;BR /&gt;Hi willm,
&lt;BR /&gt; As Vertica told if you have large file then go for Bulk insert. but in this case each file size is less then 5MB.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akki</description>
      <pubDate>Thu, 17 Jul 2014 14:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348181#M115337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348182#M115338</link>
      <description>You can increase number of records to 1000 and check the performance, every commit cycle takes time... we can reduce the commit cycle by increasing the number of rows...
&lt;BR /&gt;- Also try giving auto commit option, it would take its default batch size and can observe the difference...
&lt;BR /&gt;you can use tChronometerstart and tchronometerstop component to check exact execution time...
&lt;BR /&gt;Whether single job is loading all the files or you have multiple subjobs to do this?
&lt;BR /&gt;vaibhav</description>
      <pubDate>Thu, 17 Jul 2014 16:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348182#M115338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T16:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348183#M115339</link>
      <description>hi sanvaibhav,&lt;BR /&gt;&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/B&gt;Ya single job is loading all files to vertica. and where is autocommit option in tVerticaoutput Component??&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;Akki</description>
      <pubDate>Thu, 24 Jul 2014 06:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348183#M115339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T06:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348184#M115340</link>
      <description>Hi, &lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;&lt;BR /&gt;Have you tried to use &lt;/FONT&gt;&lt;/FONT&gt;tVerticalConnection in your job design. The auto commit option is available in tVerticalConnection component.&lt;BR /&gt;BTW, What's your job row rate?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 24 Jul 2014 08:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348184#M115340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T08:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348185#M115341</link>
      <description>hi sabrina, 
&lt;BR /&gt;&amp;nbsp; Thank you for reply. I have tried with tverticaConnection. but problem still same. Now i think we got solution for this. 
&lt;BR /&gt;Our vertica table have sequence number generation, but before this was not there. so we removed sequence for that table and checked loading, loading got fast!! 
&lt;BR /&gt;now still i don understand why sequence number will effect loading to table from Talend tool!! Is there any possibilities to use vertica sequence in tverticaoutput component. 
&lt;BR /&gt;Advice : If we cant use sequences of vertica in our talend job, please try to add this feature in upcoming release. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Akki</description>
      <pubDate>Thu, 24 Jul 2014 11:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348185#M115341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348186#M115342</link>
      <description>Hi i am facing an issue in Talend Insert &amp;nbsp;i am using Oracle 11g to insert data and inserting data in 5 tables, out of 5 table Talent Insert batch able to insert but for 1 table it is taking 10 times more than all table inserts even records to be Inserts are same in all table.
&lt;BR /&gt;Can any one help me and find out solution for the same.</description>
      <pubDate>Thu, 24 Jul 2014 13:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348186#M115342</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-24T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348187#M115343</link>
      <description>Vertica is a column based database and it is typically behaviour to be very slow in single dataset statements.&amp;nbsp;
&lt;BR /&gt;To improve the performance I suggest you load at first the input data without any checks into the vertica database and use pure SQL statements to fill the (staging-) data into your target table.&amp;nbsp;
&lt;BR /&gt;Column based database will usually works best with bulk loads instead of insert/update row by row.&amp;nbsp;</description>
      <pubDate>Thu, 24 Jul 2014 21:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348187#M115343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348188#M115344</link>
      <description>hi,
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; thank u for reply Jlolling. Are you suggesting me to write a script to load files instead of talend job??
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akki</description>
      <pubDate>Fri, 25 Jul 2014 07:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348188#M115344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T07:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348189#M115345</link>
      <description>Hi Akki,&lt;BR /&gt;Do you have indexes on your target vertica table? Because index would slow down the performance of inserts...&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 25 Jul 2014 07:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348189#M115345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348190#M115346</link>
      <description>hi all,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Using script we loaded around 13 crore records data to 45columns table in 6min. Can we achieve this using talend jobs?? This what our concern now. because we have designed job to load table so if its not giving results as expected then we have to load uisng script only right?&lt;BR /&gt;Vibhav,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; we don have index on table, it columnar database so we are not creating any index for table.&lt;BR /&gt;Regards,&lt;BR /&gt;Akki</description>
      <pubDate>Fri, 25 Jul 2014 12:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348190#M115346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T12:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vertica Loading Very Slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348191#M115347</link>
      <description>Hi Akki,
&lt;BR /&gt;Loading data through database scripts is lightning fast and don't have much limitations... Similar performance you can't expect from ETL tool specifically based on Java... I would recommend to go for the data loading through script only, but you can enhance script to perform some auditing and logging using sp..
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 25 Jul 2014 12:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertica-Loading-Very-Slow/m-p/2348191#M115347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T12:40:55Z</dc:date>
    </item>
  </channel>
</rss>

