Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Rebuild Index recommendations
ANALYZE your indexes (VALIDATE STRUCTURE optional) and look at the
INDEX_STATS table. It is a fixed table - meaning only the results of the
last ANALYZE are stored in the table. Then look at lf_rows and del_lf_rows
columns of INDEX_STATS. If del_lf_rows is about 25-30% of lf_rows it's time
to do a rebuild. del_lf_rows indicates the rows that have been deleted.
HTH
Venkat
>Do any of you REBUILD or DROP and CREATE your application indexes? If
>yes what factors do you consider when deciding when to reorg an index
>(and tables for that matter).
>
>Our application went into production many months ago and the database
>has never been reorganized. The application is an OLTP application and
>there is heavy insert/update activity on some of the main tables. Also
>our application updates keys of certain indices on a regular basis.
>
>Any help will be appreciated.
>
>Thanks
>
>Sunit Patke
>
Received on Mon May 18 1998 - 09:14:48 CDT
![]() |
![]() |