<?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: OPtimizing Performance for Select query on NAST table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507390#M566871</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;Please post the SQL for nast and make sure you use one of the indexes in the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 15:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T15:36:08Z</dc:date>
    <item>
      <title>OPtimizing Performance for Select query on NAST table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507387#M566868</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;   We are fetching a single record from NAST table. The table has around 10 Million Entries.&lt;/P&gt;&lt;P&gt;   The Select Query takes around 5-6 minutes to return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   We are not using the Primary key completely. We are using only one field of the primary key.&lt;/P&gt;&lt;P&gt;    The field is also a part of the Index but we are not using all the fields in the index as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    We need to bring down the time. What can be the solution? I cant see any changes to the code, since its a single query and we cant use the Entire Primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Would creating an Index on the fields that we are concerned with help in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Open to all solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 14:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507387#M566868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T14:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: OPtimizing Performance for Select query on NAST table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507388#M566869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Imran,&lt;/P&gt;&lt;P&gt; do you have few more conditions to add to reduce search area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 15:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507388#M566869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T15:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: OPtimizing Performance for Select query on NAST table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507389#M566870</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;Please check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/documents/popular-q-and-a/specifying-the-index-to-be-used-2462" target="test_blank"&gt;http://sap.ittoolbox.com/documents/popular-q-and-a/specifying-the-index-to-be-used-2462&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating another secondary index in NAST whether basis will approve for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 15:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507389#M566870</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-07-06T15:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: OPtimizing Performance for Select query on NAST table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507390#M566871</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;Please post the SQL for nast and make sure you use one of the indexes in the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 15:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizing-performance-for-select-query-on-nast-table/m-p/2507390#M566871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T15:36:08Z</dc:date>
    </item>
  </channel>
</rss>

