Method R Discussion Group

Method R helps developers, DBAs, and decision-makers optimize Oracle-based software in every phase of the software life cycle.

Discuss Method R products, techniques, and events.

Ask new questions or post your own responses.

Clustering Factor Increases - Webinar on 8/30/07

Is it possible to when the clustering factor increases on index which factor can generate this?
Becky Goodman Send private email
Thursday, August 30, 2007
 
 
I think the question is how the clustering factor number is calculated by the optimizer and how it influences the choice of explain plans.

You should probably read Chapter 5 of Jonathan Lewis's book on Cost Based Optimizer Fundamentals.

The clustering factor kicks in when the optimizer is evaluating a range scan on a B-Tree index. Clustering factor is a number and it indicates how the data is distributed in a table and tells whether doing a range scan and going to the table will be more expensive than doing a table scan.
Mahesh Vallampati Send private email
Friday, August 31, 2007
 
 
Thanks for your answer, but which causes set increase the clustering factor? Insert and update statement without the order clause set in  the index for example, Can be that a cause for the increment the clustering factor?
Thanks a lot in advance.
regards,

Alberto Frosi
Alberto Frosi Send private email
Tuesday, September 18, 2007
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Discussion Groups Main Page

Powered by FogBugz