<?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: help in select performance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378292#M811173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using all the fields of secondary index in same sequence and do not use negative condition in your where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the sequence of the select in same position as in table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 06:16:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T06:16:34Z</dc:date>
    <item>
      <title>help in select performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378287#M811168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to select data from table catsdb but i have lot of &lt;/P&gt;&lt;P&gt;recored like 2,000.000 records ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i see that this table have secondary index ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this can help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 20:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378287#M811168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T20:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: help in select performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378288#M811169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 21:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378288#M811169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T21:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: help in select performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378289#M811170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  required data &lt;/P&gt;&lt;P&gt;FROM  catsdb&lt;/P&gt;&lt;P&gt;APPENDING  TABLE ITAB&lt;/P&gt;&lt;P&gt;PACKAGE SIZE 30000.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;  Write your functionality if you want to do any checks&lt;/P&gt;&lt;P&gt;  with ITAB data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it never go for Dump .Adjust(increase/Decrease) Package size according to performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 05:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378289#M811170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T05:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: help in select performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378290#M811171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't specfiy what you want to select, then nobody undertsand why you need the secondary key. Maybe the primary is also o.k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just write your select and use all information in the where condition which you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will always work, but if will only perform well, if you have the first fields or all of an index in the WHERE condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need a package size, the table has 2.000.000 records, but I hope you want to select much less.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 09:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378290#M811171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T09:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: help in select performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378291#M811172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ricardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try including all the fields of secondary index in the where condition of your select statement... This works ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 09:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378291#M811172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: help in select performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378292#M811173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using all the fields of secondary index in same sequence and do not use negative condition in your where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the sequence of the select in same position as in table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 06:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-performance/m-p/3378292#M811173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T06:16:34Z</dc:date>
    </item>
  </channel>
</rss>

