<?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: index in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/index/m-p/899795#M1010715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Index is available in Database not in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A database index supports fast data access in a very similar way to a book index or a printed phone book&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 08:17:31 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-05-08T08:17:31Z</dc:date>
    <item>
      <title>index</title>
      <link>https://community.qlik.com/t5/QlikView/index/m-p/899794#M1010714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard somewhere that creating indexes may increase the performance&amp;nbsp; of the QVD.&lt;/P&gt;&lt;P&gt;what exactly Index does and how to create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me out in this with perfect example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 05:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/index/m-p/899794#M1010714</guid>
      <dc:creator />
      <dc:date>2015-05-08T05:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.qlik.com/t5/QlikView/index/m-p/899795#M1010715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Index is available in Database not in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A database index supports fast data access in a very similar way to a book index or a printed phone book&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 08:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/index/m-p/899795#M1010715</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-05-08T08:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.qlik.com/t5/QlikView/index/m-p/899796#M1010716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for suggestion&lt;/P&gt;&lt;P&gt;So then how we can creating indexes for the QVD performance???&lt;/P&gt;&lt;P&gt;Could you elaborate little bit more.&lt;/P&gt;&lt;P&gt;am still confusing on this that where it can be used and relation between index and QVD???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz could some one help me out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 10:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/index/m-p/899796#M1010716</guid>
      <dc:creator />
      <dc:date>2015-05-08T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.qlik.com/t5/QlikView/index/m-p/899797#M1010717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView you cannot create, update or delete any type of indexes. This is a fact and no suggestion. QlikView will perform at top speed because it handles "indexes" completely automated under the hood. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In effect all fields and all values - both text and numbers are indexed and deduplicated through its symbol table generation. That is why QlikView is so extremely fast in most situations...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/index/m-p/899797#M1010717</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-08T11:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: index</title>
      <link>https://community.qlik.com/t5/QlikView/index/m-p/899798#M1010718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The full context of what you heard is likely that creating indexes on your SQL tables will improve the performance of loading data into Qlikview.&amp;nbsp; Qlikview is very efficient but a database without indexes is very inefficient.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without indexes on tables you would perform constant full table scans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how that would affect performance in Qlikview if you were doing something simple like Load * from table1 but if you put any type of where clause on it the performance would suffer terribly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's poor design not to have a primary key or clustered index on a SQL table and those tables without clustered indexes are called heaps.&amp;nbsp; Without indexes there is no way for you to search directly for John Smith, it must go down every single row looking for John Smith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully you have a DBA who ensures the database servers are properly configured and maintained.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 21:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/index/m-p/899798#M1010718</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2015-05-08T21:16:30Z</dc:date>
    </item>
  </channel>
</rss>

