dbTalk Databases Forums  

Re: Table Sizes

comp.databases.informix comp.databases.informix


Discuss Re: Table Sizes in the comp.databases.informix forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Phil Rule
 
Posts: n/a

Default Re: Table Sizes - 06-25-2003 , 03:54 AM






From dbaccess, database sysmaster, try

select tabname, sum(size) from sysextents
where dbsname = 'my_dbs'
group by 1
order by 1

You may want to filter out table names starting 'sys*', and depending on
version/setup, indexes may be listed separately.

HTH


--
Phil (AT) oninit (DOT) com



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.