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

Home -> Community -> Usenet -> c.d.o.server -> Re: I/O performance problem

Re: I/O performance problem

From: Dave O'Keeffe <DOKeeffe_at_n0spam.cableinet.co.uk>
Date: Thu, 23 Apr 1998 21:12:06 +0100
Message-ID: <353FA096.2412@n0spam.cableinet.co.uk>


Giuseppe,

I think your problem is your doing 43285 reads and 24,000 odd disk accesses in order to return 6 rows. This is about 4,000 disk accesses per row returned! The SQL statement may be a little inefficient.

If you post the SQL some of our tuning stars can probably help you.

Dave O'Keeffe

Giuseppe De Donno wrote:
>
> I think to have a degrade of performance in I/O system.
> By SQL TRACE I have the follow report:
>
> call count cpu elapsed disk query
> current rows
> ------- ------ -------- ---------- ---------- ---------- ----------
> ----------
> Parse 1 0.01 0.00 0 0
> 0 0
> Execute 1 0.02 0.00 0 0
> 0 0
> Fetch 1 23.74 42.61 24348 43285
> 6 6
> ------- ------ -------- ---------- ---------- ---------- ----------
> ----------
> total 3 23.77 42.61 24348 43285
> 6 6
>
> Misses in library cache during parse: 0
> Optimizer goal: CHOOSE
>
> The fetch is of ~24 seconds!!!
> Is it a problem of I/O system?
>
> How do i do?
>
> Thank
> Giuseppe

--
For email replys remove "n0spam." from the above address Received on Thu Apr 23 1998 - 15:12:06 CDT

Original text of this message

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