<?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: Which is faster between  join and keep in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453499#M796090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is a bit too general to give a concrete answer. It will depend on various things mostly how the datamodel should look like which ways of building and associate the tables is most suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I would try to avoid such large joinings and using other ways like below mentioned with a mapping-approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Dec 2017 17:22:00 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-12-23T17:22:00Z</dc:date>
    <item>
      <title>Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453493#M796075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;For load script&amp;nbsp; which is faster between Join and keep? why?&lt;/P&gt;&lt;P&gt;&amp;gt;For dashboard which is faster? why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453493#M796075</guid>
      <dc:creator>debsahoo</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453494#M796077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In theoretical Join and Keep are two different concepts. Not sure, What you are expecting? &lt;/P&gt;&lt;P&gt;Which is faster, Means what my dear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 08:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453494#M796077</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-23T08:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453495#M796079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi deb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets assume you have a large data and you are asking this question referring to that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding&lt;/P&gt;&lt;P&gt;1:if you are using keep it will be less costly and less time taking during the script execution &lt;/P&gt;&lt;P&gt;2: By join you may get the data updated faster when any filter is applied on the front end compared to keep.&lt;/P&gt;&lt;P&gt;3: There is no outer keep so you cant compare that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully it will be helpful to you.Experts can correct me if i am wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 08:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453495#M796079</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-23T08:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453496#M796082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with join you can add datas to a present table.&lt;/P&gt;&lt;P&gt;with keep you can load datas and reduce datas in another table.&lt;/P&gt;&lt;P&gt;at dashboard there is no difference because join and keep are scripte statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember:&lt;/P&gt;&lt;P&gt;Qlik ist different than other BO tools.&lt;/P&gt;&lt;P&gt;The possibility, to keep datas in different tables, linked by fields to create charts and tables makes it easier to create a data model without thinking in cubes or wide, large tables.&lt;/P&gt;&lt;P&gt;Keep datas in tables as you can and feel free to create dashboards on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 10:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453496#M796082</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2017-12-23T10:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453497#M796084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite often is mapping a lot faster than joining - even if it's need multiple and/or combined mappings it will run quite fast: &lt;A href="https://community.qlik.com/qlik-blogpost/4125"&gt;Mapping as an Alternative to Joining&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 15:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453497#M796084</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-23T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453498#M796086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Means which performance is faster for large data. If there are two table having some millions of record, in this case which is good between keep and join to load data faster. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am new in qlik and try to learn more. Plz help me to understand join and keep.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Mostly in which scenario we will &lt;/SPAN&gt;prefer&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; for Keep? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 17:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453498#M796086</guid>
      <dc:creator>debsahoo</dc:creator>
      <dc:date>2017-12-23T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453499#M796090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is a bit too general to give a concrete answer. It will depend on various things mostly how the datamodel should look like which ways of building and associate the tables is most suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I would try to avoid such large joinings and using other ways like below mentioned with a mapping-approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 17:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453499#M796090</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-23T17:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453500#M796093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both table have more than 10 fields only a KEY field is common of them. That case mapping Possible.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 17:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453500#M796093</guid>
      <dc:creator>debsahoo</dc:creator>
      <dc:date>2017-12-23T17:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453501#M796095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, yes it's possible. You could apply multiple mappings and also you could concat several fields like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;mapping load Key, F1 &amp;amp; '|' &amp;amp; F2 &amp;amp; '|' &amp;amp; F3 from Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then using subfield(applymap('Map', Key, '#NV'), '|', 1) to grab for example the first field of the concatenated lookup-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further mapping has a very important advantage against joining-approaches because you don't need to worry about duplicating or removing records by choosing the wrong joining-type and/or by issues with the data-quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside this you should consider if you really need this kind of merged table to get your datamodel to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 17:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453501#M796095</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-23T17:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453502#M796098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am able to do mapping, thanks for reply but I want to know more about join and keep. And in which scenario we will go for keep instead of join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 06:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453502#M796098</guid>
      <dc:creator>debsahoo</dc:creator>
      <dc:date>2017-12-24T06:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Which is faster between  join and keep</title>
      <link>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453503#M796101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although the mechanism of action is quite similar the common use-cases are different. A "classical" join is aimed to add further informations to an existing table and a keep-statement will keep both of the used tables and filter them in a certain way. A use-case for keep could be to filter a dimension-table (for example products) to the products from the sales fact-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 09:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-is-faster-between-join-and-keep/m-p/1453503#M796101</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-24T09:03:09Z</dc:date>
    </item>
  </channel>
</rss>

