<?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: Creating a QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749673#M663028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed with Shiva.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first run through is creating the initial load of the QVD so you can then going forward perform incremental loads.&amp;nbsp; It'll take the most time to run but offers amazing performance load gains afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've done is create a schedule for the initial load 1 time in the QMC in the off hours period (4:30 am lets say) and it's done and ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another tip I use is an if and do an if file not exists check and do the initial qvd genetaion else do the incremental load routine.&amp;nbsp; Helps when passing through the Dev Test Prod environments and automatically sets up the initial load QVD and future incremental loads in one pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps Ben.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 17:14:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-19T17:14:46Z</dc:date>
    <item>
      <title>Creating a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749671#M663026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to QV and trying to work with a large amount of data.&lt;/P&gt;&lt;P&gt;Is there a way to export a 5 mill row table directly from an SQL table into a QVD file to work with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently trying this method through the edit script function;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO Master01;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Tester.dbo."OutputInst";&lt;/P&gt;&lt;P&gt;STORE OutputInst INTO C:\Users\Instance.qvd (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any easier way to make the initial QVD ready for future incremental updates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749671#M663026</guid>
      <dc:creator />
      <dc:date>2015-02-19T10:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749672#M663027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no other way,first time u have to load all ur data into qvd then u can implement incremental concept!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749672#M663027</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-02-19T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749673#M663028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed with Shiva.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first run through is creating the initial load of the QVD so you can then going forward perform incremental loads.&amp;nbsp; It'll take the most time to run but offers amazing performance load gains afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've done is create a schedule for the initial load 1 time in the QMC in the off hours period (4:30 am lets say) and it's done and ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another tip I use is an if and do an if file not exists check and do the initial qvd genetaion else do the incremental load routine.&amp;nbsp; Helps when passing through the Dev Test Prod environments and automatically sets up the initial load QVD and future incremental loads in one pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps Ben.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749673#M663028</guid>
      <dc:creator />
      <dc:date>2015-02-19T17:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749674#M663029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds ideal for what I'm looking to do. Chdeck the QVD exists, if it does move on to the incremental load. If it doesn't, perform a full query of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats the best syntax to use here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 09:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-QVD/m-p/749674#M663029</guid>
      <dc:creator>william_denholm</dc:creator>
      <dc:date>2015-04-13T09:12:04Z</dc:date>
    </item>
  </channel>
</rss>

