Optimizer Statistics
Optimizer statistics are a collection of data that describe details about the database and the objects in the database. The statistics provide a statistically correct picture of data storage and distribution usable by the optimizer when evaluating access paths.
These are the statistics that the optimizer uses to determine which plan is the best. Information gathered includes number of rows, distributions, histograms and other information.