<?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 Table buffering in Technical settings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259431#M1986921</link>
    <description>&lt;P&gt;Hello experts,&lt;/P&gt;
  &lt;P&gt;Can any one explain me on which cases we are not using buffers? and on which cases we are using buffers?&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;buffering not allowed&lt;/LI&gt;
   &lt;LI&gt;buffering allowed&lt;/LI&gt;
   &lt;LI&gt;buffering allowed but switched off&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;please explain with certain scenarious&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 12:22:04 GMT</pubDate>
    <dc:creator>former_member689077</dc:creator>
    <dc:date>2020-12-08T12:22:04Z</dc:date>
    <item>
      <title>Table buffering in Technical settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259431#M1986921</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
  &lt;P&gt;Can any one explain me on which cases we are not using buffers? and on which cases we are using buffers?&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;buffering not allowed&lt;/LI&gt;
   &lt;LI&gt;buffering allowed&lt;/LI&gt;
   &lt;LI&gt;buffering allowed but switched off&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;please explain with certain scenarious&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 12:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259431#M1986921</guid>
      <dc:creator>former_member689077</dc:creator>
      <dc:date>2020-12-08T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table buffering in Technical settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259432#M1986922</link>
      <description>&lt;P&gt;(for Oracle, I am not sure about Hana)&lt;/P&gt;&lt;P&gt;If you set a table as buffered, and you put a SQL trace on a SELECT SINGLE, you will see SAP doing a FULL access to the database. Put everything in the memory and working only from memory.&lt;/P&gt;&lt;P&gt;All the next SELECT statement will work in the memory,  until the data is change in the table. At this moment, SAP will do again a FULL access.&lt;/P&gt;&lt;P&gt;So. &lt;/P&gt;&lt;P&gt;Never put a table frequently change as buffered.&lt;/P&gt;&lt;P&gt;If a table is set as buffered, but you change this data, switch off the buffer&lt;/P&gt;&lt;P&gt;There is a limite on the memory size, so do not put ALL the table as buffered, because when there is no more space, old buffered table are cleaned from the memory and the futur SELECT will do a Full access.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 12:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259432#M1986922</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-12-08T12:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table buffering in Technical settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259433#M1986923</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;this can be a complex topic. Have a look at &lt;A href="https://launchpad.support.sap.com/#/notes/1011158/E" target="_blank"&gt;SAP note 1011158&lt;/A&gt; for a first step. It is more about customer tables, but the mentioned rules are valid in general. Same for the description of how to check whether tables should be buffered or not.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 13:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259433#M1986923</guid>
      <dc:creator>jmodaal</dc:creator>
      <dc:date>2020-12-08T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table buffering in Technical settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259434#M1986924</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;veera1234&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Buffering improves the performance of table when accessing the records of the table.&lt;/P&gt;&lt;P&gt;On a short note only transparent tables and pool tables can be buffered, cluster table cannot be buffered. To have a complete understanding kindly go through the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/12a2d87e6c531014bec0e63ea0208c21/7.0.37/en-US/cf21f244446011d189700000e8322d00.html" target="_blank"&gt;TABLE BUFFERS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 14:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259434#M1986924</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-12-08T14:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table buffering in Technical settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259435#M1986925</link>
      <description>&lt;P&gt;It's explained in the ABAP documentation, in the SAP library, in the forum, etc. What didn't you understand well?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259435#M1986925</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-12-08T21:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table buffering in Technical settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259436#M1986926</link>
      <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 11:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering-in-technical-settings/m-p/12259436#M1986926</guid>
      <dc:creator>former_member689077</dc:creator>
      <dc:date>2020-12-09T11:52:45Z</dc:date>
    </item>
  </channel>
</rss>

