<?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: Saving a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853516#M1008858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can store this table to QVD and reload it into your model any time you need it. In general is faster to reload a table from QVD than reloading it from a resident table. The advantage of using a resident load is that you reuse a table that is already in-memory, so you're just creating an additional pointer to an already existing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may want to read about&amp;nbsp; qvd optimized load to ensure the fastest possible load times,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 18:13:49 GMT</pubDate>
    <dc:creator>jaimeaguilar</dc:creator>
    <dc:date>2015-04-29T18:13:49Z</dc:date>
    <item>
      <title>Saving a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853513#M1008855</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 a script that create a resident table of 100k rows, is not a very large table, but the scripts takes a little to create it, because there are some calculattions, merges and agregations...&lt;/P&gt;&lt;P&gt;I don't want to reexecute the script every time I start a Qlick session to work with tha table. I suppose there is a way to save/store this resident table and reload it to use it in next sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the best way to store a resident table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 18:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853513#M1008855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-29T18:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853514#M1008856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - look at the QVD files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 18:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853514#M1008856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-29T18:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853515#M1008857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search store in the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Store mytable into xyz.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Store &lt;SPAN style="font-size: 11pt;"&gt;*&lt;/SPAN&gt; from mytable into xyz.qvd;&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Store Name, RegNo from mytable into xyz.qvd;&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Store Name as a, RegNo as b from mytable into xyz.qvd;&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;store mytable into myfile.txt (txt);&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;store * from mytable into myfile.txt (txt);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(The two first examples have identical function.)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 18:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853515#M1008857</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-29T18:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853516#M1008858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can store this table to QVD and reload it into your model any time you need it. In general is faster to reload a table from QVD than reloading it from a resident table. The advantage of using a resident load is that you reuse a table that is already in-memory, so you're just creating an additional pointer to an already existing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may want to read about&amp;nbsp; qvd optimized load to ensure the fastest possible load times,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 18:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-a-resident-table/m-p/853516#M1008858</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2015-04-29T18:13:49Z</dc:date>
    </item>
  </channel>
</rss>

