We are making use of Oracle 12c RANGE INTERVAL partitioning where Oracle creates the partitions automatically based on the data.
Parent tables are partitioned based on RANGE INTERVAL, child tables are based on REFERENCE partition.
We have about 33 million rows to be loaded in about 30 tables.
Need advice on when to create LOCAL and GLOBAL indexes? Is it okay to create local, global indexes (and constraints) after the data is loaded? Is there a downside in this approach? Appreciate tips and best practices followed as this is very common scenario.