<?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: BYPASSING BUFFER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166506#M458846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the SAP HELP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disabling Data Buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If buffering is allowed for a table in the ABAP Dictionary, the SELECT statement always reads the data from the buffer in the database interface of the current application server. To read data directly from the database table instead of from the buffer, use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT... FROM &amp;lt;tables&amp;gt; BYPASSING BUFFER. ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition guarantees that the data you read is the most up to date. However, as a rule, only data that does not change frequently should be buffered, and using the buffer where appropriate improves performance. You should therefore only use this option where really necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 21:34:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T21:34:44Z</dc:date>
    <item>
      <title>BYPASSING BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166504#M458844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to know if using the addition BYPASSING BUFFER in the SELECT statement it would affect the program performance. It would increase the response time of database access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Alberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 21:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166504#M458844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T21:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: BYPASSING BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166505#M458845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alberto,&lt;/P&gt;&lt;P&gt; Yes it would be a bit slower. &lt;/P&gt;&lt;P&gt;If you do not use that addition, it would keep the records that are fetched in a buffer , so that those records will be availlable for subsequent fetches.&lt;/P&gt;&lt;P&gt;If you give that addition, it would always hit the database which obvously takes more time.&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>Tue, 08 May 2007 21:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166505#M458845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T21:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: BYPASSING BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166506#M458846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the SAP HELP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disabling Data Buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If buffering is allowed for a table in the ABAP Dictionary, the SELECT statement always reads the data from the buffer in the database interface of the current application server. To read data directly from the database table instead of from the buffer, use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT... FROM &amp;lt;tables&amp;gt; BYPASSING BUFFER. ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition guarantees that the data you read is the most up to date. However, as a rule, only data that does not change frequently should be buffered, and using the buffer where appropriate improves performance. You should therefore only use this option where really necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 21:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2166506#M458846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T21:34:44Z</dc:date>
    </item>
  </channel>
</rss>

