<?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 After migrating from Qlik Web Connector to REST Connector performance is terrible in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/After-migrating-from-Qlik-Web-Connector-to-REST-Connector/m-p/1534957#M7434</link>
    <description>&lt;P&gt;I've recently migrated over from &lt;STRONG&gt;Qlik Web Connectors&lt;/STRONG&gt; to the native &lt;STRONG&gt;REST Connector&lt;/STRONG&gt; in Qlikview.&lt;BR /&gt;I am finding that after the migration, my reload times are massively slower eg. 3 min reload now&amp;nbsp;takes 27 mins; and&amp;nbsp;another has&amp;nbsp;gone from 12mins to 1h35min.&lt;/P&gt;&lt;P&gt;Here's how my documents are set up:&lt;BR /&gt;I have about 5 different documents that each make many calls to an XML Webservice.&lt;BR /&gt;The urls are dynamically generated from the contents of previous calls, so there can end up being hundreds of webservice calls with each reload.&lt;/P&gt;&lt;P&gt;eg. Using a football anology:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Get current season's competitions:&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;A href="http://footballws.example.com/api/2018/comps.xml" target="_blank"&gt;http://footballws.example.com/api/2018/comps.xml&lt;/A&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;Loop through competitions using &lt;EM&gt;competitionId&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Get Fixtures:&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;&lt;A href="http://footballws.example.com/api/2018/$(competitionId)/fixtures.xml" target="_blank"&gt;http://footballws.example.com/api/2018/$(competitionId)/fixtures.xml&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;Loop through Fixtures using &lt;EM&gt;gameId&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Get MatchStats:&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;h&lt;/SPAN&gt;&lt;SPAN&gt;ttp://footballws.example.com/api/$(gameId)/matchstats.xml&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;In a nutshell.. You can see how &lt;EM&gt;competitions -&amp;gt; fixtures -&amp;gt; matchstats&lt;/EM&gt;&amp;nbsp;ends up being a lot of calls to the webservice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I was using the Qlik Web Connectors, there was an option to return the &lt;U&gt;RAW xml&lt;/U&gt;. I found this the quickest way to get to the data I needed, even though I had to write my own parsing.&amp;nbsp;&lt;BR /&gt;With the REST Connector I can't see any option to return the RAW xml, so I'm unable to use the parsing I wrote, and have to use the scaffolded SQL-like code that is generated&amp;nbsp;(which looks awesome!), but unfortunately is proving very slow in comparison.&amp;nbsp;&lt;BR /&gt;I have reduced the scaffolded code to only the necessary lines, so I'm not parsing more XML than I need to, but this hasn't made a noticeable impact.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please can someone assist me with this, specifically&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Has anyone else experienced this issue and found a way to improve the speed?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Is there a way to bypass the SQL-like parser and return the full XML data string?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately I can't post an example as the code and webservices are all private and NDAs apply.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks very much in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 14:01:50 GMT</pubDate>
    <dc:creator>duncanblaine</dc:creator>
    <dc:date>2021-12-21T14:01:50Z</dc:date>
    <item>
      <title>After migrating from Qlik Web Connector to REST Connector performance is terrible</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/After-migrating-from-Qlik-Web-Connector-to-REST-Connector/m-p/1534957#M7434</link>
      <description>&lt;P&gt;I've recently migrated over from &lt;STRONG&gt;Qlik Web Connectors&lt;/STRONG&gt; to the native &lt;STRONG&gt;REST Connector&lt;/STRONG&gt; in Qlikview.&lt;BR /&gt;I am finding that after the migration, my reload times are massively slower eg. 3 min reload now&amp;nbsp;takes 27 mins; and&amp;nbsp;another has&amp;nbsp;gone from 12mins to 1h35min.&lt;/P&gt;&lt;P&gt;Here's how my documents are set up:&lt;BR /&gt;I have about 5 different documents that each make many calls to an XML Webservice.&lt;BR /&gt;The urls are dynamically generated from the contents of previous calls, so there can end up being hundreds of webservice calls with each reload.&lt;/P&gt;&lt;P&gt;eg. Using a football anology:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Get current season's competitions:&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;A href="http://footballws.example.com/api/2018/comps.xml" target="_blank"&gt;http://footballws.example.com/api/2018/comps.xml&lt;/A&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;Loop through competitions using &lt;EM&gt;competitionId&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Get Fixtures:&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;&lt;A href="http://footballws.example.com/api/2018/$(competitionId)/fixtures.xml" target="_blank"&gt;http://footballws.example.com/api/2018/$(competitionId)/fixtures.xml&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;Loop through Fixtures using &lt;EM&gt;gameId&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Get MatchStats:&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;h&lt;/SPAN&gt;&lt;SPAN&gt;ttp://footballws.example.com/api/$(gameId)/matchstats.xml&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;In a nutshell.. You can see how &lt;EM&gt;competitions -&amp;gt; fixtures -&amp;gt; matchstats&lt;/EM&gt;&amp;nbsp;ends up being a lot of calls to the webservice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I was using the Qlik Web Connectors, there was an option to return the &lt;U&gt;RAW xml&lt;/U&gt;. I found this the quickest way to get to the data I needed, even though I had to write my own parsing.&amp;nbsp;&lt;BR /&gt;With the REST Connector I can't see any option to return the RAW xml, so I'm unable to use the parsing I wrote, and have to use the scaffolded SQL-like code that is generated&amp;nbsp;(which looks awesome!), but unfortunately is proving very slow in comparison.&amp;nbsp;&lt;BR /&gt;I have reduced the scaffolded code to only the necessary lines, so I'm not parsing more XML than I need to, but this hasn't made a noticeable impact.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please can someone assist me with this, specifically&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Has anyone else experienced this issue and found a way to improve the speed?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Is there a way to bypass the SQL-like parser and return the full XML data string?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately I can't post an example as the code and webservices are all private and NDAs apply.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks very much in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/After-migrating-from-Qlik-Web-Connector-to-REST-Connector/m-p/1534957#M7434</guid>
      <dc:creator>duncanblaine</dc:creator>
      <dc:date>2021-12-21T14:01:50Z</dc:date>
    </item>
  </channel>
</rss>

