<?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>Question Re: Buffer gets value is too high in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461139#M61058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rooji van&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me put my question little more clearly. To analysis expensive statement I go to ST04 and choose Detailed Analysis Menu u2013 SQL request: Analysis of Shared Cursor Cache. On the popup selection screen we have to enter buffer gets, ideally we give 5% of reads from the entry screen of ST04. In my case, I guess goes beyond SAP limit of maximum 2147483647. In this case, what would an ideal value to list the expensive statement to analysis? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arvind K.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 00:59:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-06T00:59:42Z</dc:date>
    <item>
      <title>Buffer gets value is too high</title>
      <link>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaq-p/6461137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am in the process of monitoring ERP system performance. I thought of looking at expensive SQL statement and the criteria I gave was 5% of total logical read that displayed in the initial screen of ST04N. When I give 5% as a criteria to view SQL request I get an error message u201CInput value to large (maximum 2147483647)u201D. In this scenario what is the idle BUFFER GET value that I can look for to analysis expensive statement? &lt;/P&gt;&lt;P&gt;5% of buffer gets comes around 5656101704.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arvind.K.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 01:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaq-p/6461137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T01:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer gets value is too high</title>
      <link>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461138#M61057</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'm not sure what the exact questions is but there are lots af ways to analyse performance bottlenecks. One of them is looking in the shared cursor cache(i asume that is what you where doing). The following line i found in the ADM315 cource. Hope this wil help you.&lt;/P&gt;&lt;P&gt;(If you are using Oracle you may want to check Note 618868 - FAQ: Oracle performance)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finding Expensive SQL Statements Using the Shared&lt;/P&gt;&lt;P&gt;Cursor Cache&lt;/P&gt;&lt;P&gt;1. Call ST04 and choose Detailed Analysis Menuu2192SQL Request: Analysis of&lt;/P&gt;&lt;P&gt;Shared Cursor Cache.&lt;/P&gt;&lt;P&gt;2. On the popup selection screen, enter the following:&lt;/P&gt;&lt;P&gt;For Buffer gets, choose a number equal to 5% of reads from the entry&lt;/P&gt;&lt;P&gt;screen of ST04. There might be expensive statements causing less than&lt;/P&gt;&lt;P&gt;5% load on the database, but usually these have little impact on system&lt;/P&gt;&lt;P&gt;performance, even when optimized.&lt;/P&gt;&lt;P&gt;Choose List sort for Buffer gets.&lt;/P&gt;&lt;P&gt;3. On the resulting screen, you can analyze:&lt;/P&gt;&lt;P&gt;Sorting for disk reads yields the SQL requests causing significant load&lt;/P&gt;&lt;P&gt;on your physical devices (hard disks).&lt;/P&gt;&lt;P&gt;Sorting for statements that result in more than 5 Bgets/row indicate&lt;/P&gt;&lt;P&gt;expensive statements.&lt;/P&gt;&lt;P&gt;In the SQL statement column you will find the statement causing the buffer&lt;/P&gt;&lt;P&gt;gets.&lt;/P&gt;&lt;P&gt;4. Click on the SQL statement and proceed to analyze this statement as&lt;/P&gt;&lt;P&gt;described in the How to Use the Database Process Monitor list.&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;You have identified and analyzed the SQL statements that cause the highest&lt;/P&gt;&lt;P&gt;number of buffer gets on your database system. These statements are likely&lt;/P&gt;&lt;P&gt;candidates for tuning measures. However, not all SQL statements can be&lt;/P&gt;&lt;P&gt;optimized by you. Also, you need to know that you have not yet found the&lt;/P&gt;&lt;P&gt;statements causing the highest number of hard disk accesses -- we did not select&lt;/P&gt;&lt;P&gt;for those. If you are interested in those statements, change the selection options&lt;/P&gt;&lt;P&gt;given above accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2010 21:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461138#M61057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-01T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer gets value is too high</title>
      <link>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461139#M61058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rooji van&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me put my question little more clearly. To analysis expensive statement I go to ST04 and choose Detailed Analysis Menu u2013 SQL request: Analysis of Shared Cursor Cache. On the popup selection screen we have to enter buffer gets, ideally we give 5% of reads from the entry screen of ST04. In my case, I guess goes beyond SAP limit of maximum 2147483647. In this case, what would an ideal value to list the expensive statement to analysis? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arvind K.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 00:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461139#M61058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T00:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer gets value is too high</title>
      <link>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461140#M61059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just enter a value that is accepted like 2mio and order the list descending on the "buffer gets" column. Then work your way down the list. By the way it looks like the more current releases support now higher values. In a ERP 6.0 SP 15 system i can enter values like 2'000'000'000 without a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 07:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/buffer-gets-value-is-too-high/qaa-p/6461140#M61059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T07:33:53Z</dc:date>
    </item>
  </channel>
</rss>

