How can I determine the maximum row size just from the column datatype sizes?
Posted
by thecoop
on Stack Overflow
See other posts from Stack Overflow
or by thecoop
Published on 2010-03-25T13:36:55Z
Indexed on
2010/03/25
16:03 UTC
Read the original article
Hit count: 293
How can I work out the maximum row size in a table, if I'm only given the datatype lengths (from all_tab_cols.data_length column) of the columns in the table (ie no statistics or ANALYZE)? There's extra complications in that this is an IOT, so there's index tree size to consider as well.
© Stack Overflow or respective owner