<?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: Regarding buffering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957943#M1155873</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;If a table is buffer table then use by the statement BYPASSING BUFFER. Check the Technical Settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt; select count(*)&lt;/P&gt;&lt;P&gt;      up to 1 rows&lt;/P&gt;&lt;P&gt;      bypassing buffer&lt;/P&gt;&lt;P&gt;    from t001w "Plants/Branches&lt;/P&gt;&lt;P&gt;    where&lt;/P&gt;&lt;P&gt;    werks in s_werks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 10:29:43 GMT</pubDate>
    <dc:creator>Subhankar</dc:creator>
    <dc:date>2008-12-24T10:29:43Z</dc:date>
    <item>
      <title>Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957941#M1155871</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; in which case i  can use the buffering with select statement&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 &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spanadna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957941#M1155871</guid>
      <dc:creator>spandana_babu</dc:creator>
      <dc:date>2008-12-24T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957942#M1155872</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;Normally for master data SAP will have a buffer copy of the database table contents in application server itself. So if you write a SELECT for that table SAP will fetch data from buffer. If you want explicitly fetch from database with out using buffer you need to specify BY PASSING BUFFER in the SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinath S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957942#M1155872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T10:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957943#M1155873</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;If a table is buffer table then use by the statement BYPASSING BUFFER. Check the Technical Settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt; select count(*)&lt;/P&gt;&lt;P&gt;      up to 1 rows&lt;/P&gt;&lt;P&gt;      bypassing buffer&lt;/P&gt;&lt;P&gt;    from t001w "Plants/Branches&lt;/P&gt;&lt;P&gt;    where&lt;/P&gt;&lt;P&gt;    werks in s_werks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957943#M1155873</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2008-12-24T10:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957944#M1155874</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;Refer this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwce10/helpdata/en/a7/6e9fff3a08c64f960a29966ecdb9ec/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nwce10/helpdata/en/a7/6e9fff3a08c64f960a29966ecdb9ec/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957944#M1155874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T10:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957945#M1155875</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;Sometimes, even after some data is changes, the older values get displayed. This is because the select statement selects data from a buffer. This has been done to improve system performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you are facing problems and the updated value does not show up, the buffer can be bypassed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957945#M1155875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957946#M1155876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Buffering is useful only if table needs to be accessed more no. of times in a program.&lt;/P&gt;&lt;P&gt;Whether buffering is useful, can only be decided depending on the volume of data and the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the the table data which u r retrieving through select query is used frequently then use buffering else&lt;/P&gt;&lt;P&gt;in technical settings u can mention buffering is allowed or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957946#M1155876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957947#M1155877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use buffering in cases the data in DB is not changed frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually for extracting transactional data, you dont use buffering as it changes frequently&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957947#M1155877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T10:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957948#M1155878</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;Table buffering increases the performance when the records of the table are read. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records of a buffered table are read directly from the local buffer of the application server on which the accessing transaction is running when the table is accessed. This eliminates time-consuming database accesses. The access improves by a factor of 10 to 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you decide whether a table should be fully buffered, you must take the table size, the number of read accesses and the number of write accesses into consideration. The smaller the table is, the more frequently it is read and the less frequently it is written, the better it is to fully buffer the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages and disadvantages of this method of buffer synchronization:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantage: The load on the network is kept to a minimum. If the buffers were to be synchronized immediately after each modification, each server would have to inform all other servers about each modification to a buffered table via the network. This would have a negative effect on the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage: The local buffers of the application servers can contain obsolete data between the moments of synchronization. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only those tables which are written very infrequently (read mostly) or for which such temporary inconsistencies are of no importance may be buffered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-buffering/m-p/4957948#M1155878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T11:56:48Z</dc:date>
    </item>
  </channel>
</rss>

