Re: TO_DATE function causes table scan

From: <frank.van.bortel_at_gmail.com>
Date: 30 Mar 2006 23:55:39 -0800
Message-ID: <1143791739.676847.129740_at_i40g2000cwc.googlegroups.com>


[Quoted] Don't be obsessed with the use of an index; how did you come to the conclusion your query will be faster when it uses the index? 3500 rows is nothing, and tells nothing; what could tell something is which portion of the 3500 rows meets your criteria; CBO used to switch to FTS when more than 5-30% of the total records would be fetched. Also, values of optimizer_index_cost_adjust, optimizer_index_caching and db_file_multiblock_read_count are of importance.

A good document on that would be "The Search for Intelligent Life in the Cost-Based Optimizer" on
http://www.evdbt.com/SearchIntelligenceCBO.doc Received on Fri Mar 31 2006 - 09:55:39 CEST

Original text of this message