<?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: Amazon S3 Native Connector Performance in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2030228#M11929</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8810"&gt;@Jay_Brown&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The Qlik Sense Enterprise and Qlik Web Connectors&amp;nbsp; are in the same&amp;nbsp;server.&lt;/P&gt;
&lt;P&gt;We have performed a new test. We have read 1036 xlsx files. These files have a size of 15KB. We obtain the list of files with a List operation and then execute a FOR loop to read each file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik WebConnector takes 54 &lt;STRONG&gt;seconds &lt;/STRONG&gt;however&amp;nbsp;Amazon S3 takes 14&amp;nbsp;&lt;STRONG&gt;minutes.&lt;/STRONG&gt;I attach screenshots with the result of each execution.&lt;/P&gt;
&lt;P&gt;The code is the same except "FROM" sentence&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;Qlik WebConnector&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;BR /&gt;&lt;STRONG&gt;FROM [$(vQwcConnectionName)] //URL to Qlik Web connector&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(URL IS [$(fURL($(encoded_s3_filename)))],ooxml, no labels, header is 4 lines) //file name&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;where not IsNull(G);&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;Amazon s3 Connector:&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; FROM [$(swapsLibConnection)/$(s3_filename)]&amp;nbsp; //Lib connection name + file name&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(ooxml, no labels, header is 4 lines)&lt;/STRONG&gt; &lt;BR /&gt;where not IsNull(G);&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 08:41:46 GMT</pubDate>
    <dc:creator>darwinex1</dc:creator>
    <dc:date>2023-01-26T08:41:46Z</dc:date>
    <item>
      <title>Amazon S3 Native Connector Performance</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2015612#M11765</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;I am testing the Amazon S3 connector included in the November 2022 Patch version of &lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice that its performance is much lower than Qlik WebConnector. With &lt;LI-PRODUCT title="Qlik Web Connectors" id="qlikWebConnectors"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; the execution takes 20 minutes and with the native connector the execution time is 1.5 hours&lt;/P&gt;
&lt;P&gt;Any idea how to improve the times?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 06:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2015612#M11765</guid>
      <dc:creator>darwinex1</dc:creator>
      <dc:date>2022-12-13T06:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Amazon S3 Native Connector Performance</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2028933#M11915</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/102625"&gt;@darwinex1&lt;/a&gt;&amp;nbsp;, performance should be similar.&amp;nbsp; Is Qlik Web Connectors installed on the same server as Qlik Sense Enterprise?&amp;nbsp; Meaning are both tests from the same server?&lt;/P&gt;
&lt;P&gt;Also, what type of execution are you performing, List, GetRawObject, Upload, etc.?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2028933#M11915</guid>
      <dc:creator>Jay_Brown</dc:creator>
      <dc:date>2023-01-23T16:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Amazon S3 Native Connector Performance</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2030228#M11929</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8810"&gt;@Jay_Brown&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The Qlik Sense Enterprise and Qlik Web Connectors&amp;nbsp; are in the same&amp;nbsp;server.&lt;/P&gt;
&lt;P&gt;We have performed a new test. We have read 1036 xlsx files. These files have a size of 15KB. We obtain the list of files with a List operation and then execute a FOR loop to read each file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik WebConnector takes 54 &lt;STRONG&gt;seconds &lt;/STRONG&gt;however&amp;nbsp;Amazon S3 takes 14&amp;nbsp;&lt;STRONG&gt;minutes.&lt;/STRONG&gt;I attach screenshots with the result of each execution.&lt;/P&gt;
&lt;P&gt;The code is the same except "FROM" sentence&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;Qlik WebConnector&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;BR /&gt;&lt;STRONG&gt;FROM [$(vQwcConnectionName)] //URL to Qlik Web connector&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(URL IS [$(fURL($(encoded_s3_filename)))],ooxml, no labels, header is 4 lines) //file name&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;where not IsNull(G);&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;Amazon s3 Connector:&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; FROM [$(swapsLibConnection)/$(s3_filename)]&amp;nbsp; //Lib connection name + file name&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(ooxml, no labels, header is 4 lines)&lt;/STRONG&gt; &lt;BR /&gt;where not IsNull(G);&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 08:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2030228#M11929</guid>
      <dc:creator>darwinex1</dc:creator>
      <dc:date>2023-01-26T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Amazon S3 Native Connector Performance</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2032469#M11947</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/102625"&gt;@darwinex1&lt;/a&gt;&amp;nbsp;, What version of Qlik Web Connectors are you currently testing against and have you tried another version?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 21:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2032469#M11947</guid>
      <dc:creator>Jay_Brown</dc:creator>
      <dc:date>2023-01-31T21:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Amazon S3 Native Connector Performance</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2032767#M11955</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8810"&gt;@Jay_Brown&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Qlik WebConnector funciona correctamente (versión June-2022 (2.130.0.26720)).&lt;/P&gt;
&lt;P&gt;Tenemos problemas con el conector nativo Amazon S3 de Qlik Sense Enterprise.&lt;/P&gt;
&lt;P&gt;Actualmente, nuestra versión de Qlik Sense Enterprise es Noviembre 2022 Parche 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Amazon-S3-Native-Connector-Performance/m-p/2032767#M11955</guid>
      <dc:creator>darwinex1</dc:creator>
      <dc:date>2023-02-01T12:24:58Z</dc:date>
    </item>
  </channel>
</rss>

