RE: CPU upgrade caused application slow down
- From: "Cary Millsap" <cary.millsap@xxxxxxxxxx>
- To: <oracle-l@xxxxxxxxxxxxx>
- Date: Fri, 30 Apr 2004 11:49:42 -0500
Zhu,
The condition that will cause response time to get /worse/ is if your
CPU upgrade speeds up some number of competing processes, allowing them
to compete more vigorously (that is, same number of calls in a smaller
time window) for the resource that was already responsible for a lot of
your more-important application's response time before the upgrade.
Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com
* Nullius in verba *
Upcoming events:
- Performance Diagnosis 101: 5/7 Dallas, 5/18 New Jersey, 6/22
Pittsburgh
- SQL Optimization 101: 5/3 Boston, 5/24 San Diego, 6/14 Chicago
- Hotsos Symposium 2005: March 6-10 Dallas
- Visit www.hotsos.com for schedule details...
-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of zhu chao
Sent: Friday, April 30, 2004 10:54 PM
To: oracle-l@xxxxxxxxxxxxx
Subject: Re: CPU upgrade caused application slow down
Hi, Waleed:
That is what I do everytime I reorgnized a table. The table that got
reorgnized was an IOT table with Overflow segment. After table
recreated, I
move overflow segment to make it sorted.
One more thing, the table is not a key table of the applications
running
on this server, thoug the table is pretty big in size.
I guess the difference in response time is from the network
layer.But I
cannot prove it. No improvement in response is ok for CPU upgrade, as
CPU
time is just part of the total response time, but it should not get
longer:(, right?
Thanks
Zhu Chao
----- Original Message -----
From: "Khedr, Waleed" <Waleed.Khedr@xxxxxxx>
To: <oracle-l@xxxxxxxxxxxxx>
Sent: Saturday, May 01, 2004 11:26 AM
Subject: RE: CPU upgrade caused application slow down
> Wondering if you have one major index that gets used most of the time
=
> using range scan.
> If this is true, then reorganizing the table might have damaged a
little =
> bit the clustering factor.
>
> If this is the case, then loading the table sorted on the columns used
=
> by that index should help a lot.
>
> Regards,
>
> Waleed
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
- References:
- Re: CPU upgrade caused application slow down
- From: zhu chao
Other related posts:
- » CPU upgrade caused application slow down
- » Re: CPU upgrade caused application slow down
- » Re: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- » Re: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- » Re: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- » Re: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- » RE: CPU upgrade caused application slow down
- Re: CPU upgrade caused application slow down
- From: zhu chao