<?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: Full table Scan in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013630#M712149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you should check how many lines will be deleted, if more than 10% of the total, then no index will be taken and it is actually better that no index is taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not that many, then an index could help. If you need the statement not regularly,then you could even create an index temporarily, and delete it afterwards.&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, 08 Nov 2007 07:34:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-08T07:34:00Z</dc:date>
    <item>
      <title>Full table Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013628#M712147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;       I have one issue i am delete the entries from Standard table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code i have written is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete from &amp;lt;Standard Table&amp;gt; where Field name = parameter_name&lt;/P&gt;&lt;P&gt;commit work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is going through Full table scan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to improve the performance for this simple report then what should i have to change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me in this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can mail me at mr.abaper@gmail.com or msameerahmed09@gmail.com&lt;/P&gt;&lt;P&gt;Your help is appreciated&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 12:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013628#M712147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T12:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Full table Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013629#M712148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the primary key of the table as well as any existing index. You want to use as many fields of the primary key / index to avoid the full table scan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case there is no suitable index for the table that matches your requirements you might want to look into the option of creating an index that can be used by your delete statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However keep in mind that any index added to a table will increase the access time to that table in case of a change because in addition to the data update the index needs to be updated as well therefore you don't want to add too many index to a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 22:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013629#M712148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T22:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Full table Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013630#M712149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you should check how many lines will be deleted, if more than 10% of the total, then no index will be taken and it is actually better that no index is taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not that many, then an index could help. If you need the statement not regularly,then you could even create an index temporarily, and delete it afterwards.&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, 08 Nov 2007 07:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-table-scan/m-p/3013630#M712149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-08T07:34:00Z</dc:date>
    </item>
  </channel>
</rss>

