<?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: Performance of tsalesforceinput Component is very slow while extracting attachment object in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212345#M10016</link>
    <description>&lt;P&gt;Salesforce data is loaded in append mode. My usecase need to setup  an incremental load at my side while loading into my target db ! I fear doing an incremental will increase the process overhead and will increase the total job run time.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2022 19:34:18 GMT</pubDate>
    <dc:creator>LP1645818833</dc:creator>
    <dc:date>2022-03-04T19:34:18Z</dc:date>
    <item>
      <title>Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212339#M10010</link>
      <description>&lt;P&gt;We are extracting data from salesforce using talend. While extracting body field(which is in binary ) of attachment object of salesforce ,using tsalesforceinput ,the extraction process is very slow. We also tried using query mode as bulk in tsalesforceinput ,but it is not&amp;nbsp; working as binary field is not supported in bulk mode.&lt;/P&gt;
&lt;P&gt;Is there any other process to fasten the extraction process for binary field?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212339#M10010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212340#M10011</link>
      <description>&lt;P&gt;Can you give us more information on this? For example, do you know how big the attachment is? What is the speed of your internet? How many attachments are you downloading? How many records other than the binary representation of the attachment are you downloading? Is this from a live Salesforce environment (production) or a sandbox?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212340#M10011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-24T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212341#M10012</link>
      <description>&lt;P&gt;Currently we are extracting around 10,479 records in our development environment. Removing this Body field(binary) from the tSalesforceInput component is extracting the data in just 4 seconds. But with the Body field is taking a long time. In production (live Salesforce environment)data will be around 28 lakhs. There are seven other columns apart from Body which we are extracting.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 05:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212341#M10012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-25T05:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212342#M10013</link>
      <description>&lt;P&gt;The body field is essentially a file. You are downloading 10,479 files. That is going to take a fair amount of time and will heavily depend upon the size of the files. Even though you are downloading binary data, it is still going to be the same amount of actual data you would be downloading were you to download the data as files. There is no getting around this and this isn't a flaw in Salesforce or Talend. It is just the amount of data you are returning via essentially webservices.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 09:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212342#M10013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-26T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212343#M10014</link>
      <description>&lt;P&gt;Hi @Richard Hall​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using tslaesforceinput to read data of about 2-5 Millions records. The Query Mode Bulk , BulkV2 option with TOS- BD v8 is not running properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below issues I am encountering using bulk option :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ETL job take 2-5 mins of strat time.&lt;/LI&gt;&lt;LI&gt; 7 out of 10 time job get hung at starting to read from tslaesforceinput when using Query Mode Bulk /BulkV2 .&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will you please help me fix this issue. I want to accelerate the reading of data from salesforceInput.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, for above scenario when I am using Query Mode, jobs take 4-6 hours to process on a batch size of 800 -1200. My Windows VM Memory is 16Gb.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 21:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212343#M10014</guid>
      <dc:creator>LP1645818833</dc:creator>
      <dc:date>2022-03-03T21:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212344#M10015</link>
      <description>&lt;P&gt;The Salesforce components make use of the Salesforce SOAP API. The more data being retrieved per record, the slower it will be. Do you you know how many bytes each record is? You need to calculate how many bytes in total you are downloading and then factor in your bandwidth, etc. My advice would be to only retrieve what you need. If you need everything, then can you retrieve the data over a longer period of time or in an incremental way? Unfortunately no application can overcome the bottleneck of bandwidth when downloading a large amount of data.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 00:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212344#M10015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-04T00:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212345#M10016</link>
      <description>&lt;P&gt;Salesforce data is loaded in append mode. My usecase need to setup  an incremental load at my side while loading into my target db ! I fear doing an incremental will increase the process overhead and will increase the total job run time.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 19:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212345#M10016</guid>
      <dc:creator>LP1645818833</dc:creator>
      <dc:date>2022-03-04T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of tsalesforceinput Component is very slow while extracting attachment object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212346#M10017</link>
      <description>&lt;P&gt;Have you calculated the the size of the data you are downloading? SOAP services are not as quick as local db to local db. This has to be considered before you can say that the throughput is slow.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 20:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-of-tsalesforceinput-Component-is-very-slow-while/m-p/2212346#M10017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-04T20:21:51Z</dc:date>
    </item>
  </channel>
</rss>

