10G預設optimizer_mode為all_rows

tsinglee發表於2007-09-21

parameter optimizer_mode

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
optimizer_mode string all_rows
optimizer_mode establishes the default behavior for choosing an optimization
approach for the instance.
Values:
■ first_rows_n
The optimizer uses a cost-based approach and optimizes with a goal of best
response time to return the first n rows (where n = 1, 10, 100, 1000).
■ first_rows
The optimizer uses a mix of costs and heuristics to find a best plan for fast
delivery
of the first few rows.
■ all_rows
The optimizer uses a cost-based approach for all SQL statements in the session
and
optimizes with a goal of best throughput (minimum resource use to complete the
entire statement).

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-970831/,如需轉載,請註明出處,否則將追究法律責任。

相關文章