What is Buffering Concept?
When should a Table be buffered?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harry
Buffering is primarily to speed up data retrieval. If a
table is buffered on application server, then database hits
will be reduced thereby speeding the ease of access.
There are 3 types of buffering: -
1. single record buffering : only one table record will be
buffered when it is read from database
2. Full table buffering: If one record is read from a table,
then all records of table will be buffered.
3. Generic buffering: - The table records matching generic
key are buffered. The generic key is the one that we define
while setting the buffering settings for table.
Is This Answer Correct ? | 10 Yes | 1 No |
What is pass by value and what is pass by reference? Which is better?
What is dynamic action? : sap abap hr
what is the difference between user-exit & BADIs?
Importance of PA20, PA30 and PA40
Whether Project contains enhancement or Enhancement contains Projects?
Can we use more than two field in SELECT-OPTION? For example Normally we get two field which is from and to fields, but i want to get more values.....
4 Answers Altrion Technologies,
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are domains and data element?
stock transfer from one plant to another plant ? i want the total description.
Program for Prime numbers and Matrix plz explain me the procedural method with steps
difference between step loop and table control?Plz urgent..
3 Answers Accenture, CSD Bangladesh,
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.