<?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: Best Design Approach to Implement ODAG dashbaord in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1541627#M39084</link>
    <description>&lt;P&gt;Hi, interesting topic &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My PoV is that a direct database query to an ODAG app should be used only when:&lt;/P&gt;&lt;P&gt;1. You have really big data, so it would be a massive overhead to replicate it to QVDs. Something in 100s of GBs / billions of rows.&lt;/P&gt;&lt;P&gt;2. You have a high-performing (MPP) database like Teradata or HP Vertica.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For any other scenario (without knowing the specifics of yours) I found the QVDs faster.&lt;/P&gt;&lt;P&gt;Of course it really matters, if the QVD load is optimized or if there are transformations happening in the ODAG app load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Radovan&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2019 15:26:18 GMT</pubDate>
    <dc:creator>RadovanOresky</dc:creator>
    <dc:date>2019-02-08T15:26:18Z</dc:date>
    <item>
      <title>Best Design Approach to Implement ODAG dashbaord</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1541587#M39080</link>
      <description>&lt;P&gt;Problem Statement:&lt;/P&gt;&lt;P&gt;Our application has millions of records of data around 5 GB of fact which is hugely impacting the performance of the dashboard and increases the response time on making any selection in the report. . We tried, to analyze an entire big data with different data cuts in one time&amp;nbsp;by the use of ODAG app.&lt;/P&gt;&lt;P&gt;Proposed Solution:&lt;/P&gt;&lt;P&gt;We have implemented the ODAG (On Demand App Generation) functionality to give users an aggregate view of big data and allow them to identify and load relevant subsets of data for detailed analysis. ODAG template application (detailed analysis app) can be generated using 2 methods:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Template contains load script with data binding expressions used to formulate the queries &lt;STRONG&gt;which will directly connect to database&lt;/STRONG&gt; on making specific filters from the selection ODAG app.&lt;/LI&gt;&lt;LI&gt;Template contains load script with data binding expressions used to formulate the queries &lt;STRONG&gt;which will filter the data from the QVDs&lt;/STRONG&gt; (Updated QVDs are generated prior to ODAG) on making specific filters from the selection ODAG app.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We are dealing with multiple fact tables (these are relational facts)and dimensions with different where conditions . From the two methods which should be the best&amp;nbsp; design approach for optimizing the performance of the app?&amp;nbsp; Do let us know your thoughts.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1541587#M39080</guid>
      <dc:creator>Himanshu</dc:creator>
      <dc:date>2024-11-16T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best Design Approach to Implement ODAG dashbaord</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1541627#M39084</link>
      <description>&lt;P&gt;Hi, interesting topic &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My PoV is that a direct database query to an ODAG app should be used only when:&lt;/P&gt;&lt;P&gt;1. You have really big data, so it would be a massive overhead to replicate it to QVDs. Something in 100s of GBs / billions of rows.&lt;/P&gt;&lt;P&gt;2. You have a high-performing (MPP) database like Teradata or HP Vertica.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For any other scenario (without knowing the specifics of yours) I found the QVDs faster.&lt;/P&gt;&lt;P&gt;Of course it really matters, if the QVD load is optimized or if there are transformations happening in the ODAG app load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Radovan&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 15:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1541627#M39084</guid>
      <dc:creator>RadovanOresky</dc:creator>
      <dc:date>2019-02-08T15:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Best Design Approach to Implement ODAG dashbaord</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1542331#M39127</link>
      <description>&lt;P&gt;HI Radovan,&lt;/P&gt;&lt;P&gt;Even I have a similar issue where there is huge data (not in 100s of GBs) and planning to use ODAG application.&lt;BR /&gt;In my case, the data that I need to pull from Teradata is scattered in different fact tables and need to use multiple where conditions in order to pull only required set of data into ODAG application.&lt;BR /&gt;However, ODAG script will always work on one single where condition pulled from the selection dashboard - I am unable to use the ODAG directly to the database.&lt;/P&gt;&lt;P&gt;- To avoid this scenario, I thought of doing all the transformations in QVD generator and generate QVD's at the required level and filtered data and Use the ODAG to connect to QVD's instead of Teradata tables.&lt;/P&gt;&lt;P&gt;Could you please help whether this approach/ design is as per the standards of using ODAG feature? Kindly please share your feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 13:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1542331#M39127</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2019-02-11T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best Design Approach to Implement ODAG dashbaord</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1542425#M39133</link>
      <description>&lt;P&gt;Your statement of:&lt;/P&gt;&lt;PRE&gt;We are dealing with multiple fact tables (these are relational facts)and dimensions with different where conditions ...&lt;/PRE&gt;&lt;P&gt;gives me the impression that there is just a sql-db is transferred into Qlik. Purely functionally this worked quite often but from a performance point of view it is usually a poor approach. If this is case it could be that with some optimizations and/or a more or less adjusted datamodel you don't need the ODAG approach anymore - therefore I suggest just to begin with begin (which is the datamodel).&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 15:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1542425#M39133</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-11T15:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best Design Approach to Implement ODAG dashbaord</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1543426#M39191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I believe that you sould first build QVD layers and connect your ODAG app to these.&lt;/P&gt;&lt;P&gt;QVDs allow for much better data remix, reuse and reload speed, especially if you need to combine multiple fact tables and create snowflake schemas. So yes, it is a preferred approach.&lt;/P&gt;&lt;P&gt;ODAG should really be about slicing a Big Data source to user-relevant datasets which can be handeled in-memory.&lt;/P&gt;&lt;P&gt;It is a bit like a traditional query-based approach. This means that users will loose some potential of the associative data model, so it should be used carefully. (This is also a reason why Qlik is working on Associative Big Data Index)&lt;/P&gt;&lt;P&gt;So if you really don't have 100s of GBs of data, I would suggest that it is more effective to invest into building a solid QVD structure and boosting a RAM of your servers so that users could work with all of their data in one appliciation.&lt;/P&gt;&lt;P&gt;-Radovan&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 07:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1543426#M39191</guid>
      <dc:creator>RadovanOresky</dc:creator>
      <dc:date>2019-02-13T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best Design Approach to Implement ODAG dashbaord</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1543454#M39193</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Radovan for the response. This really helps!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 08:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Design-Approach-to-Implement-ODAG-dashbaord/m-p/1543454#M39193</guid>
      <dc:creator>Himanshu</dc:creator>
      <dc:date>2019-02-13T08:53:07Z</dc:date>
    </item>
  </channel>
</rss>

