Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Slow Full Table Scan on IOT
Joerg Lanzinger wrote:
>
> Hello,
>
> for performance testing I build two tables containing about 1M rows of
> generated data. One table as an IOT, the other with no special
> properties.
> It showed up that performing a full table scan on the IOT takes about
> 200 seconds, while the FTS on the 'normal' table finished after about 10
> seconds.
> (I'm using Oracle 8.0.3 on a Sun Enterprise, Solaris 2.6)
> Any suggestions to explain this phenomena?
>
> Thanks
> Joerg
>
> --
> ___ __
> \_ \ \ \ Joerg Lanzinger, Tankenrainer Str. 33, 82362 Weilheim
> _\ \ \ \__ EMail: joerg.lanzinger_at_in.tum.de
> \___\ \___\ WWW: http://www.in.tum.de/~lanzinge
>
> -=* REALITY.SYS maybe corrupt - Reboot universe (Y/N) ? *=-
Full table scans on "normal" tables can take advantage of the multiple read count (cf: init.ora) of database blocks...
index organised tables cannot.
--
"Some days you're the pigeon, and some days you're the statue." Received on Thu Jul 15 1999 - 06:59:14 CDT
![]() |
![]() |