<?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: Why drop table after store qvd statment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258933#M397419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 yes it will keep increasing , with or without drop table statement&lt;/P&gt;&lt;P&gt;2&amp;nbsp; it will with or without the drop statement&lt;/P&gt;&lt;P&gt;3 This to me is a reason to use the drop statement&amp;nbsp; , do the associations once in the front end model instead of twice &lt;/P&gt;&lt;P&gt;4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not really 100 tables about 35 , il reduce it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2017 14:30:46 GMT</pubDate>
    <dc:creator>vvvvvvizard</dc:creator>
    <dc:date>2017-03-22T14:30:46Z</dc:date>
    <item>
      <title>Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258926#M397412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a tier 2 type environment , the first set of qvw load the data and transform it and store qvd's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second set of qvw , load in the qvd's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the relationship is one to one , one qvw loads in all the qvd's from the qvw that had the store qvd statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necessary to drop all tables after the store qvd statements .&amp;nbsp; Our store statements are the last statements in the model to execute then the script ends , is qlikview not smart enough to drop the data out of memory once the model finishes executing . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i press ctr + t , i dont see the table structure / joins which makes life a little bit more difficult&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258926#M397412</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2017-03-22T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258927#M397413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because qlikview doesn't know how to read minds.&lt;/P&gt;&lt;P&gt;People use Qlikview store command for many reason's, some are below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create a Backup/ Archive&lt;/P&gt;&lt;P&gt;Or to re-use again within same document&lt;/P&gt;&lt;P&gt;Or to actually just create QVD's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258927#M397413</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-22T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258928#M397414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our environment we were asked to add drop table statements after the store qvd statements . &lt;/P&gt;&lt;P&gt;My question is what is the benefit of doing this ? Is it for performance&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258928#M397414</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2017-03-22T12:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258929#M397415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the model are were setup exactly like this&lt;/P&gt;&lt;P&gt;Tab N &lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab N+1&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab 100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store table 1 into&lt;/P&gt;&lt;P&gt;store tabe 2 into&lt;/P&gt;&lt;P&gt;...... until &lt;/P&gt;&lt;P&gt;store table 100 into &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script&lt;/P&gt;&lt;P&gt;this worked fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we were told to add in drop table statement like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab1 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load ...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tab2 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load ...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;store table 1 into&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;store tabe 2 into&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;store table 100 into &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...... &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;drop tables 1,2,3,4,5,6 ... 100 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Exit script &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Whats the benefit of doing this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258929#M397415</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2017-03-22T12:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258930#M397416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be to keep the QVW that stores the QVW slim, not using more ressources than necessary.&lt;/P&gt;&lt;P&gt;(edit: then I would even use DROP directly after the STORE and load /store one table after the other)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you don't drop the tables, your data model could get messy with a lot of synthetic keys, unless you take care of the modelling already when doing the initial data extraction (edit: and these tables and syn keys might get huge...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258930#M397416</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-22T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258931#M397417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's your choice if you don't want to drop the table after load.&lt;/P&gt;&lt;P&gt;What will happen is&lt;/P&gt;&lt;P&gt;1)the size of the QVW will keep on increasing as you keep loading and storing the table's&lt;/P&gt;&lt;P&gt;2) Your QVW will eat up much space on the drive for the same data you just stored as QVD!&lt;/P&gt;&lt;P&gt;3) At the end of the all your table load qlikview will try to create associations between the tables you have loaded, which can take long time depending on number of fields.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;4)the next time you open the app, it'll open very slowly (because all that unnecessary data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... but do you really need all those tables in a single QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258931#M397417</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-22T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258932#M397418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do , do the modelling during ETL , wonder how much slimmer it makes our models / vs the tradeoff of adding more dev/ troubleshooting time , opening one model to see the table structure , another to see the mapping of table structure to sql field , where i could of just opened one model and&amp;nbsp; make changes .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 13:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258932#M397418</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2017-03-22T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258933#M397419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 yes it will keep increasing , with or without drop table statement&lt;/P&gt;&lt;P&gt;2&amp;nbsp; it will with or without the drop statement&lt;/P&gt;&lt;P&gt;3 This to me is a reason to use the drop statement&amp;nbsp; , do the associations once in the front end model instead of twice &lt;/P&gt;&lt;P&gt;4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not really 100 tables about 35 , il reduce it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 14:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258933#M397419</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2017-03-22T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why drop table after store qvd statment</title>
      <link>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258934#M397420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also want to look at this discussion (and more using the search in the forum...)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/176313"&gt;QlikView Project Tiers/Layers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 14:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-drop-table-after-store-qvd-statment/m-p/1258934#M397420</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-22T14:40:06Z</dc:date>
    </item>
  </channel>
</rss>

