<?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 Partitioning BIG Fact QVD file into multiple QVD Files? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806504#M661811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have more than 600 million records in one of my fact tables and this table holds exactly 2 years of data in my DWH which is having daily partition in SQL Server DWH DB. So In SQL Server DB, I have total 730 partitions for this fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question arises, is that possible to partition QVD file? If yes I would like to partition my fact QVD into 8 quarters (2 years of data) so that we should not face any performance issue. Maximum users browse recent 3, 6 months data but few users go for 1 year or 2 years data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd query, What would be the script in dashboard which should dynamically point to right partition based on user selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has done any such implementation please provide steps and script if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shivendoo Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 04:16:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-16T04:16:44Z</dc:date>
    <item>
      <title>Partitioning BIG Fact QVD file into multiple QVD Files?</title>
      <link>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806504#M661811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have more than 600 million records in one of my fact tables and this table holds exactly 2 years of data in my DWH which is having daily partition in SQL Server DWH DB. So In SQL Server DB, I have total 730 partitions for this fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question arises, is that possible to partition QVD file? If yes I would like to partition my fact QVD into 8 quarters (2 years of data) so that we should not face any performance issue. Maximum users browse recent 3, 6 months data but few users go for 1 year or 2 years data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd query, What would be the script in dashboard which should dynamically point to right partition based on user selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has done any such implementation please provide steps and script if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shivendoo Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 04:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806504#M661811</guid>
      <dc:creator />
      <dc:date>2015-03-16T04:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Partitioning BIG Fact QVD file into multiple QVD Files?</title>
      <link>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806505#M661812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Take a look at QlikView Components &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org" rel="nofollow"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;SPAN&gt; to segment your QVDs. Specifically, the routine &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qvc.SegmentedStore&lt;/P&gt;&lt;P&gt;If the correct segmentation is not available for you or you need help on syntax ask for help on the QVC User Forum at &lt;/P&gt;&lt;P&gt;&lt;A href="https://groups.google.com/forum/#!forum/qlikview-components-users" title="https://groups.google.com/forum/#!forum/qlikview-components-users"&gt;Google Groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 05:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806505#M661812</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-03-16T05:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Partitioning BIG Fact QVD file into multiple QVD Files?</title>
      <link>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806506#M661813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I have gone through the link you have provided. Before looking into code, I need to know the basic of QVD segmentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain it in words?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Architecture is DWH (SQL Server Sources)--&amp;gt;QVDs---&amp;gt;Dashboards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I was thinking that we should partition the QVD in 8 physical QVDs files like SALES_Q1 to SALES_Q8 and all will have 3 months of data.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is this possible of not? If yes then can you explain me how can I see the data just for Q1 in Dashboard and What script developer should write?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 01:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806506#M661813</guid>
      <dc:creator />
      <dc:date>2015-03-17T01:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Partitioning BIG Fact QVD file into multiple QVD Files?</title>
      <link>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806507#M661814</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;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/556995#556995" title="http://community.qlik.com/message/556995#556995"&gt;http://community.qlik.com/message/556995#556995&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 03:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partitioning-BIG-Fact-QVD-file-into-multiple-QVD-Files/m-p/806507#M661814</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-17T03:51:38Z</dc:date>
    </item>
  </channel>
</rss>

