Is there a way to speed up the updatestats_upgrade.sql file execution?
We are upgrading from 8.0.0.9 SIA to 8.1.1.11.13 SIA. During our production test dry run, we have encountered the upgrep+upgphys process running for days. The sql it is executing is updatestats_upgrade.sql, which is running stats on a number of tables in a single thread. This is not acceptable as it has been on this step for days. How can we speed up this process? Is it possible to forgo this step of the upgrade process or modify this file so that it executes faster?
Thank you.