<?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: Interval Match taking up too much memory in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888228#M309552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the resources. The issue was on my end where I had far too many open intervals that were completely unnecessary. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 10:30:29 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2015-04-23T10:30:29Z</dc:date>
    <item>
      <title>Interval Match taking up too much memory</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888226#M309550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Henric's Interval match method without joins, but my event table has 1 million rows and my date table has 400,000 rows. As a result, during load 70 million intervals were generated. After the load is done, the application hangs (not enough memory). This is my data model below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IntervalMatch.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84383_IntervalMatch.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way round this? I don't actually need the intervals to stay in the load. My event table has a numeric CUSTNO, and I need to map the NAME linked to that CUSTNO. However, a single CUSTNO is linked to different NAMEs at different periods. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dates table:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="110" style="width: 289px; height: 113px;" width="287"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;CUSTNO&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;NAME&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;FROM_DATE&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;TO_DATE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;15431&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Bank A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20150144&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;99999999&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;87438&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Bank B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20140101&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20150104&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My fact table (and the NAME values that I need mapped): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="96" style="width: 461px; height: 97px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;CUSTNO&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;EVENT&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="113"&gt;MSG_DATE_NUM&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="169"&gt;&lt;STRONG&gt;NAME VALUE THAT I NEED&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;15431&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AAAA&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20140801&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;Bank C&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;15431&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BBBB&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20150201&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;Bank A&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get rid of the whole intervals and just get the NAME values I need? Otherwise, my QlikView is hanging. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 03:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888226#M309550</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-04-23T03:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Match taking up too much memory</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888227#M309551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this document IntervalMatch and Slowly Changing Dimensions : &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4310"&gt;https://community.qlik.com/docs/DOC-4310&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are concepts of how to get rid of the bridgetable and how to join to the fact table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 03:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888227#M309551</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-23T03:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Match taking up too much memory</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888228#M309552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the resources. The issue was on my end where I had far too many open intervals that were completely unnecessary. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-taking-up-too-much-memory/m-p/888228#M309552</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-04-23T10:30:29Z</dc:date>
    </item>
  </channel>
</rss>

