<?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: QVDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511886#M1136850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wonderful, Thank you all for your valuable suggestions. Iam developing a real-time app from the scratch by connecting to SQL database which I need fetch about 100,000 rows into Qlikview. I was not clear whether I need to create QVD or not for this volume of data I have. From your answers, I am now clear that I do not need to be create any QVDs for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 12:34:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-04T12:34:25Z</dc:date>
    <item>
      <title>QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511881#M1136845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small doubt regarding QVDs. Is it mandatory to create QVDs particularly when you have small volume of data, lets say 100,000 rows ?&amp;nbsp; As I know QVDs has many benefits and one of the reasons that QVD is to create for faster performance. What if I avoid QVD and directly connect to a database to develop an app with small volume of data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestions will be greatly aprreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511881#M1136845</guid>
      <dc:creator />
      <dc:date>2013-10-04T10:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511882#M1136846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Prakash.&lt;/P&gt;&lt;P&gt;It is not mandatory. Usually it is done for efficiency purposes if you are creating something with a lot of data or regular use.&lt;/P&gt;&lt;P&gt;If you are putting something together for a quick demo or have really small amounts of data then it is not worth doing unless there are problems linking to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511882#M1136846</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-10-04T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511883#M1136847</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;Just the other day, I loaded a qvw with more than 5 different sql statements,each with some join and where conditions.&lt;/P&gt;&lt;P&gt;And, two of them touch a table with about 1.3 crore rows.&lt;/P&gt;&lt;P&gt;The entire report loaded in about 30 minutes. I did not use any qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, 1 lakh rows should not be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511883#M1136847</guid>
      <dc:creator />
      <dc:date>2013-10-04T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511884#M1136848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase your source table gets refreshed, let say 3-4 times a day, its not a good practice to hit the databse over and over in a day.&lt;/P&gt;&lt;P&gt;In this scenarios, QVDs are helpful and you can use incremental reload if you dont want to reload the full set of QVDs again. For the transaction/table refresh that happens hourly or daily, you can use incremental reload as well.&lt;/P&gt;&lt;P&gt;If some of those source tables are used in some other Data Models, in this case also QVDs are helpful and those can be used for multipurpose.&lt;/P&gt;&lt;P&gt;QVDs will also help while doing the Unit Testing, Debugging. &lt;/P&gt;&lt;P&gt;If you are using your App for practice or demo purpose or a stand-alone app with less records, then you can skip the QVD generation step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511884#M1136848</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-10-04T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511885#M1136849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Prakash.&lt;/P&gt;&lt;P&gt;DMohanty make a good case for when to use QVD generators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are happy with your responses, please close the question , marking an answer as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 12:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511885#M1136849</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-10-04T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511886#M1136850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wonderful, Thank you all for your valuable suggestions. Iam developing a real-time app from the scratch by connecting to SQL database which I need fetch about 100,000 rows into Qlikview. I was not clear whether I need to create QVD or not for this volume of data I have. From your answers, I am now clear that I do not need to be create any QVDs for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 12:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511886#M1136850</guid>
      <dc:creator />
      <dc:date>2013-10-04T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/QVDs/m-p/511887#M1136851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/42818"&gt;Prakash Puli&lt;/A&gt;, the question here is if you need to retrieve all 100,000 rows everytime. &lt;/P&gt;&lt;P&gt;Supose you database has "date" field, records from yesterday or before need to be retrieved again? Are they modified?&lt;/P&gt;&lt;P&gt;If not, I would recomend to only retrieve "fresh" records and retrieve "old" one from QVD´s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 12:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVDs/m-p/511887#M1136851</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-04T12:40:21Z</dc:date>
    </item>
  </channel>
</rss>

