Re: Anyone know any WP which explains about FTS vs Index Scan?
Date: Sat, 14 Apr 2018 15:03:51 -0400
Message-ID: <9a00e0fa-795e-b140-c805-69bc0ca1b025_at_gmail.com>
That is, as far as I remember, the 11th commandment on the tablets
handed to Moses on Mt. Sinai:
"Thou shalt always use index range scan"
In the beginning, there was a rule base optimizer, which used a ranked
list of access methods. The optimizer has always selected the access
method with the highest rank. Full table scan was at the bottom of the
list, single row scan by rowid and single row scan by PK were at the
very top of the list. Hash access methods were not on the list. And God
saw that RBO was good simple. But then the devil has created CBO and
made a set of complex rules which change from release to release.
However, it is ordained that faithful should still use RBO principles
and ignore CBO, statistics and all related devil's handiwork.
On 04/14/2018 11:19 AM, Frits Hoogland wrote:
> My question would be: why an index range scan MUST be used? What is
> the reason for this person to deem it mandatory?
--
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
--
http://www.freelists.org/webpage/oracle-l
Received on Sat Apr 14 2018 - 21:03:51 CEST