How to improve the performance while creating index
Hi all,
I want to create couple of indexes on a table which has millions of rows. Currently index creation on this table is taking a very long time .
How can I make it past. Should I be disabling the constraints on this table before creating index. if so is it the right way to do it in PROD .
My db version is 19.6
Thanks
Sri