‎2008 Sep 15 12:21 PM
Hi,
Can any one explain What is the difference in TABLE CREATION
Beffering not allowed
Buffering allowed but swithched off
buffering swith on
Regards
Babu
‎2008 Sep 15 12:24 PM
‎2008 Sep 15 12:24 PM
‎2008 Sep 15 12:25 PM
‎2008 Sep 15 12:25 PM
‎2008 Nov 22 3:05 PM
Buffering not allowed: when the application programs require the recent data i.e., when the table is changed very frequently the buffering is not allowed.
Buffering activated: when the application programs require the table to be buffering we have to specify the buffering type ie, single-record, generic or full buffering.
Buffering allowed but not activated: performance enhancement depends on the table size and the access profile. The buffering is deactivated as we would not be aware of the value of table size and access profile in the customer system but in case the buffering would be advantageous it can be switvhed on in the customer system at ny time.
‎2008 Nov 22 3:14 PM