Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
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 space1
SPACE_KB
FLOAT(53)
(8 bytes)
Y
Number of kilobytes of DASD storage allocated to the table space1
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:
L = Large
K = Large cluster member
I = Normal cluster member
G = Defined with the MAXPARTITIONS option and with the underlying structure of a universal table space (UTC)
R = range-partitioned (PBR) universal table space (UTS)