Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Finding the table size alone? - response (1) by M.Saeed Khurram

$
0
0

Hi Barani,
You can alculate a row size as follows:
Logical size = SUM(Bytes for fixed length columns) + SUM(Byte for Variable Lenght Columns)
Physical size = Logical Size + 14 Bytes overhead + PPI Bytes(Optional) + Compression bits(Optional) + Variable Column Offset(Optional)
Once the row size is calculated, you can calculate the size of table based on row count.
 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>