Statistics on function in predicates for CBO
- kyle Hailey
- Sep 3, 2009
- 1 min read
ASSOCIATE STATISTICS WITH FUNCTIONS my_function DEFAULT SELECTIVITY 0.1; ASSOCIATE STATISTICS WITH FUNCTIONS my_function DEFAULT COST (10000, 1000, 0) /* cpu,io,net */; http://www.oracle-developer.net/display.php?id=426#
Comments