Tagged Content List
  • Blog Post: Challenges and Chances of the 11g Query Optimizer

    Challenges and Chances of the 11g Query Optimizer is the name of a presentation I gave at several events (e.g. Trivadis Performance Days, Oracle OpenWorld, DOAG Konferenz, UKOUG Conference) throughout 2011. Its abstract is the following: With every new release, the query optimizer is enhanced. Oracle...
  • Blog Post: Does CREATE INDEX Gather Global Statistics?

    You can add the COMPUTE STATISTICS clause to the CREATE INDEX statement. It instructs the SQL statement to gather and store index statistics in the data dictionary, while creating the index. This is useful because the overhead associated with the gathering of statistics while executing this SQL statement...
  • Blog Post: Granularity ‘APPROX_GLOBAL AND PARTITION’

    The patchset 11.1.0.7 introduces in the package DBMS_STATS a new value for the parameter GRANULARITY. The description provided by the development team in $ORACLE_HOME/rdbms/admin/dbmsstat.sql is the following: 'APPROX_GLOBAL AND PARTITION' - This option is similar to 'GLOBAL AND PARTITION'...
Page 1 of 1 (3 items)