Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Real size of an index?
Hi all,
Can anyone suggest how to calculate the REAL disk space occupied by an index?
I doesn't mean just to sum up the sizes of extents occupied by the index. I'm interested in the space occupied INSIDE the extent (because as a performance-oriented person I'm trying to keep only 1 large extent per object).
The only idea I came up with is a multiplying number of index_leaf_blocks (from dba_indexes) by db_block_size which could be a reasonable approximation.
But maybe someone knows a better way?
Regards,
Arkady
Received on Mon Aug 24 1998 - 12:57:27 CDT
![]() |
![]() |