<?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: table buffering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177241#M462555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This depends on how the table is used, for example on the expected volume of data in the table or on the type of access to a table. (mainly read or mainly write access to the table. In the latter case, for example, one would not select buffering).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 10:04:11 GMT</pubDate>
    <dc:creator>dev_parbutteea</dc:creator>
    <dc:date>2007-04-25T10:04:11Z</dc:date>
    <item>
      <title>table buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177239#M462553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if we buffer a table the performance will be improved and the data fetches from app server so that we need not to hit the database  many times but if we see for vbak table buffering not allowed is checked why so ?can anyone explain me ?plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 10:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177239#M462553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: table buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177240#M462554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you use table buffering then you may get inconsistent entries from the buffer. The records fetched will not be up to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can use table buffering only for less frequently updated tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 10:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177240#M462554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T10:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: table buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177241#M462555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This depends on how the table is used, for example on the expected volume of data in the table or on the type of access to a table. (mainly read or mainly write access to the table. In the latter case, for example, one would not select buffering).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 10:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177241#M462555</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-04-25T10:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: table buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177242#M462556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, like you can imagine table buffering means reading those records and store them in RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done normally for cute small customizing tables.&lt;/P&gt;&lt;P&gt;Now vbak is a HUGE table, with about 200 columns.&lt;/P&gt;&lt;P&gt;Additionally there tend to be HEAPS of records in VBAK, so storing VBAK in your RAM will probably take up more space than your RAM is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to those reasosn it is forbidden to store VBAK or other huge tables like VBAK. E.G. MARA, MARC, EKPO, ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 10:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177242#M462556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: table buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177243#M462557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buffering of tables will improve the performance but only for specific table, where the data is not huge. So buffering a Transaction table where you have many records is not a very good idea, buffering of most used Master data table is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK is a transactional data table, having loads of data, so it is not buffered. Hope it makes some sense &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 10:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-buffering/m-p/2177243#M462557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T10:05:26Z</dc:date>
    </item>
  </channel>
</rss>

