<?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: Sql hint in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526655#M15086</link>
    <description>&lt;P&gt;Thanks a lot Rob&lt;BR /&gt;--+&amp;nbsp; worked&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2025 05:32:22 GMT</pubDate>
    <dc:creator>Omarov</dc:creator>
    <dc:date>2025-08-08T05:32:22Z</dc:date>
    <item>
      <title>Sql hint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526369#M15082</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I have a SQL script that runs in 15 minutes in PL/SQL Developer, but in Qlik Sense, it takes almost 1 hour to execute.&lt;/P&gt;&lt;P&gt;in PL/SQL Developer:&lt;BR /&gt;WITH A AS (&lt;BR /&gt;SELECT /*+ PARALLEL(16) */&lt;BR /&gt;DISTINCT TR.TRN_DT,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;in the Qlik Sense load editor:&lt;/P&gt;&lt;P&gt;tablle1:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD *,&lt;BR /&gt;date(floor(TRN_DT)) as trn_date;&lt;/P&gt;&lt;P&gt;SQL WITH A AS (&lt;BR /&gt;SELECT /*+ PARALLEL(16) */&lt;BR /&gt;DISTINCT TR.TRN_DT,&lt;BR /&gt;&lt;BR /&gt;I think it is because of the hint.&lt;BR /&gt;Can anyone help me.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 08:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526369#M15082</guid>
      <dc:creator>Omarov</dc:creator>
      <dc:date>2025-08-06T08:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sql hint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526424#M15083</link>
      <description>&lt;P&gt;Qlik doesn't execute any sql else transfers the statement and received the result data-set. Therefore the cause is the network, the driver, any queuing/locking or similar stuff.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 13:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526424#M15083</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-08-06T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sql hint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526450#M15084</link>
      <description>&lt;P&gt;By default your "/*+ hint */" is stripped from the SQL before being sent to the DB server. You will need to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;set StripComments=0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Alternatively use the -- SQL comment syntax.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Oracle-SQL-Select-Statement-with-quot-Hint-quot/td-p/406743" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Oracle-SQL-Select-Statement-with-quot-Hint-quot/td-p/406743&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 16:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526450#M15084</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-08-06T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sql hint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526655#M15086</link>
      <description>&lt;P&gt;Thanks a lot Rob&lt;BR /&gt;--+&amp;nbsp; worked&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 05:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Sql-hint/m-p/2526655#M15086</guid>
      <dc:creator>Omarov</dc:creator>
      <dc:date>2025-08-08T05:32:22Z</dc:date>
    </item>
  </channel>
</rss>

