DB2 Group Size <Group Name> [Table Name]
Description:
Lists the physical storage allocated to the tables in the group. If a specific table name is provided, only size information for that table is returned. This command provides more detailed information than the Summary command provides.
Example:
db2 group size GRP25
Size Information for GRP25 (TSID 9)
Total disk space 4,447,535,104 bytes, actual used 4,444,946,432 bytes (99.9%)
CT Name Data Index LOB Total
C= compressed. A * indicates that the table is compressed using IBM® DB2® UDB™ 9.x's compression
T= same Type classifications as above, but abbreviated N=NSF, I=NIF (index), U=User (DAV)
and ?=Unknown
Name - the name of the DB2 table
Data - number of bytes stored in Data pages in DB2
Index - number of bytes stored in Index pages in DB2
LOB - number of bytes stored in LOB pages in DB2
Total - allocated bytes of storage
This command then summarizes the usage by category (NIF, NSF, User) and presents the same summary information as the DB2 GROUP SUMMARY command
Related topics