1.

What Are Table Buffers?

Answer»

Table BUFFERS RESIDE LOCALLY on each application server in the system. The data of buffered tables can thus be accessed DIRECTLY from the buffer of the application server. This avoids the time-consuming process of accessing the database. Buffering is useful if table needs to be accessed more number of TIMES in a program.

Table buffers reside locally on each application server in the system. The data of buffered tables can thus be accessed directly from the buffer of the application server. This avoids the time-consuming process of accessing the database. Buffering is useful if table needs to be accessed more number of times in a program.



Discussion

No Comment Found