Hi all,
we recently migrated our SAP BW database from MS SQL Server to ASE 16.0.
Now I want to check the table size of a table in DBACOCKPIT.
I managed to get these data, but I am confused as several numbers are displayed.
In SQL server I had 3 numbers:
-data size
- index size
- reserved size, which is the sum of data and index size.
Now I get:
Space allocation (data)
- reserved total
- used total
- data total
- data utilized total
- and some others
Space allocation (index total)
- reserved total
- used total
- data total
- data utilized
What do these numbers mean? ( I looked on sap help, but there I only find a very short description which does not explain what the numbers mean.)
Is any of these displayed numbers comparable with what I had on MSS?
Thanks a bunch!