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 events we use in dialog programming and explain them?
Why grouping of fields is required? What is the max no of modification groups for each field?
What are aggregated objects
Explain the session method? : abap bdc
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What are match codes? describe?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What are the advantages/ dis-advantages of logical databases?
Where are you used type casting?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What is the role of ‘refresh’ in internal table?