Change: ........YES
Turn Monitoring Usage OFF for the Indices related to the Table you examinedFor this example we will
monitorstop monitoring the indices pertaining to the SH.PRODUCTS table.alter index SH.PRODUCTS_PK nomonitoring usage;alter index SH.PRODUCTS_PROD_CAT_IX nomonitoring usage;alter index SH.PRODUCTS_PROD_STATUS_BIX nomonitoring usage;alter index SH.PRODUCTS_PROD_SUBCAT_IX nomonitoring usage;
View changes from previous version.
(Word count: 534)