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 |
Are you worked on EP? What are the activities are having related to Sap-basis can any one tell me what are the roles?and how will work on that one
Difference between shutdown abort and shutdown immediate?
What is the sequence order of instance profile?
diffrences between SDM and JSPM ? can i use jspm in EP 6.0.
How to import the OSS notes?
What are the pre requisite for the SAP Installation?
Suppose one A User has tcode SU01.When A try to execute tcode su01,not able to execute.but next day User A can able to execute the same tcode SU01. Which not done user comparision next day too but how come User A can able to execute tcode SU01?
Where are t-code name and program values stored? How can I find a list of all the t-codes in the SAP system?
What are the transport routes?
One dispatcher per application server. Is above statement correct or we can have more than one dispatcher per application server?
IF Import one request from Dev to Qua through STMS_IMPORT but after some time stms_import is still running and I dont no what is happening in behind so what will be my trace point.
What are the different user types in sap system that an admin can use while creating a new user?