cancel
Showing results for 
Search instead for 
Did you mean: 

stats on a table

Former Member
0 Kudos

Hi,

How to build stats on particular table.Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

at OS level:

brconnect -c -u / -f stats -t Your_table

at SAP level:

transaction DB20

fidel_vales
Employee
Employee
0 Kudos

>

> at OS level:

>

> brconnect -c -u / -f stats -t Your_table

with that command BRCONNECT will check if the table needs statistics and will calculate them if so.

if you want to force the collection (no checking if they are needed) then you need to run the following command:

brconnect -c -u / -f stats -t Your_table -f collect

It would be very helpfull for you if you check the documentation at help.sap.com and , all this information is there.

Former Member
0 Kudos

Why do we need to buid stats for a table.What exactly happens if we build a stats for table.Thanks in advance.

former_member204746
Active Contributor
0 Kudos

ok, another interview question?

Got attend SAP courses ADM100 and ADM515.