<?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: Loading a large data set causing performance issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651571#M238257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I barely have enough RAM left, the QVW is taking about 6gigs of ram when loading the full dataset.&lt;/P&gt;&lt;P&gt;I did select a small range, and when I did it worked, it just breaks with the full range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 13:26:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-10T13:26:47Z</dc:date>
    <item>
      <title>Loading a large data set causing performance issues</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651569#M238255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to load a fairly large dataset (I've loaded larger with no issues). &lt;/P&gt;&lt;P&gt;After I load I place all the datapoints in a scatter plot with the following expressions:&lt;/P&gt;&lt;P&gt;Long = sum( round (256*pow(2,($(var_zoom)-1)))+( Long&amp;nbsp; *((256*pow(2,$(var_zoom)))/360))) &lt;/P&gt;&lt;P&gt;Lat= sum(((256*pow(2,($(var_zoom)-1)))+((0.5*log((1+(sin((Lat)*pi()/180)))/(1-(sin((Lat)*pi()/180)))))*((-256*pow(2,$(var_zoom)))/(2*pi()))))) &lt;/P&gt;&lt;P&gt;(i'm doing this: &lt;A href="https://community.qlik.com/docs/DOC-5709"&gt;Step-by-Step Google Map API v3 integration&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works GREAT with my first test load of about 50k rows, but once I hit the 1.5 million rows it just spins and spins (trying to load the scatter plot) and stays like that until i give up a few minutes later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something from a performance standpoint, what could be wrong!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: My QVW is not doing ANYTHING other than that scatter plot with the Google API Integration)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 12:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651569#M238255</guid>
      <dc:creator />
      <dc:date>2014-07-10T12:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a large data set causing performance issues</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651570#M238256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there aren't any errors (synthetic keys, circular references) within the data-structure (tableviewer) you should look to the taskmanager and/or working sets if there are enough RAM available. Further it could be helpful to select a smaller data-ranges before you activate this object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651570#M238256</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-07-10T13:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a large data set causing performance issues</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651571#M238257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I barely have enough RAM left, the QVW is taking about 6gigs of ram when loading the full dataset.&lt;/P&gt;&lt;P&gt;I did select a small range, and when I did it worked, it just breaks with the full range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651571#M238257</guid>
      <dc:creator />
      <dc:date>2014-07-10T13:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a large data set causing performance issues</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651572#M238258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Objects have also a RAM limit - it could be somewhere changed on user-level but it's not recommended. Perhaps you have somewhere in your data errors and/or null-values - check for these and if there any null/errors wrapped your expressions(parts) within alt(Expression, AlternativeValue) or use if-loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-a-large-data-set-causing-performance-issues/m-p/651572#M238258</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-07-10T14:17:13Z</dc:date>
    </item>
  </channel>
</rss>

