I have a table, which has more than 20 million records. When I am trying to validate the structure related to this large table, the process is taking really long time.
ANALYZE INDEX "INDEX_NAME" VALIDATE STRUCTURE;
Is there an option to use parallel processing to improve the processing speed? If not please let me know other options.
Bookmarks