<?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 Performance issue for reading the data from large table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313736#M1393144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi masters,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one query in my program using which i m fetching the data from a table having 14,000,000 number of records. &lt;/P&gt;&lt;P&gt;i have 2 primary index fields in this table out of that i m using 1 field for selection and  i m using other 3 fields also for selection for which i have secondary index. After all this its taking 40 min to fetch the data from that table.&lt;/P&gt;&lt;P&gt;Is there any solution to reduce the time to fetch the data. pl help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vicky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please see &lt;SPAN __jive_macro_name="thread" id="1283414"&gt;&lt;/SPAN&gt; before posting - post locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Nov 12, 2009 9:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 12:26:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-12T12:26:32Z</dc:date>
    <item>
      <title>Performance issue for reading the data from large table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313736#M1393144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi masters,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one query in my program using which i m fetching the data from a table having 14,000,000 number of records. &lt;/P&gt;&lt;P&gt;i have 2 primary index fields in this table out of that i m using 1 field for selection and  i m using other 3 fields also for selection for which i have secondary index. After all this its taking 40 min to fetch the data from that table.&lt;/P&gt;&lt;P&gt;Is there any solution to reduce the time to fetch the data. pl help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vicky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please see &lt;SPAN __jive_macro_name="thread" id="1283414"&gt;&lt;/SPAN&gt; before posting - post locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Nov 12, 2009 9:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 12:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313736#M1393144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T12:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue for reading the data from large table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313737#M1393145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use ST05 transaction and do SQL trace and see the explain plan to check how the indexes are being used, based on that you can decide if you want to modify your query or index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Saravanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 12:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313737#M1393145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T12:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue for reading the data from large table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313738#M1393146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an index. Which code are you using to read the information. Also avoid to use the 'select *' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 12:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313738#M1393146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T12:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue for reading the data from large table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313739#M1393147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the order of the fields in the index is important:&lt;/P&gt;&lt;P&gt;what is the primary key and what the secondary and what is the SELECT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many records do you read?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 14:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-for-reading-the-data-from-large-table/m-p/6313739#M1393147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T14:21:48Z</dc:date>
    </item>
  </channel>
</rss>

