<?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: buffer table size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628824#M1281732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some databases make it very difficult to find the size of individual tables. Try using the transaction DB02. Some more options according to your installation should be found under &lt;/P&gt;&lt;P&gt;Choose Tools --&amp;gt; Administration --&amp;gt; Computing Center --&amp;gt; Management System --&amp;gt; Control --&amp;gt; Performance Menu --&amp;gt; Database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this [link|http://help.sap.com/businessobject/product_guides/boexi/en/DIPerformanceOptGuide.pdf] too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 03:56:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T03:56:11Z</dc:date>
    <item>
      <title>buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628817#M1281725</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;I read that in it's not recommended to use buffered table with size that largrer then 10 MB&lt;/P&gt;&lt;P&gt;,how can i calculate it ? i.e. how much records is 10 MB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628817#M1281725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628818#M1281726</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 generally done for tables which will contain lesser number of records and whose data will not change over a considerable amount of period.&lt;/P&gt;&lt;P&gt;Say for example the plants table T001W.&lt;/P&gt;&lt;P&gt;This is because the plant data will seldom change over a period.&lt;/P&gt;&lt;P&gt;Hence it makes sense to buffer this table because it will contain lesser number of data whihc is not going to change frequently.&lt;/P&gt;&lt;P&gt;If you table contains a large amount of data and which is going to change frequently say for example VBAK( sals order) then there is no point in buffering the table.&lt;/P&gt;&lt;P&gt;So it would depend on the functionality of the table whether to buffer it or not.&lt;/P&gt;&lt;P&gt;Hence check with your functional consultant the type of data expected in your table and then decide on the buffering.&lt;/P&gt;&lt;P&gt;If the table has a huge amount of data; then there is no point in buffering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628818#M1281726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628819#M1281727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is not change a lot ,90% from the access to the table is for read process,&lt;/P&gt;&lt;P&gt;And 10% is for update.&lt;/P&gt;&lt;P&gt;declare what is huge table ,how much records?&lt;/P&gt;&lt;P&gt;i want to use 3 tables for maintenance view and to make them buffer tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR &lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628819#M1281727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628820#M1281728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I suggest you can discuss with your BASIS team regarding the table size needed so that buffer synchronisation is done properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628820#M1281728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628821#M1281729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way to calculate table size from records&lt;/P&gt;&lt;P&gt;for example 1000 records are 2 MB size or 3 MB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know it for design perspective,to know if i can use fully buffered table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Michael  A on May 19, 2009 5:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628821#M1281729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628822#M1281730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the approximate size of each record in a table by totalling the size of all the fields. The memmory occupied in the system will however be larger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest is that you pick up some similar table(s), say x. Then analyse the table x using the report RSADAT6M already available. This should give you a very accurate picture of how much space will finally be occupied. This is a report supplied by SAP and calculates Table Sizes,  Index Sizes etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that this will solve you problem.&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, 20 May 2009 09:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628822#M1281730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628823#M1281731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI nimsh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try ti use this report i get error :Program can be used only with MaxDB&lt;/P&gt;&lt;P&gt;do you have any idea what is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 10:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628823#M1281731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: buffer table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628824#M1281732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some databases make it very difficult to find the size of individual tables. Try using the transaction DB02. Some more options according to your installation should be found under &lt;/P&gt;&lt;P&gt;Choose Tools --&amp;gt; Administration --&amp;gt; Computing Center --&amp;gt; Management System --&amp;gt; Control --&amp;gt; Performance Menu --&amp;gt; Database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this [link|http://help.sap.com/businessobject/product_guides/boexi/en/DIPerformanceOptGuide.pdf] too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 03:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-table-size/m-p/5628824#M1281732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T03:56:11Z</dc:date>
    </item>
  </channel>
</rss>

