<?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: [resolved] How to add index using Talend. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327661#M97028</link>
    <description>Hi
&lt;BR /&gt;You can use txxxRow component to execute the sql statement.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 25 Nov 2011 06:38:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-25T06:38:25Z</dc:date>
    <item>
      <title>[resolved] How to add index using Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327660#M97027</link>
      <description>Hi,
&lt;BR /&gt;I need to make my ETL process fast. So I want to first DROP the existing INDEX in tables and run the entire job and when job has finished, want to ADD INDEX again. Please suggest a way to do this. 
&lt;BR /&gt;I'm getting error 'Can not issue data manipulation statements with executeQuery()' using tMysqlInput-Output pair.
&lt;BR /&gt;thanks
&lt;BR /&gt;Gnyanendra</description>
      <pubDate>Sat, 16 Nov 2024 12:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327660#M97027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to add index using Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327661#M97028</link>
      <description>Hi
&lt;BR /&gt;You can use txxxRow component to execute the sql statement.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 25 Nov 2011 06:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327661#M97028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-25T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to add index using Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327662#M97029</link>
      <description>thanks! it worked 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Gnyanendra</description>
      <pubDate>Tue, 29 Nov 2011 12:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327662#M97029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-29T12:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to add index using Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327663#M97030</link>
      <description>Hi,&lt;BR /&gt;What's the txxxrow? I couldn't find it in talend's 4.2.1 version. &lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 06 Dec 2011 07:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327663#M97030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T07:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to add index using Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327664#M97031</link>
      <description>cinar,&lt;BR /&gt;The "xxx" depends on the database you are using. For an mssql database the component will be "tmssqlrow" for example. For tmysql it will be "tmysqlrow" etc..&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 07 Dec 2011 15:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327664#M97031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-07T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to add index using Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327665#M97032</link>
      <description>Hi Mpa, 
&lt;BR /&gt;Thanks for your response. But I wanna ask you one more thing. What should I type in the query area of the tOracleRow for indexing? 
&lt;BR /&gt;Can the component generate the following code If I write it in the query area of the component? 
&lt;BR /&gt;CREATE INDEX mydatabase.INDX_mytable ON mydatabase.mytable 
&lt;BR /&gt;(ID1, ID2) 
&lt;BR /&gt;NOLOGGING 
&lt;BR /&gt;TABLESPACE DETAILER_INDEX 
&lt;BR /&gt;PCTFREE 10 
&lt;BR /&gt;INITRANS 2 
&lt;BR /&gt;MAXTRANS 255 
&lt;BR /&gt;STORAGE ( 
&lt;BR /&gt; INITIAL 64K 
&lt;BR /&gt; NEXT 1M 
&lt;BR /&gt; MINEXTENTS 1 
&lt;BR /&gt; MAXEXTENTS UNLIMITED 
&lt;BR /&gt; PCTINCREASE 0 
&lt;BR /&gt; BUFFER_POOL DEFAULT 
&lt;BR /&gt; ) 
&lt;BR /&gt;NOPARALLEL;</description>
      <pubDate>Thu, 08 Dec 2011 11:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-add-index-using-Talend/m-p/2327665#M97032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-08T11:54:54Z</dc:date>
    </item>
  </channel>
</rss>

