Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: I/O performance problem
Dave O'Keeffe wrote:
> 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.
Ok, my query is:
select distinct a.serditta, upper(a.codprovincia),
upper(a.nummeccanog), upper(a.denominazione), upper(a.capoperativo), upper(a.comuneoperativo), upper(a.provinciaoperativo), upper(a.statoazienda), upper(a.flagvalidazione), upper(a.flagcesdir), upper(a.flagcessazione)
upper(aa.nummeccanog), upper(aa.denominazione), upper(aa.capoperativo), upper(aa.comuneoperativo), upper(aa.provinciaoperativo), upper(aa.statoazienda), upper(aa.flagvalidazione), upper(aa.flagcesdir), upper(aa.flagcessazione)
The indexes on column in the where condition are present .
Thanks
Giuseppe
Received on Thu Apr 30 1998 - 03:28:47 CDT
![]() |
![]() |