<?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: what process happens in the background when I run a code to load data from a table and store into QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823868#M1035095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview is a in memory tool, so while dealing with large data we make use of this QVD.&lt;/P&gt;&lt;P&gt;Process:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT * FROM SCHEMA.TABLE;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This script will import the data from the DB and store it inside the Qlikview with 10x compression.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE TABLE into QVD1.qvd; this will store the data inside the Qlikview to Qlikview readable format file called QVD it will be compressed and optimized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DROP table TABLE; this will delete the data, which is inside the Qlikview application and frees the memory &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 09:31:21 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-01-21T09:31:21Z</dc:date>
    <item>
      <title>what process happens in the background when I run a code to load data from a table and store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823866#M1035093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleas help me understand the process - memory+CPU that happens in the bckground when I run a code that loads data from a table and stores into QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;SELECT * FROM SCHEMA.TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TABLE into QVD1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP table TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does the memory required vary when data is loaded from TABLE to memory in QVW and written to QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823866#M1035093</guid>
      <dc:creator>sonikajain</dc:creator>
      <dc:date>2015-01-21T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: what process happens in the background when I run a code to load data from a table and store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823867#M1035094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u stored in a table in a QVD then the volume&amp;nbsp; of the&amp;nbsp; table&amp;nbsp; is reduced but not the data ,&lt;/P&gt;&lt;P&gt;QVD are flexible to load data easily in qlikview and run very fast &amp;amp; gives the desired result as soon as possible compare to tables &amp;amp; databases connection......&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823867#M1035094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: what process happens in the background when I run a code to load data from a table and store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823868#M1035095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview is a in memory tool, so while dealing with large data we make use of this QVD.&lt;/P&gt;&lt;P&gt;Process:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT * FROM SCHEMA.TABLE;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This script will import the data from the DB and store it inside the Qlikview with 10x compression.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE TABLE into QVD1.qvd; this will store the data inside the Qlikview to Qlikview readable format file called QVD it will be compressed and optimized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DROP table TABLE; this will delete the data, which is inside the Qlikview application and frees the memory &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823868#M1035095</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-01-21T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: what process happens in the background when I run a code to load data from a table and store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823869#M1035096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try monitoring the ram and cpu usage of your workstation or server while reloading a qlikview document with that bit of script? Try asking a local friendly system administrator if you need help with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823869#M1035096</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T09:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: what process happens in the background when I run a code to load data from a table and store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823870#M1035097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, but I am looking for what happens in terms of memory and Processer usage when these statements are executed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823870#M1035097</guid>
      <dc:creator>sonikajain</dc:creator>
      <dc:date>2015-01-21T10:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: what process happens in the background when I run a code to load data from a table and store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823871#M1035098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know what these statements accomplish,&lt;/P&gt;&lt;P&gt; but I am looking for what happens in terms of memory and Processer usage when these statements are executed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-process-happens-in-the-background-when-I-run-a-code-to-load/m-p/823871#M1035098</guid>
      <dc:creator>sonikajain</dc:creator>
      <dc:date>2015-01-21T10:26:40Z</dc:date>
    </item>
  </channel>
</rss>

