<?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: Unique Index and Primary Key Oracle in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2099168#M6930</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/193288"&gt;@guilherme-matte&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check with your target Oracle DBA. It could be that the indexes on the poorly performing tables are fragmented or the table statistics need to be refreshed.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 16:10:31 GMT</pubDate>
    <dc:creator>Dana_Baldwin</dc:creator>
    <dc:date>2023-08-01T16:10:31Z</dc:date>
    <item>
      <title>Unique Index and Primary Key Oracle</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2098873#M6923</link>
      <description>&lt;P&gt;Hello Team!&lt;/P&gt;
&lt;P&gt;I have a Replication task from Oracle to Azure SQL DB which all tables have an Unique Index in the Source.&lt;/P&gt;
&lt;P&gt;Regarding the Unique Index, does it perform worse than a Primary Key whenever using CDC?&lt;/P&gt;
&lt;P&gt;Should i look forward to get those tables with a PK or there isn't much difference performance wise?&lt;/P&gt;
&lt;P&gt;I've notice some big difference between some tasks performance, one mainly with PK and this other one with Unique Index, but I'm unsure wether this is could be the main factor or not.&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 00:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2098873#M6923</guid>
      <dc:creator>guilherme-matte</dc:creator>
      <dc:date>2023-08-01T00:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Index and Primary Key Oracle</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2098874#M6924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/193288"&gt;@guilherme-matte&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe there is much difference between the PK or UK on a table from the performance side of things - they will both use an indexed read on the target and should be similar speed.&lt;/P&gt;
&lt;P&gt;Any other performance differences are most likely due to something else.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 00:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2098874#M6924</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-08-01T00:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Index and Primary Key Oracle</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2099168#M6930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/193288"&gt;@guilherme-matte&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check with your target Oracle DBA. It could be that the indexes on the poorly performing tables are fragmented or the table statistics need to be refreshed.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 16:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2099168#M6930</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-08-01T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Index and Primary Key Oracle</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2099647#M6946</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; R&lt;SPAN&gt;egarding the Unique Index, does it perform worse than a Primary Key whenever using CDC?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, it has the potential to perform significantly worse. The degree of issues will depend on that (here Aure SQL, which I never studied for this purpose), and the number of rows to be affeted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;See my comments earlier today for :&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Failed-to-start-bulk-apply-transaction/td-p/2099304" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Failed-to-start-bulk-apply-transaction/td-p/2099304&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Should i look forward to get those tables with a PK&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In my opinion - YES.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;notice some big difference between some tasks performance, one mainly with PK and this other one with Unique Index&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Identify, Isolate, Measure, Explain.&amp;nbsp; Task Setting - Logging - TARGET_APPLY TRACE - can provide a lot of insight.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Unique-Index-and-Primary-Key-Oracle/m-p/2099647#M6946</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-08-02T14:50:57Z</dc:date>
    </item>
  </channel>
</rss>

