Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Thu, 07 Sep 2001 @ 00:46:08 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: Raw data size
 
From:   Tobianna Zappe

Another query that can be used is:

Select databasename, tablename, sum(currentperm)
from dbc.tables a
     dbc.tablesize b
where a.databasename = b.databasename
and   a.tablename = b.tablename
group by 1,2;

This query will include the space used by all secondary indexes as well as the table itself.

Tobi



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023