Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Difference between build index and gather stat
you can assume that the cost based optimizer will use the information
available to try to provide an optimal execution plan.
if you leave it (the CBO) to assume that there are say 1000 rows that will be read in a single multiblock read because the stats have not been updated ... suffer the consequences.
The load routine should gather stats (cascade) after the load.
-bdbafh Received on Wed Apr 19 2006 - 00:13:02 CDT