Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: dbms_stats.gather_system_stats

Re: dbms_stats.gather_system_stats

From: Wolfgang Breitling <breitliw_at_centrexcc.com>
Date: Tue, 07 Sep 2004 10:12:17 -0600
Message-Id: <6.1.0.6.2.20040907100739.02e565b0@pop.centrexcc.com>


Gathering system stats gives the optimizer more information about the current workload mix and the capabilities of the system ( cpu speed, IO performance). In general this should lead to better access plans and better performance and I have heard that people have had good success with it. However, any changes that impact the optimizer should be tested thoroughly because there could be nasty surprises. If you have a mixed workload, e.g. OLTP during the day and batch during off-hours, you should have separate system statistics for each workload and switch them in as appropriate.

Regards

Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com

--
To unsubscribe - mailto:oracle-l-request_at_freelists.org&subject=unsubscribe 
To search the archives - http://www.freelists.org/archives/oracle-l/
Received on Tue Sep 07 2004 - 11:08:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US