Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why index has bigger size than its table

user13148231Aug 11 2010 — edited Aug 11 2010
I have a table with 25 columns, but most of the columns are null except the primary key. From dba_tables and dba_indexes, I worked out that the primary key index has 309 MB and the table has 280 MB.

Assume that index blocks contains the index key and table rowid, and table blocks contains its column data and the rowid. If this is true, the primary key index should has the same size as the table that is all null except the primary key. How come my index is 10% larger than the table?
This post has been answered by unknown-698157 on Aug 11 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2010
Added on Aug 11 2010
6 comments
2,352 views