<?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: Incremental Load without a Unique ID in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050548#M352713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Can I use AutoNumberHash128 and will it find the new records faster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't see how this would help you. The Autonumbered value exists in QV, and AutonumberHashxx values have no ordinality that you could use in the SQL where clause. My first post above attempts to explain that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 13:40:01 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-02-29T13:40:01Z</dc:date>
    <item>
      <title>Incremental Load without a Unique ID</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050545#M352710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue where the primary key is made up of 4 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warehouse,TrxType,TrxNo and LineNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the fastest way to get the new records from the DB, If I concatenate the fields and create a unique field. when I attempt to load the new records from the DB it will be very slow as the concatenated fields are not Indexed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;Can I create an Index on the SQL Query with the 4 fields.&lt;/P&gt;&lt;P&gt;Can I use AutoNumberHash128 and will it find the new records faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Join this table with another table from another DB, the other DB has a Unique Sequence No that's also Indexed and I can get the new records really fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to join these 2 tables and ensure I can do it quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050545#M352710</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2016-02-29T13:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without a Unique ID</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050546#M352711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that an incremental load is only useful if there is some way of only loading from the database the new or recently changed records. This can work with a date field (eg date_added, date_updated), or a monotonically increasing key value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your composite key uniquely identifies the records, but it may prove tricky unless the TrxNo increases steadily and/or you have a small number of warehouses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050546#M352711</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-29T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without a Unique ID</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050547#M352712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Can I create an Index on the SQL Query with the 4 fields\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You probably should, but this is a question that should go to your db administrators.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050547#M352712</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-29T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without a Unique ID</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050548#M352713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Can I use AutoNumberHash128 and will it find the new records faster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't see how this would help you. The Autonumbered value exists in QV, and AutonumberHashxx values have no ordinality that you could use in the SQL where clause. My first post above attempts to explain that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-a-Unique-ID/m-p/1050548#M352713</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-29T13:40:01Z</dc:date>
    </item>
  </channel>
</rss>

