Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: dba_tables.num_rows is less than dba_indexes.num_rows
indexes are typically used for single entry searches, or range scans -- in which
case the total number of entries is irrelevant for the CBO. and even with an
index full scan, the index *size* is more important than the number of
entries...
kind regards,
Lex.
-----Original Message-----
So does it matter that the indexes' num_rows are bigger than that of the table? I'm concerned that some indexes will never be used as the CBO will think it's bigger than the table or some of the other indexes.
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 09 2005 - 02:16:39 CDT
![]() |
![]() |