<?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: qlikview memory in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624515#M1118976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To better understand how QlikView uses the memory, I recommend to have a look at some white papers like &lt;A href="http://www.qlik.com/es/explore/resources/whitepapers/qlikview-scalability-overview"&gt;http://www.qlik.com/es/explore/resources/whitepapers/qlikview-scalability-overview&lt;/A&gt; or &lt;SPAN style="text-decoration: underline;"&gt;QlikView Architecture and System Resource Usage Tech Brief&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Feb 2014 12:08:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-09T12:08:46Z</dc:date>
    <item>
      <title>qlikview memory</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624513#M1118974</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 10 GB data into database, how much ram require in qlikview . how to cal it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 06:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624513#M1118974</guid>
      <dc:creator />
      <dc:date>2014-02-09T06:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview memory</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624514#M1118975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming the data in database is 10 Gb (excluding indexes, services...), you can reasonnably compute the RAM needed by QV like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Compression between Database / QVD = 10 (average ration depending mainly on the number of distinct values in the largest fact tables, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- RAM for 1st user in QV will be = 1 Gb , then 5-10% by each addtional user&amp;nbsp; then 10 user = 2 Gb RAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Note there is also compression (ratio = 4) at qvw = 1 Gb / 4 = 250 Mb on disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 08:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624514#M1118975</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-09T08:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview memory</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624515#M1118976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To better understand how QlikView uses the memory, I recommend to have a look at some white papers like &lt;A href="http://www.qlik.com/es/explore/resources/whitepapers/qlikview-scalability-overview"&gt;http://www.qlik.com/es/explore/resources/whitepapers/qlikview-scalability-overview&lt;/A&gt; or &lt;SPAN style="text-decoration: underline;"&gt;QlikView Architecture and System Resource Usage Tech Brief&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 12:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624515#M1118976</guid>
      <dc:creator />
      <dc:date>2014-02-09T12:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview memory</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624516#M1118977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RDBMS: 50 Go&lt;/P&gt;&lt;P&gt;QVW : 5 Go (estimated ratio 1/10)&lt;/P&gt;&lt;P&gt;RAM: 8 x QVW : 40 Go (or 80% of the RDBMS) for 1st user&lt;/P&gt;&lt;P&gt;For each concurrent user: QVW : 5 Go ( a little more for the 1st users because the cache is shared among users, so it means that the more users, the more cache can be shared)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: Estimated RAM = 80% of the RDBMS + Nb concurrent users * 10% of the db&lt;/P&gt;&lt;P&gt;If you plan to get 30 concurrent users, I will estimate the RAM to : 40 Go + 30*5 Go = 190 Go&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you plan to get a cluster, you will need to multiply the first number (40 Go): the cache is not shared across servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 12:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-memory/m-p/624516#M1118977</guid>
      <dc:creator />
      <dc:date>2014-02-09T12:56:53Z</dc:date>
    </item>
  </channel>
</rss>

