Skip to Main Content

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, oracle.

Asked: August 27, 2016 - 1:36 am UTC

Last updated: August 27, 2016 - 2:30 am UTC

Version: 11.2.0

Viewed 1000+ times

You Asked

Hi team,

As i want to know that the view in oracle with the help of that we can check when the index is required to rebuild. like leaf node , deleted node something So, could you pls let me know the exact view or query with the help of that we can identify that when the index needs to be rebuild.


Thanks

and Connor said...

This is one of the best papers written about indexes (and in particular, the issue of when to rebuild...which is a lot rarer than you might think).

https://richardfoote.files.wordpress.com/2007/12/index-internals-rebuilding-the-truth.pdf

But in a nutshell.... your *default* position should be not rebuild anything, unless something (eg application performance) suggests that you need to.

Rating

  (1 rating)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Thanks a lot for the document

A reader, August 28, 2016 - 4:10 pm UTC

Hi Connor,

Thanks a lot for the document/pdf on Index rebuild.
Was much usefull.

Thanks,