Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

alternative to drop and recreate index

spur230Apr 16 2012 — edited Apr 16 2012
Hi All,

We are using Oracle 11.2.0.2. We have a script where we are dropping indexes prior to full update of a table and recreating index to improve performance.

Rather than dropping and recreating indexes, I wanted to know if there are any other better approach to achieve performance gain.

I was thinking of making index unusable and rebuilding it later. Would it be better option to drop and recreate index.

Thanks for your time.
This post has been answered by unknown-7404 on Apr 16 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2012
Added on Apr 16 2012
1 comment
1,025 views