If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Calculate size of a partitioned table and its indexes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-10-11, 12:02
deshaipet deshaipet is offline
Registered User
 
Join Date: Aug 2008
Posts: 76
Calculate size of a partitioned table and its indexes

Folks,

How to calculate the size of a partitioned table and its indexes ?


Thanks in advance,
Panditt
Reply With Quote
  #2 (permalink)  
Old 01-11-11, 02:44
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
sysibmadm.admintabinfo can give u the details

regds
Paul
Reply With Quote
  #3 (permalink)  
Old 01-13-11, 22:59
deshaipet deshaipet is offline
Registered User
 
Join Date: Aug 2008
Posts: 76
Hi Paul,

Thanks for your reply. But this admin view does not show the index size for a partitioned table. It shows it as zero and this is mentioned in info center too.

Any other way ?

Thanks,
Panditt
Reply With Quote
  #4 (permalink)  
Old 01-14-11, 03:07
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
What's wrong with multiplying NPAGES from SYSCAT.INDEXES by the page size of the tablespace?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On