<?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 Problem when executing the report for the first time. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302657#M1534396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You program is working fine, But you should check with basis team for last database static update, It should not be older than one weak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Sep 2010 05:51:58 GMT</pubDate>
    <dc:creator>ravi_lanjewar</dc:creator>
    <dc:date>2010-09-12T05:51:58Z</dc:date>
    <item>
      <title>Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302647#M1534386</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;We have a Zreport...to improve the performance i created Index on few Data Base table..before my changes it used to take more than 15 minutes after the changes it taking less than 1 min for the same variant and for other variants also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when executing the first in morning its taking the same time more than 15 min.Please let me know how to increase the performance when executing first time also,&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 17:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302647#M1534386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-06T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302648#M1534387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran B,&lt;/P&gt;&lt;P&gt;I think this is highly dependent on what your report is doing. &lt;/P&gt;&lt;P&gt;The only idea I can think of (based on the given information) is to try to schedule some jobs to avoid the runtime issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 18:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302648#M1534387</guid>
      <dc:creator>alejiandro_sensejl</dc:creator>
      <dc:date>2010-09-06T18:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302649#M1534388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;Are you getting the same results when you execute the program in the morning and other times.&lt;/P&gt;&lt;P&gt;use tcode se30 for runtime analysis and check which piece of code is taking more time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 04:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302649#M1534388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T04:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302650#M1534389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes im getting the same result for my first time also , Did Se30 and ST05 when executing the first. time..i taking time when fetching data from table for which i created index.if execute the same report second time its taking less time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be when doing second time its taking data from Buffer but not sure why this is Happening. If this taki ng from BUffer does index created are usefull or not .Please let me know...im sure i did only changes to report is Created Index in respective data base tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This report to see Open Order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 04:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302650#M1534389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T04:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302651#M1534390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you investigated all options before creating new indexes, because this should be one of the last resorts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it sounds very much like a buffering or caching symptom. Since you did not disclose any more details, it is not possible to give detailed advice. Try scheduling the program as a job early in the morning so that the buffers are alreday filled when the first user calls up the report online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 07:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302651#M1534390</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-09-07T07:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302652#M1534391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you actually doing. Your program needs less than 1min in good performance, so how many data does it read? &lt;/P&gt;&lt;P&gt;Generally, you will always see that a second execution of a program using db SELECTs is faster the second time, because the db-cache is used. The factor is usually about 10 or 20 times. But why do you need that many data every day?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 10:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302652#M1534391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302653#M1534392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not rely on response time as others have indicated; you should rely on your database trace to indicate whether or not your index is working.  It sounds like you did not create a good index if the optimizer isn't choosing it, or perhaps you just need a refresh of your DB stats on the server.  You will find that your SELECT statement is cached in ST04.  You can clear the cache (if you have the authorization) from the transaction and simulate 'first run' every time but this isn't really required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 13:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302653#M1534392</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-09-07T13:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302654#M1534393</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;&lt;/P&gt;&lt;P&gt;Appreciate your valuable replies... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Thomas: i do accept with your solution running a background job..but user is not accepting for it..thanks for your reply. &lt;/P&gt;&lt;P&gt;@Siegfried Boes  : for testing purpose Im running this manytimes..but for user they may &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require when ever they need to know open oders.the volume of the data is barongs 300-350 at &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max. &lt;/P&gt;&lt;P&gt;@Brad Bohn  : After creating the index the repose time reduced to half ...i hope  i have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a right index. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Observation here...I executed the report in production system more than 5 times it took the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same time, my changes are still in quality..so i think may be for selecting the right index &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its taking this much time.and for the next time is taking right index n doing it so it taking &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;less. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you accept it?.if so Please let me know how to explicitly say the select statement to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use my index. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 17:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302654#M1534393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302655#M1534394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solving performance problems is often already hard with specific problems; asnwering in abstract terms is basically impossible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You still haven't told us:&lt;/P&gt;&lt;P&gt;what is your select;&lt;/P&gt;&lt;P&gt;what fields and indexes you have in the table(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also don't know if you have executed SE30 to confirm that you are really optimizing what needs to be optimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The more information you give to the forum the more the forum can give back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rui Dantas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 08:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302655#M1534394</guid>
      <dc:creator>Rui_Dantas</dc:creator>
      <dc:date>2010-09-08T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302656#M1534395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rui Dantas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did SE30.before my chnages it taking Approx : 92% in Data fetching from Database.After my changes also it when i execute first time its taking same percentage...but when im executing second its taking approx 66 %..i check in ST05 select statements are taking my Index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302656#M1534395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302657#M1534396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You program is working fine, But you should check with basis team for last database static update, It should not be older than one weak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Sep 2010 05:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302657#M1534396</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-09-12T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem when executing the report for the first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302658#M1534397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check if the buffer is actually reducing the 2nd execution time  by adding &lt;/P&gt;&lt;P&gt;'BYPASSING BUFFER 'statement in Select queries. This will result in data being fetched always from&lt;/P&gt;&lt;P&gt;the database and your execution time by right should remain same irrespective of whether it is first or second time&lt;/P&gt;&lt;P&gt;execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhilash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 09:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-when-executing-the-report-for-the-first-time/m-p/7302658#M1534397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T09:35:59Z</dc:date>
    </item>
  </channel>
</rss>

