Im trying to calculate the size of the table(Exadata database table).
I used the AVG_ROW_LEN from ALL_TAB_PARTITIONS and took Actual row count from table then did AVG_ROW_LEN * count(*).
Our table is partitioned and sub-partitioned. (and Compressed, COMPRESS_FOR=QUERY HIGH)
just wanted to understand is AVG_ROW_LEN attribute value changes for compressed table vs non compressed table?