Hi,
I'm doing direct-load INSERT on nonpartitioned tables that have local indexes.
To avoid the performance impact of index maintenance , I'm dropping the index before the
INSERT and then rebuilding it afterwards .
" rebuilding it afterwards " - Does Oracle create a new index or refresh the previous index ?
I guess that it creats a new index .
Any suggestions will be highly appreciated ...
I'm doing direct-load INSERT on nonpartitioned tables that have local indexes.
To avoid the performance impact of index maintenance , I'm dropping the index before the
INSERT and then rebuilding it afterwards .
" rebuilding it afterwards " - Does Oracle create a new index or refresh the previous index ?
I guess that it creats a new index .
Any suggestions will be highly appreciated ...