cancel
Showing results for 
Search instead for 
Did you mean: 

St02 performance problem

Former Member
0 Kudos

Hi,

in st02 in table generic key velue (DB access) always high. will it affect the performce of the server.if yes how to solve the problem help me out. below shows the value of the generic key in st02

Buffer Swaps Database

accesses

Tables

Generic key 9 71,234

Thanx

Kvl

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Kvl,

Generally it should not be a problem as long as swaps are not too high. But if it is frequent case then you may think of increasing the buffer.

I think you have the documentation link in the previous post anyway.

Hope this helps.

Manoj

stefan_koehler
Active Contributor
0 Kudos

Hello Kulandaivel,

at first you need to understand what the generic key buffer is .. please check the documentation here:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eaec446011d189700000e8322d00/content.htm

> will it affect the performce of the server

Yes it can, but don't have to. Check the buffered objects and the load on the database that is used for these tables.

> if yes how to solve the problem

There is no silver bullet.. every case is different.. check your tables .. maybe exclude them from the buffer if not needed... extend the buffer ... etc..

Regards

Stefan