Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Preprocessing and buffer tables

Former Member
0 Likes
311

Hello!

Does somebody knows the differnce between preprocessing und buffer tables?

In which context are they used?

Thanks for your help!

1 REPLY 1
Read only

Former Member
0 Likes
287

Buffering tables means,

inorder to reduce the traffic between Database sever and application server, this technic is used.

if the table is buffred means, that will be fetched from the database once, and the results are stored in application server, when again these results are required, they can be retrieved from the App server, not from DB server, hence can reduce the traffic.

Normally buffering can be used to the tables, whose contents will not be changed frequently.