<?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/2204928#M471484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have 3 types of buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following types of buffering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o single-record buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o generic area buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o full buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering should be selected when :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o For large tables where there are frequent single-record accesses (using SELECT SINGLE ...). The size of the records being accessed should be between 100-200 KB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o For comparatively small tables for which the access range is large, it is normally advisable to opt for full buffering. Only one database access is required to load such a table for full buffering,&lt;/P&gt;&lt;P&gt;while single-record buffering calls for a very large number of table accesses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also check this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering: Only the records of a table that are really accessed are loaded into the buffer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering should be used particularly for large tables where only a few records are accessed with SELECT SINGLE. The size of the records being accessed should be between 100 and 200 KB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full buffering is usually more suitable for smaller tables that are accessed frequently. This is because only one database access is necessary to load such a table with full buffering, whereas several database accesses are necessary for single-record buffering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 04:46:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T04:46:36Z</dc:date>
    <item>
      <title>Bypassing Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204927#M471483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the advantage of using "Bypassing Buffer" in select statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        tangirala sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204927#M471483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204928#M471484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have 3 types of buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following types of buffering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o single-record buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o generic area buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o full buffering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering should be selected when :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o For large tables where there are frequent single-record accesses (using SELECT SINGLE ...). The size of the records being accessed should be between 100-200 KB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o For comparatively small tables for which the access range is large, it is normally advisable to opt for full buffering. Only one database access is required to load such a table for full buffering,&lt;/P&gt;&lt;P&gt;while single-record buffering calls for a very large number of table accesses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also check this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering: Only the records of a table that are really accessed are loaded into the buffer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering should be used particularly for large tables where only a few records are accessed with SELECT SINGLE. The size of the records being accessed should be between 100 and 200 KB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full buffering is usually more suitable for smaller tables that are accessed frequently. This is because only one database access is necessary to load such a table with full buffering, whereas several database accesses are necessary for single-record buffering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204928#M471484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204929#M471485</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 you have set the buffer while creating the table,&lt;/P&gt;&lt;P&gt;select stmt will read the records from buffer.&lt;/P&gt;&lt;P&gt;If you don't want to read it from buffer , you can use ' bypass buffer' with select stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204929#M471485</guid>
      <dc:creator>Bema</dc:creator>
      <dc:date>2007-05-03T04:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204930#M471486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bypassing buffer on the select statement when you need the most up-to-date information, for example, select * from ztxtlfa1 bypassing buffer. Doing so causes the buffer to be ignored and the data to be read directly from the database. You should use this whenever you are reading for update, that is, reading a record that will be updated and written back to the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204930#M471486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204931#M471487</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 u want to get the most updated data from database, which is not modified at present ( which is buffered...) use bypassing buffer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204931#M471487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204932#M471488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    supose u got an table with is buffered one so when u read it first time sys will keeps the retrived data in buffer so that 2nd time u can cread directly from buffer without goin gto DB so increasing the performance suposse some one edit the table n entered new value so if u keep on reading from buffer u wil not get the new value for this u have to use BYPASSING BUFFER stm usally small tables will be buffered to incerease the perfomance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bypassing-buffer/m-p/2204932#M471488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:47:59Z</dc:date>
    </item>
  </channel>
</rss>

