| |
comp.databases.oracle.server |
Since no-one else has volunteered any suggestion, I'd Picking just one potentially interesting index, as it does Code changes needed: Where I have 'column is not null' change the column A note of the number of leaf_blocks in the index (from -- Jonathan Lewis Author: Cost Based Oracle: Fundamentals The Co-operative Oracle Users' FAQ > Hmm.. If there is interest here, I could try to > Which data would you (collective) want to see ? > Keep in mind that this would be from a customer > * Nothing destructive, please
be interested in seeing what results you get from
the code at:
http://www.jlcomp.demon.co.uk/index_efficiency.html
a fast full scan with aggregate of all entries.
supply the index name in the 'select from user_objects'
(which may have to be dba_objects)
names (and add predicates if necessary) to cover the
columns in the chosen index.
dba_indexes/user_indexes) before and after would also
be useful, and the block size.
Regards
http://jonathanlewis.wordpress.com
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
> collect data from an actual production site, before
> and after a rebuild.
> production site. Therefore,
> * Collected data take a reasonable amount of space
> * Collection takes at most ten minutes or so,
> preferably non blocking
> * You'll see changes induced by a one day activity
> (night job + daily activity)