<?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: QVD, ODBC Datasource, and Incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-ODBC-Datasource-and-Incremental-load/m-p/507472#M189757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Incremental loads are nice because they pull in only the changed/new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that QVDs will increase load speed greatly, reducing space in memory by up to 90%.&amp;nbsp; You can convert the data you have into QVDs, then drop the tables you've loaded and reload the QVD version of the table.&amp;nbsp; Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**************SUBROUTINE DEFINITIONS************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//drop original&lt;/P&gt;&lt;P&gt;Sub StoreAndDrop(vTableName)&lt;/P&gt;&lt;P&gt;Store [$(vTableName)] into [$(vTableName).qvd];&lt;/P&gt;&lt;P&gt;Drop Table [$(vTableName)];&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//keep original&lt;/P&gt;&lt;P&gt;Sub StoreAndKeep(vTableName)&lt;/P&gt;&lt;P&gt;Store [$(vTableName)] into [$(vTableName).qvd];&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you might decide to load the data as you get it (via csv or xls for example) then use the above examples to make QVDs in a separate "QVD maker" app.&amp;nbsp; Those QVDs can then be used in your main app instead of whatever your other data source is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 18:41:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-22T18:41:17Z</dc:date>
    <item>
      <title>QVD, ODBC Datasource, and Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-ODBC-Datasource-and-Incremental-load/m-p/507471#M189756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have an app that connects to an ODBC datasource.&amp;nbsp; When I put this app on our access point and had the ODBC driver properly configured, the QMC is able to reload a task.&amp;nbsp; It takes about 10 minutes, which I don't think is very efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am curious what you guys think is a more efficient route...should I consider a combination of creating a QVD + incremental load off the ODBC DB?&amp;nbsp; Should I simply consider incremental loads?&amp;nbsp; New data is added every day and this app can and probably will be utilized every day. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just looking to reduce strain on the QMC and reduce runtime from 10 minutes to maybe a minute or so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 18:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-ODBC-Datasource-and-Incremental-load/m-p/507471#M189756</guid>
      <dc:creator />
      <dc:date>2013-10-22T18:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: QVD, ODBC Datasource, and Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-ODBC-Datasource-and-Incremental-load/m-p/507472#M189757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Incremental loads are nice because they pull in only the changed/new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that QVDs will increase load speed greatly, reducing space in memory by up to 90%.&amp;nbsp; You can convert the data you have into QVDs, then drop the tables you've loaded and reload the QVD version of the table.&amp;nbsp; Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**************SUBROUTINE DEFINITIONS************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//drop original&lt;/P&gt;&lt;P&gt;Sub StoreAndDrop(vTableName)&lt;/P&gt;&lt;P&gt;Store [$(vTableName)] into [$(vTableName).qvd];&lt;/P&gt;&lt;P&gt;Drop Table [$(vTableName)];&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//keep original&lt;/P&gt;&lt;P&gt;Sub StoreAndKeep(vTableName)&lt;/P&gt;&lt;P&gt;Store [$(vTableName)] into [$(vTableName).qvd];&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you might decide to load the data as you get it (via csv or xls for example) then use the above examples to make QVDs in a separate "QVD maker" app.&amp;nbsp; Those QVDs can then be used in your main app instead of whatever your other data source is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 18:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-ODBC-Datasource-and-Incremental-load/m-p/507472#M189757</guid>
      <dc:creator />
      <dc:date>2013-10-22T18:41:17Z</dc:date>
    </item>
  </channel>
</rss>

