SAP ABAP Table MSQSHCONTG (Displays fragmentation info for data and indexes of a table)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-MSS (Application Component) Microsoft SQL Server
⤷
STUN_MSS (Package) Package for new SQL Server monitoring objects

⤷

⤷

Basic Data
Table Category | INTTAB | Structure |
Structure | MSQSHCONTG |
![]() |
Short Description | Displays fragmentation info for data and indexes of a table |
Delivery and Maintenance
Pool/cluster | ||
Delivery Class | ||
Data Browser/Table View Maintenance | Display/Maintenance Allowed with Restrictions |
Components
![]() |
Field | Key | Data Element | Domain | Data Type |
Length | Decimal Places |
Short Description | Check table |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MSQOBTNAME | CHAR | 128 | 0 | Table or index name. | |||
2 | ![]() |
MSQOBJID | INT4 | INT4 | 10 | 0 | SQL Server object or index ID. | ||
3 | ![]() |
MSQOBTNAME | CHAR | 128 | 0 | Table or index name. | |||
4 | ![]() |
MSQOBJID | INT4 | INT4 | 10 | 0 | SQL Server object or index ID. | ||
5 | ![]() |
MSQIDXLEVL | INT4 | 10 | 0 | Level within the index tree - 0 is the leaf (or data) level. | |||
6 | ![]() |
MSQIDXPAGS | INT4 | 10 | 0 | No. of pages in the index level. | |||
7 | ![]() |
MSQIDXROWS | INT4 | 10 | 0 | No. of rows in that level of the index. | |||
8 | ![]() |
MSSMINRCSZ | INT4 | 10 | 0 | Minimum record size in that level of the index. | |||
9 | ![]() |
MSSMAXRCSZ | INT4 | 10 | 0 | Maximum record size in that level of the index. | |||
10 | ![]() |
MSQAVRWSZ | DEC | 16 | 2 | Average record size (byte). | |||
11 | ![]() |
MSQIXFORRD | INT4 | 10 | 0 | No. of forwarded records in that index level or entire heap. | |||
12 | ![]() |
MSQIDXEXTS | INT4 | 10 | 0 | No. of extents in that index level or entire heap. | |||
13 | ![]() |
MSQEXTSWIT | INT4 | 10 | 0 | No. of extent switches by traversing the index level. | |||
14 | ![]() |
MSQAVFRBYT | DEC | 16 | 2 | Average number of free bytes on the pages scanned. | |||
15 | ![]() |
MSQAVPGDEN | DEC | 16 | 2 | Average page density as percentage (the higher, the better). | |||
16 | ![]() |
MSQSCANDEN | DEC | 16 | 2 | Scan density of extents (100% is the best value). | |||
17 | ![]() |
MSQBESTEXT | INT4 | 10 | 0 | Ideal no. of extent changes if all are contiguously linked. | |||
18 | ![]() |
MSQACTEXCT | INT4 | 10 | 0 | Number of extents scanned ( = extent switches +1). | |||
19 | ![]() |
MSQLOGFRAG | DEC | 16 | 2 | Logical fragmentation in leaf-pages of an index. | |||
20 | ![]() |
MSQEXTFRAG | DEC | 16 | 2 | Extent fragmentation in scanning the leaf pages of an index |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 50A |