What is Buffering Concept?
When should a Table be buffered?
Answer Posted / shiv prakash tiwari
Only transparent tables and pooled tables can be buffered.
Cluster tables cannot be buffered.
The following two points speak against table buffering:-
1: The data read by the application must always be
up-to-date. Delays caused by the synchronization mechanism
cannot be accepted.
2: The table data is frequently modified. In this case the
cost of synchronization could be greater than the gain in
performance resulting from buffering. Roughly speaking, it
does not make sense to buffer a table if more than one
percent of the accesses to the table are modifying accesses.
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What are the prerequisites for creating foreign key relationship?
What is function group?
What is the differences between abap and ooabap. In which situation we useooabap?
What is a size category?
What are the two different ways of building a match code object?
Can a transparent table exist in the data dictionary but not in the database physically?
What is occurs in internal table?
performance tuning concepts
How to read files and process BDC's automatically ?
What is an abap/4 query? : abap hr
How is collect statement different from append?
What is the transaction code to display the payroll results ? : abap hr
How do you validate the selection criteria of a report? And how do you display initial
What is the difference of update types in call transaction method ? : abap bdc
How can you display frames (horizontal and vertical lines) in lists?