Skip to Main Content

SQL Developer

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!

Problems with time in index creation

Thiago thiago2 days ago

Hello everyone,

I’m running into severe performance issues while creating indexes and would appreciate any practical advice.

Context

  • What I’m doing: Creating 89 indexes via EXECUTE IMMEDIATE in a single script/run.
  • Data size: 8 different tables, each with ~1.5 billion rows.
  • Problem: Each index is taking a very long time to build; the overall process is extremely slow.

The question: Is there some way to resolve this problem?

If anyone has successfully optimized bulk index creation on tables of this scale, please share commands, parameters, and caveats that worked for you.

Obs.: I'am using sql developer 11c version

Comments
Post Details
Added 2 days ago
2 comments
28 views