Improve performance of Create Index on very large table
Hello guys,
I'm still struggeling around to find a good solution to improve index creation performance. We've a table which is approx 550gb in size.This table was not partitioned and has now been partitioned, but not the existing data. Existing data has only been added to the the new
partitioned table as a single partition - so only new data will be put in partitions on a daily basis.
The database is running on ORACLE 11.2.0.4.
Memory Target is configured to 50G
Furtunately I've a 1:1 clone of the production DB in place to perform test without harm,
There is no DML