<?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: Issue with ram usage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163044#M1314963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onno is right of course. However, I hope he will disregard this very quick answer:&lt;/P&gt;&lt;P&gt;Concatenation is suitable for tables that look alike and that may have a one-to-many relationship but don't depend on it for analysis (like Proposals/Offers and Orders).&lt;/P&gt;&lt;P&gt;Joins can be used for tables that either have a strict 1-to-1 relationship (like SalesOrderLine-to-DeliveryLine-to-BillingLine, one of each) or that do not create a risk of data duplication (a header record with multiple line records where the header doesn't contain "summable" data like amounts or quantities). Concat/Join aren't always a good idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YMMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 May 2016 20:30:35 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-05-29T20:30:35Z</dc:date>
    <item>
      <title>Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163038#M1314947</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 have an application that uses data from a huge SQL database. When I open it takes more than 60 gbs of ram, so I started to look for optimization tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a mem file and noticed that most of the RAM is being used by database (class), field (type) and symbols (subtype). The field that uses more memory is hash128(field1,field2,field3). Field 1 to 3&amp;nbsp; is a complex SQL key... I can't get rid of it. It connects the 3 biggest tables in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All three are integer fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I use another function other than hash? Should I "treat" these fields somehow in SQL before loading them into Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to free RAM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163038#M1314947</guid>
      <dc:creator>pedromsouza</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163039#M1314950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;convert them to QVD and your application loads faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2016 06:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163039#M1314950</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-05-28T06:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163040#M1314954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try that. But, what about the keys? As I said, most of the memory is being taken by this compost key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2016 12:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163040#M1314954</guid>
      <dc:creator>pedromsouza</dc:creator>
      <dc:date>2016-05-28T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163041#M1314957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use autonumber instead of autohash. And if possible, you could eliminate the keys altogether by joining/concatenating two or more tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 13:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163041#M1314957</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-29T13:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163042#M1314959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! Your suggestion (autonumber) reduced ram usage by 60%... The QVW now is "loadable" and "reloadable". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: what happens if I concatenate tables that have a relation of "one to many"? Won't it multiply "one"s rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 18:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163042#M1314959</guid>
      <dc:creator>pedromsouza</dc:creator>
      <dc:date>2016-05-29T18:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163043#M1314961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please start a new topic for a new question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once a topic is answered (and flagged like it), it will not get the attention you want for new questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 18:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163043#M1314961</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-05-29T18:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ram usage</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163044#M1314963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onno is right of course. However, I hope he will disregard this very quick answer:&lt;/P&gt;&lt;P&gt;Concatenation is suitable for tables that look alike and that may have a one-to-many relationship but don't depend on it for analysis (like Proposals/Offers and Orders).&lt;/P&gt;&lt;P&gt;Joins can be used for tables that either have a strict 1-to-1 relationship (like SalesOrderLine-to-DeliveryLine-to-BillingLine, one of each) or that do not create a risk of data duplication (a header record with multiple line records where the header doesn't contain "summable" data like amounts or quantities). Concat/Join aren't always a good idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YMMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 20:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-ram-usage/m-p/1163044#M1314963</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-29T20:30:35Z</dc:date>
    </item>
  </channel>
</rss>

