Buffer monitoring?
Answers were Sorted based on User's Feedback
Answer / chinthakulag
The buffer monitoring is for analyzing, tuning the size and
quality of the SAP buffers.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pranay
Every SAP instance has various buffers, in which data to be
accessed by users is stored. When the data is in the buffer,
the database does not have to be accessed, because buffers
enable direct reads from the main memory of the application
server.
There are two advantages to this:
1> Accesses to SAP buffers are normally 10 to 100 times
faster than accesses to the database.
2> Database load is reduced. This is increasingly important
as your system grows in size.
Monitoring SAP Table Buffering
Three problems can occur in the area of SAP table buffering
and they Problem areas should be monitored:
1> Tables are designed too small and as a result,
displacements (swaps)occur. Check that the table buffer has
at least 10% free space and at least 20% free directory entries.
2> Tables may be buffered that, for reasons of performance,
should not have been buffered, either because they are
changed (invalidated) too often or because they are too large.
3> Tables that should be buffered for reasons of performance
are not buffered. This is mainly the case for tables that
are created in the customer system, whether explicitly in
the ABAP dictionary or implicitly in customizing (for
example, condition tables).
Is This Answer Correct ? | 2 Yes | 2 No |
At OS level in which directory Oracle alerts are stored?
how do you register developers?
what is the query execution process in sap r/3 architecture,if multiple queries are immediate to execute?
how do you resolve abap short dumps?
What is BEx?
best site to download free sap tutorials?
A role needs to be assigned to the end user as well as production manager. But only the production manager should have access to change the functional status and the end user should not. The role has the authorization key and status profile for functional location. please tell me how do we restrict the end user from changing the functional status, but the role needs to be assigned to both.
What are the different options available for scheduling a background job? What start conditions type can be used?
what is logical system ? how to create and why ?
What is R/3? and what is basis version?
Explain central instance?
Why we execute SGEN, which Tables it modifies,will it cause DB growth? is it possible to execute SGEN later on after Golive?