Re: FULL TABLE SCANS...

From: Arkady Tereshenkov <arkadiy_at_ostin.ru>
Date: 1997/11/18
Message-ID: <34719C8B.6F5A2080_at_ostin.ru>#1/1


> .... The bottom line is that if you want more than 20% of a table the
> probably a full table scan is more efficient, there are a number of
> caveats, it depends upon rows per block, degrees of parallism, is the
> data
> you need stored entirely in the index. The time you dont want full
> table
> scans are when just a few rows are needed.

Oracle recomended use INDEX if the amount of selected data less then 10% of totaldata in the table . This is usefull with PUSH_SUBQ hint too. Received on Tue Nov 18 1997 - 00:00:00 CET

Original text of this message