How to speed up EXEC DBMS_STATS.GATHER_DATABASE_STATS ?
After we used impdp to import data, the amount of data was about 4TB, and we needed to perform statistics on the database, but it took more than 6 hours.
Is there a way to reduce the statistical time without affecting the correctness of subsequent execution plans?