<?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: Performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105989#M981880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it will improve.&lt;/P&gt;&lt;P&gt;If the number of fields to be fetched is reduced, then there may be some improvement, but other wise, it depends upon the order of fields in the where condition more than anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 14:38:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T14:38:27Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105987#M981878</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 have some performance issues in my select query.&lt;/P&gt;&lt;P&gt; Here in table it is having around 80 fields, i want retrieve all these 80 fields. so here i wrote select query is select * from, Because here i am retrieving data all these 80 fields.&lt;/P&gt;&lt;P&gt;  If i specify all 80 fields in  select query is it improve the performance?&lt;/P&gt;&lt;P&gt;Please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105987#M981878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105988#M981879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no.&lt;/P&gt;&lt;P&gt;if you specify only the fields, which you really need, than it will improve in performance. If you really need all 80, than you have no choice...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105988#M981879</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-07-10T14:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105989#M981880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it will improve.&lt;/P&gt;&lt;P&gt;If the number of fields to be fetched is reduced, then there may be some improvement, but other wise, it depends upon the order of fields in the where condition more than anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105989#M981880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105990#M981881</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;It is not going to anyway improve ur performance...select * and metioning those 80 fields is the same.&lt;/P&gt;&lt;P&gt;if u are using &amp;lt; 80 fields(significantly less) ..i would say u better specify them,..otherwise, its of no use. are u really using those 80 fields in your program ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 03:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105990#M981881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T03:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105991#M981882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is completely useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it is anyway not the number of fields which counts, but the size in bytes. There are probably many tables with less but larger fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only expect to improve if if you are able to reduce the size substantially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if your access is otherwise fast and if you read only what you really need, than it should be no problem, actually it is be definition as good as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 07:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105991#M981882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105992#M981883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siegfried Boes,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Here I want only Performance means fast accessing. &lt;/P&gt;&lt;P&gt;Total 80 fields i am retrieving, So shall i specify 80 fields or Select *?&lt;/P&gt;&lt;P&gt;Which one is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 08:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105992#M981883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T08:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105993#M981884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sepecifying 80 fields and using select *&lt;/P&gt;&lt;P&gt;makes NO DIFFERENCE. it is one and the same in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 08:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105993#M981884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T08:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105994#M981885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many fields are in the table you speak of? If for example there are 81 fields then there won't be much difference between SELECT * and selecting 80 of those fields. Your performance is more likely due to the WHERE clause in your query, the structure/indices of the table, and how many entries are in the table you are selecting from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may help if you post the query here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 10:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/4105994#M981885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T10:29:23Z</dc:date>
    </item>
  </channel>
</rss>

