Calculating table space usage
You can determine how much of your table space is currently in use with the MON_GET_TABLESPACE table function. The information this function returns can help you determine whether you should attempt to reclaim free storage.
About this task
Restrictions
Procedure
To determine how much free space exists below the high water mark:
Results
What to do next
TBSP_NAME RECLAIMABLE_SPACE_ENABLED TBSP_FREE_PAGES TBSP_PAGE_TOP TBSP_USABLE_PAGES
------------------------------ ------------------------- -------------------- -------------------- --------------------
TEMPSPACE1 0 0 0 1
USERSPACE1 1 0 1568 1568
SYSTOOLSTMPSPACE 0 0 0 1
TBSP1 1 0 1632 1632
SMSDEMO 0 0 0 1
SYSCATSPACE 1 2012 10272 12284
IBMDB2SAMPLEREL 1 3328 736 4064
TS1 1 3584 480 4064
TS2 1 3968 96 4064
TBSP2 1 3968 96 4064
TBSAUTO 1 3968 96 4064
SYSTOOLSPACE 1 3976 116 4092
12 record(s) selected.