After running an index analysis it was suggesting to add a fifth column into an existing four-column index.
The base table has over 500 million rows so I'm hesitated to drop the old index then create the new index.
Is there an efficient way to alter the existing index to include the fifth column?
Thank you.
Regards, Nancy
The base table has over 500 million rows so I'm hesitated to drop the old index then create the new index.
Is there an efficient way to alter the existing index to include the fifth column?
Thank you.
Regards, Nancy