What is table buffer? Which type of tables used this buffer?

Questions by b_kamepalli

Showing Answers 1 - 4 of 4 Answers

ravi

  • Jun 9th, 2006
 

buffer is nothing but a memory area. table is buffered means that table information is available on application server. when u call data from database table it will come from application server.

transperent and pooled tables are buffered. cluster tables can not buffered.

  Was this answer useful?  Yes

Senthil NS

  • Jun 19th, 2006
 

Why the cluster tables cannot be buffer , whether the reason is this "it is already storing the data in the way the memory is storing"

Please reply back

  Was this answer useful?  Yes

abira

  • Jun 29th, 2006
 

The table buffer is located between the application and the database. Its goal is to cache portions of a database table in the application server to reduce database load and network communication.

  Was this answer useful?  Yes

Abira

  • Jun 29th, 2006
 

  • Which type of tables used this buffer?
  • Tables that are read very frequently
  • Tables that are changed very infrequently
  • Relatively small tables (few lines, few columns, or short columns)
  • Tables where delayed update is acceptable
  • for more information check the below site

    http://help.sap.com/saphelp_nw04/helpdata/en/aa/4734a00f1c11d295380000e8353423/content.htm

      Was this answer useful?  Yes

    Give your answer:

    If you think the above answer is not correct, Please select a reason and add your answer below.

     

    Related Answered Questions

     

    Related Open Questions