<?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: Ram consumtion on script calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494716#M690152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell us a bit more about your setting (QV version, OS version, amount of RAM, size of qvd)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I read your last post correctly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key1&amp;amp;_&amp;amp;Key2 as Masterkey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worked fine, while this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key1*100000+Key2 as Masterkey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stops because of running out of memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 16:23:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-11-07T16:23:10Z</dc:date>
    <item>
      <title>Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494712#M690148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I have not enough RAM to make a calculation. All optimizations have been done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script looks like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Key1*100000+Key2 as Masterkey,&lt;/P&gt;&lt;P&gt;Key1,&lt;/P&gt;&lt;P&gt;Key2,&lt;/P&gt;&lt;P&gt;SomeotherData&lt;/P&gt;&lt;P&gt;From some.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it make sence to load in slices and then to merge the qvds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;L1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key1*100000+Key2 as Masterkey,&lt;/P&gt;&lt;P&gt;Key1,&lt;/P&gt;&lt;P&gt;Key2,&lt;/P&gt;&lt;P&gt;SomeotherData&lt;/P&gt;&lt;P&gt;From some.qvd (qvd) where Key1 &amp;lt; 40000000;&lt;/P&gt;&lt;P&gt;Save L1 to L1.qvd;&lt;/P&gt;&lt;P&gt;Drop Table L1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key1*100000+Key2 as Masterkey,&lt;/P&gt;&lt;P&gt;Key1,&lt;/P&gt;&lt;P&gt;Key2,&lt;/P&gt;&lt;P&gt;SomeotherData&lt;/P&gt;&lt;P&gt;From some.qvd (qvd) where Key1 &amp;gt;= 40000000;&lt;/P&gt;&lt;P&gt;Save L2 to L2.qvd;&lt;/P&gt;&lt;P&gt;Drop Table L2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From L1.qvd;&lt;/P&gt;&lt;P&gt;Load * From L2.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------&lt;/P&gt;&lt;P&gt;cheers chesterluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494712#M690148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-07T15:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494713#M690149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless you´re not using a group by (very CPU and memory intensive) that change won´t change RAM consumption.&lt;/P&gt;&lt;P&gt;You should check your data and maybe do some optimizations:&lt;/P&gt;&lt;P&gt;1) Break a datetime field into a date field and time field&lt;/P&gt;&lt;P&gt;2) Round some decimal values&lt;/P&gt;&lt;P&gt;this will give QlikView more chance to optimize your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At last resource, increase RAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494713#M690149</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-07T16:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494714#M690150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another issue could be synthetic keys, do you have any of them inside your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494714#M690150</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-07T16:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494715#M690151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;I had before a String as a composite key:&lt;/P&gt;&lt;P&gt;Key1&amp;amp;_&amp;amp;Key2 as Masterkey&lt;/P&gt;&lt;P&gt;but then changed it to&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Key1*100000+Key2 as Masterkey&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Couldnt use AutoNumber() as Masterkey - as I need the MasterKey for an incr. load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have any more ideas &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Key1*100000+Key2 as Masterkey, &amp;gt;num&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Key1, &amp;gt;num&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Key2, &amp;gt;num&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SomeotherData &amp;gt;num&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From some.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494715#M690151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-07T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494716#M690152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell us a bit more about your setting (QV version, OS version, amount of RAM, size of qvd)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I read your last post correctly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key1&amp;amp;_&amp;amp;Key2 as Masterkey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worked fine, while this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key1*100000+Key2 as Masterkey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stops because of running out of memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494716#M690152</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-07T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494717#M690153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Chester&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could also provide the log file from a load the fails ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494717#M690153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-07T16:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494718#M690154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Key1&amp;amp;_&amp;amp;Key2 as Masterkey&lt;/SPAN&gt; didn't work&lt;/P&gt;&lt;P&gt;Optimization to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Key1*100000+Key2 as Masterkey,&lt;/SPAN&gt; also didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20GB Ram Win2008Server size of qvd between 2 and 6 GB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494718#M690154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-07T16:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ram consumtion on script calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494719#M690155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i finally hat to change the script completely. The Masterkey I needed for the incr load. &lt;/P&gt;&lt;P&gt;I generated this key every load anew using Autonumber(). Im testing now the appl. and hope everything works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chesterluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 12:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ram-consumtion-on-script-calculation/m-p/494719#M690155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T12:46:27Z</dc:date>
    </item>
  </channel>
</rss>

