Friday, January 8, 2016

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

Over here, buffer means memory area, table buffer means the table information is available on the application server.  When you call data from database table, it will come from application server.  Transparent tables and pool tables are buffered, while cluster table cannot be buffered.

No comments:

Post a Comment