<?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 How does QV process the SQL flows? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142999#M22375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version is 8.50.6231.5 ... I am hurried to make an upgrade but 8261 is not there. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Available Updates:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;A class="stdlink" href="http://ftp.qliktech.com/QvWebDownloads/Release850/QvSetupRedist_Eng.exe"&gt;QlikView 8.50 (build 6261)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="stdlink" href="http://ftp.qliktech.com/QvWebDownloads/Release850/QvX64SetupRedist_Eng.exe"&gt;QlikView 8.50 x64 (build 6261)&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 18:41:07 GMT</pubDate>
    <dc:creator>eiconsulting</dc:creator>
    <dc:date>2009-05-04T18:41:07Z</dc:date>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142994#M22370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was writing a script to import a 3,5M records table. After about 800k records the system gives a memory error (I monitored the memory free decrease and it happens always at the same "level").&lt;/P&gt;&lt;P&gt;If I limit the SQL query at 800k and start again with the following 800k I can do it all.&lt;/P&gt;&lt;P&gt;When I save the file takes much much less.&lt;/P&gt;&lt;P&gt;Anybody can point me to some reading to explain why this happens? Nothing too difficult ... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Obviously if I go on my other computer with more memory and Vista64 the limits will change but not the "process" that I'd like to understand.&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 17:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142994#M22370</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-04-30T17:08:06Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142995#M22371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qlikview works directly in RAM. It keeps the data with the application itself so everytime the complete application with its all data resides in RAM when we open any qlikview application. so it depends on PC's RAM capacity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 17:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142995#M22371</guid>
      <dc:creator />
      <dc:date>2009-04-30T17:52:41Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142996#M22372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, actually this is more "fun" than what it appears... monitoring the actual memory use I saw there is a peak while the SQL SELECT is processed and then the system goes back to a much lower level and is able to process a new "lump" just as it was the first. So that all the records of the table (and more) fit in the memory at the end of the script (and more) but while the SELECT is preparing there is a limit. The file that is saved to disk is then even less.&lt;/P&gt;&lt;P&gt;I infere that a processing buffer is needed that is discarded immediately after, so that the memory used for processing each of the LOAD is &lt;EM&gt;unrelated&lt;/EM&gt; with the memory needed to host the whole set of data (i.e. memory needed for 10 LOADs of 300k records each does not equal 3mil in one load). Will keep you posted, this looks very intriguing.&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;P&gt;P.S. Using the following trick I loaded it all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;STRONG&gt;from&lt;/STRONG&gt; tbldocrigdocumenti001 limit 800000;&lt;BR /&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/P&gt;tbldocrigdocumenti001 offset 800001 limit 800000;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;B&gt;from&lt;/B&gt; tbldocrigdocumenti001 offset 1600001 limit 800000; etc.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 19:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142996#M22372</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-04-30T19:48:33Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142997#M22373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a very intriguing question. However, I can't duplicate your results. What DBMS and driver version are you using? What's the amount of memory difference you are seeing?&lt;/P&gt;&lt;P&gt;LOAD 0 as zero;&lt;BR /&gt;SELECT * FROM mytable;&lt;/P&gt;&lt;P&gt;This is a pretty artifical test so it may not be that useful. I wasn't using a DBMS that provides for offset and limit, but I simulated the process by using predicates to select the data. Is there anything special in your preceeding load?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 06:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142997#M22373</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-05-01T06:53:52Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142998#M22374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;which QV-version are you using? We had similar problems, but they disappeared in the latest QV-version (8261).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 16:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142998#M22374</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-05-01T16:57:36Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142999#M22375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version is 8.50.6231.5 ... I am hurried to make an upgrade but 8261 is not there. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Available Updates:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;A class="stdlink" href="http://ftp.qliktech.com/QvWebDownloads/Release850/QvSetupRedist_Eng.exe"&gt;QlikView 8.50 (build 6261)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="stdlink" href="http://ftp.qliktech.com/QvWebDownloads/Release850/QvX64SetupRedist_Eng.exe"&gt;QlikView 8.50 x64 (build 6261)&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 18:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/142999#M22375</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-05-04T18:41:07Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143000#M22376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also thought it very intriguing.&lt;/P&gt;&lt;P&gt;I am using Postgres with a PostgreSQL driver on a 32bit PC&lt;/P&gt;&lt;P&gt;I only use SELECT and it is the first one... I have prepared a 300k Word file to attach with screenshots and all but it takes forever and then stucks. I think the screenshots were particularly useful to describe what happens... while I find a way to upload you'll find below the script.&lt;/P&gt;&lt;P&gt;&lt;B&gt;ODBC&lt;/B&gt; &lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO&lt;/B&gt; PostgresFStest (XUserId is OCMECYdNTDdOGZVMTbFA);&lt;/P&gt;&lt;P&gt;&lt;B&gt;select&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento) as pk_tDoc,&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idmarchio || '|' || codriga) as pk_art,&lt;/P&gt;&lt;P&gt;idtipriga,&lt;/P&gt;&lt;P&gt;cprownum,&lt;/P&gt;&lt;P&gt;codriga,&lt;/P&gt;&lt;P&gt;descrizione as descr_rDoc,&lt;/P&gt;&lt;P&gt;quantita as qta_rDoc,&lt;/P&gt;&lt;P&gt;prunitario,&lt;/P&gt;&lt;P&gt;persconto1,&lt;/P&gt;&lt;P&gt;persconto2,&lt;/P&gt;&lt;P&gt;persconto3,&lt;/P&gt;&lt;P&gt;idmarchio as marchio_rDoc,&lt;/P&gt;&lt;P&gt;cosvenduto&lt;/P&gt;&lt;P&gt;&lt;B&gt;from&lt;/B&gt; xxxDETAILS limit 800000&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;B&gt;select&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento) as pk_tDoc,&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idmarchio || '|' || codriga) as pk_art,&lt;/P&gt;&lt;P&gt;idtipriga,&lt;/P&gt;&lt;P&gt;cprownum,&lt;/P&gt;&lt;P&gt;codriga,&lt;/P&gt;&lt;P&gt;descrizione as descr_rDoc,&lt;/P&gt;&lt;P&gt;quantita as qta_rDoc,&lt;/P&gt;&lt;P&gt;prunitario,&lt;/P&gt;&lt;P&gt;persconto1,&lt;/P&gt;&lt;P&gt;persconto2,&lt;/P&gt;&lt;P&gt;persconto3,&lt;/P&gt;&lt;P&gt;idmarchio as marchio_rDoc,&lt;/P&gt;&lt;P&gt;cosvenduto&lt;/P&gt;&lt;P&gt;&lt;B&gt;from&lt;/B&gt; xxxDETAILS offset 800001 limit 800000&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;B&gt;select&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento) as pk_tDoc,&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idmarchio || '|' || codriga) as pk_art,&lt;/P&gt;&lt;P&gt;idtipriga,&lt;/P&gt;&lt;P&gt;cprownum,&lt;/P&gt;&lt;P&gt;codriga,&lt;/P&gt;&lt;P&gt;descrizione as descr_rDoc,&lt;/P&gt;&lt;P&gt;quantita as qta_rDoc,&lt;/P&gt;&lt;P&gt;prunitario,&lt;/P&gt;&lt;P&gt;persconto1,&lt;/P&gt;&lt;P&gt;persconto2,&lt;/P&gt;&lt;P&gt;persconto3,&lt;/P&gt;&lt;P&gt;idmarchio as marchio_rDoc,&lt;/P&gt;&lt;P&gt;cosvenduto&lt;/P&gt;&lt;P&gt;&lt;B&gt;from&lt;/B&gt; xxxDETAILS offset 1600001 limit 800000&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;B&gt;select&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento) as pk_tDoc,&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idmarchio || '|' || codriga) as pk_art,&lt;/P&gt;&lt;P&gt;idtipriga,&lt;/P&gt;&lt;P&gt;cprownum,&lt;/P&gt;&lt;P&gt;codriga,&lt;/P&gt;&lt;P&gt;descrizione as descr_rDoc,&lt;/P&gt;&lt;P&gt;quantita as qta_rDoc,&lt;/P&gt;&lt;P&gt;prunitario,&lt;/P&gt;&lt;P&gt;persconto1,&lt;/P&gt;&lt;P&gt;persconto2,&lt;/P&gt;&lt;P&gt;persconto3,&lt;/P&gt;&lt;P&gt;idmarchio as marchio_rDoc,&lt;/P&gt;&lt;P&gt;cosvenduto&lt;/P&gt;&lt;P&gt;&lt;B&gt;from&lt;/B&gt; xxxDETAILS offset 2400001 limit 800000&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;B&gt;select&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento) as pk_tDoc,&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idmarchio || '|' || codriga) as pk_art,&lt;/P&gt;&lt;P&gt;idtipriga,&lt;/P&gt;&lt;P&gt;cprownum,&lt;/P&gt;&lt;P&gt;codriga,&lt;/P&gt;&lt;P&gt;descrizione as descr_rDoc,&lt;/P&gt;&lt;P&gt;quantita as qta_rDoc,&lt;/P&gt;&lt;P&gt;prunitario,&lt;/P&gt;&lt;P&gt;persconto1,&lt;/P&gt;&lt;P&gt;persconto2,&lt;/P&gt;&lt;P&gt;persconto3,&lt;/P&gt;&lt;P&gt;idmarchio as marchio_rDoc,&lt;/P&gt;&lt;P&gt;cosvenduto&lt;/P&gt;&lt;P&gt;&lt;B&gt;from&lt;/B&gt; xxxDETAILS offset 3200001 limit 800000&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;B&gt;select&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento) as pk_tDoc,&lt;/P&gt;&lt;P&gt;datdocumento as data_tDoc,&lt;/P&gt;&lt;P&gt;escontemissione,&lt;/P&gt;&lt;P&gt;idsoggetto as soggetto_tDoc,&lt;/P&gt;&lt;P&gt;idsede as sede_tDoc,&lt;/P&gt;&lt;P&gt;idmagazzino as mag_tDoc,&lt;/P&gt;&lt;P&gt;codtelaio as telaio_tDoc,&lt;/P&gt;&lt;P&gt;targa as targa_tDoc,&lt;/P&gt;&lt;P&gt;idcanvendita as canven_tDoc,&lt;/P&gt;&lt;P&gt;totimponibile as totimp_tDoc,&lt;/P&gt;&lt;P&gt;totdocumento as totdoc_tDoc,&lt;/P&gt;&lt;P&gt;idtipcontratto&lt;/P&gt;&lt;P&gt;&lt;B&gt;from&lt;/B&gt; xxxHEADER&lt;/P&gt;&lt;P&gt;where flemesso = 1 AND flannullato &amp;lt;&amp;gt; 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 19:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143000#M22376</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-05-04T19:21:08Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143001#M22377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for the typo: should read &lt;B&gt;6&lt;/B&gt;261, not 8261&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 21:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143001#M22377</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-05-04T21:11:04Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143002#M22378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flavio,&lt;/P&gt;&lt;P&gt;I note one significant difference between your script and my testing -- and the way I normally write a script. I always use a preceeding load. Perhaps with a preceeding load the fields get some QV storage optimizations as the table is built. I don't have time to test this at the moment, but it should be easy for you to try.&lt;/P&gt;&lt;P&gt;Your minimal preceeding load would look like this:&lt;/P&gt;&lt;P&gt;LOAD * ;&lt;BR /&gt;SELECT ...&lt;/P&gt;&lt;P&gt;I also see you are creating some string compound keys. While not related to your initial question, you can reduce the memory requirements significantly of the runtime app (and maybe the load) by using decimal keys. Create the keys in the preceeding load using autonumber:&lt;/P&gt;&lt;P&gt;autonumber(idazienda || '|' || idnatdocumento || '|' || idtipdocumento || '|' || escontabile || '|' || iddocumento, 'key1') as pk_tDoc&lt;/P&gt;&lt;P&gt;If you get a chance to try it, let me know if using a preceeding LOAD * changes the memory profile.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 00:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143002#M22378</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-05-05T00:51:03Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143003#M22379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LOAD * didn't change the behavior (I had thought that there would an implicit LOAD if you omit it ??? - I was going to revise this "policy" of mine and "name" the QV tables as I saw in the demo files, also to use them for JOINs).&lt;/P&gt;&lt;P&gt;The new version neither changes anything (did that separately).&lt;/P&gt;&lt;P&gt;About the keys it's a very useful hint, I kept them readable adding even the pipe sign in between to understand how the tables connect. I surely will change them... and read the documentation to understand what autonumber really does.&lt;/P&gt;&lt;P&gt;The mistery lives on ... I tried again attaching the screenshot but had to give up. I have a big demo at an exhibition and will do with the split SELECT, as soon as I am finished I have to solve this problem.&lt;/P&gt;&lt;P&gt;Thank you, Rob&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 15:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143003#M22379</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-05-05T15:35:51Z</dc:date>
    </item>
    <item>
      <title>How does QV process the SQL flows?</title>
      <link>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143004#M22380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On 64 bit Vista the behavior is different. I admit that there is more memory (4Gb)... it looks like it gets a lot of buffer space but uses very little of memory and arrives to the end in one single shot.&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 15:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-does-QV-process-the-SQL-flows/m-p/143004#M22380</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-05-27T15:46:33Z</dc:date>
    </item>
  </channel>
</rss>

