Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
BMCATSnn.RS_TABLESPACE
The BMCATSnn.RS_TABLESPACE table contains one row for each table space:
Columns BMC AMI Stats can update in the BMCATSnn.RS_TABLESPACE table
Column | Data type | IBM stat | Description | |
---|---|---|---|---|
DBNAME | CHAR(8) | Y | Name of the database that contains the table space | |
NAME | CHAR(8) | Y | Name of the table space | |
PARTITIONS | SMALLINT | Y | Number of partitions in the table space or 0 if the table space is not partitioned | |
NTABLES | SMALLINT | Y | Number of tables defined in the table space | |
SEGSIZE | SMALLINT | Y | Number of pages in the segment for this table space or 0 if the table space is not segmented | |
NACTIVE | FLOAT(53) (8 bytes) | Y | Number of active pages in the table space (pages that have been allocated, but might not yet contain rows) | |
SPACE | INTEGER | N | Total number of tracks of DASD storage allocated to the table space 1 | |
SPACE_KB | FLOAT(53) (8 bytes) | Y | Number of kilobytes of DASD storage allocated to the table space 1 | |
REORGSPACE | INTEGER | N | Number of tracks of DASD storage that would be required if the free space were reestablished at this time (that is, if the object were redefined and reorganized) 1 | |
REORGSPACE_KB | FLOAT(53) (8 bytes) | N | Number of kilobytes of DASD storage that would be required if the free space were reestablished at this time (that is, if the object were redefined and reorganized) 1 | |
SPACE_AVAILABLE | FLOAT(53) (8 bytes) | N | Reserved for future use | |
TIMESTMP | TIMESTAMP | Y | Time that you executed BMC AMI Stats to save this row of statistics | |
LOCATION | CHAR(16) | N | Current server | |
MAXROWS | SMALLINT | Y | Maximum number of rows that a Db2 subsystem will put on a page (where the default is 255) | |
TYPE | CHAR(1) | Y | Type of table space:
| |
ENCODING_SCHEME | CHAR(1) | Y | Encoding scheme:
| |
PGSIZE | SMALLINT | Y | Size of pages in the table space, in kilobytes | |
DSSIZE | INTEGER | Y | Maximum size of a data set, in kilobytes | |
ROWMAXFOUND | INTEGER | N | Largest row length found in the table space 1 If the table space is compressed, this value reflects the compressed size of the row. | |
ROWMINFOUND | INTEGER | N | Smallest row length found in the table space 1 If the table space is compressed, this value reflects the compressed size of the row. | |
UTILCODE | CHAR(3) | N | A code for the utility that is generating these statistics | |
DATA_TIMESTMP | TIMESTAMP | N | Reserved for future use | |
AUDIT_DATA | CHAR(30) | N | Reserved for future use | |
AVGROWLEN | INTEGER(4) | Y | Average row length or -1 if not calculated The default is -1 if the statistics are migrated from the previous release. | |
MAXPARTITIONS | SMALLINT | Y | Maximum number of partitions to which the table space can grow A value of 0 indicates that the table space is not partitioned by growth. | |
VERSION | CHAR(8) | N | Product version | |
MEMBER_CLUSTER | CHAR(1) | N | Whether the table space uses the MEMBER CLUSTER page set structure |
1 This value is set to -1 if partial statistics are collected and BMC AMI Stats has not performed a rollup operation.