<?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 Structure Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145221#M23971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our WMS system (relational database) we have a link from Department(50 records) à Category(200) à Subcategory(600) à Product(30000). 2 of these tables only have 4 fields on them. My question is should I just leave QlikView join them automatically by the WMS link, this is done without creating any synthetic links, or should I manually join them when I read them into QlikView to create one table ? Are there any performance issues relating to each solution I should be considering ?&lt;/P&gt;&lt;P&gt;Ta,&lt;/P&gt;&lt;P&gt;Gav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2009 22:41:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-27T22:41:40Z</dc:date>
    <item>
      <title>Structure Question</title>
      <link>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145221#M23971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our WMS system (relational database) we have a link from Department(50 records) à Category(200) à Subcategory(600) à Product(30000). 2 of these tables only have 4 fields on them. My question is should I just leave QlikView join them automatically by the WMS link, this is done without creating any synthetic links, or should I manually join them when I read them into QlikView to create one table ? Are there any performance issues relating to each solution I should be considering ?&lt;/P&gt;&lt;P&gt;Ta,&lt;/P&gt;&lt;P&gt;Gav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 22:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145221#M23971</guid>
      <dc:creator />
      <dc:date>2009-05-27T22:41:40Z</dc:date>
    </item>
    <item>
      <title>Structure Question</title>
      <link>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145222#M23972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say that with those (relatively small) data volumes, performance wouldn't be an issue either way. You can do it the most convenient and intuitive way for you and your developers and users. When performance is not an issue, simplicity and ease of use should be your best guiding principles.&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 23:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145222#M23972</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-27T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Structure Question</title>
      <link>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145223#M23973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me, I tend to keep the tables separate. I create QVDs for each table and then join them up when loading into my app. This could simply be because I'm used to using relational databases and that's how they work.&lt;/P&gt;&lt;P&gt;I've heard a lot of mentions of joining everything into one table and that is probably a fine way to handle it.&lt;/P&gt;&lt;P&gt;In your case, I'm not sure if there would be a big difference. Users on this forum have reported having tens of millions of rows in single tables of their applications and having them work fine. I'm guessing that if you joined everything into one table you would be at less than 2 million.&lt;/P&gt;&lt;P&gt;I'm trying to come up with a definitive advantage to one or the other, but I don't think it matters much to QlikView. Perhaps one of the other users has some quantitative evidence of one being faster or more effecient than the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 23:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145223#M23973</guid>
      <dc:creator />
      <dc:date>2009-05-27T23:15:11Z</dc:date>
    </item>
    <item>
      <title>Structure Question</title>
      <link>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145224#M23974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Thanks both for your reply, as I do most of my work as a Relational Database programmer I find it easier to think of things in that way, if there are no large overheads that people know of I will carry on creating the separate QVD's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 15:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145224#M23974</guid>
      <dc:creator />
      <dc:date>2009-05-28T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Structure Question</title>
      <link>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145225#M23975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, QlikView deals just fine with a highly-normalized relational database structure, so if that's what you're used to, you might as well stick with it. I have the same sort of background, so I started out with highly-normalized tables in QlikView, but over time drifted to more of a reporting structure with massaged, denormalized data. But I don't think it's a big deal either way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 00:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Structure-Question/m-p/145225#M23975</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-29T00:45:05Z</dc:date>
    </item>
  </channel>
</rss>

