10G預設optimizer_mode為all_rows
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).
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-970831/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 10g中的optimizer_mode引數的取值
- Oracle9i, 10g 優化模式 OPTIMIZER_MODEOracle優化模式
- ORACLE 10g的預設賬戶Oracle
- Optimizer_mode引數
- 引數OPTIMIZER_MODE
- OPTIMIZER_MODE Initialization Parameter
- 設定 Teredo 伺服器,預設為:伺服器
- 配置oracle 10g進入oem管理以及OEM預設埠Oracle 10g
- javascript為函式設定預設引數JavaScript函式
- 設定ibus為預設輸入法
- JS-preventDefault() 取消預設行為JS
- oracle 10g是否預設10分鐘收集一些資訊Oracle 10g
- 設定鎖定預設瀏覽器為IE瀏覽器
- AWS DocumentDB 如何設定為預設 write concern
- 為 protocol 中屬性新增預設值Protocol
- Mac 切換預設 PHP 版本為 MAMPMacPHP
- bootstrap 為什麼只能預設12列boot
- mac mysql修改預設時區為 utcMacMySql
- JavaScript禁止瀏覽器預設行為JavaScript瀏覽器
- Notepad++設定為預設應用程式
- OPTIMIZER_MODE、optimizer_index_cost_adjIndex
- 淺談optimizer_mode優化器模式優化模式
- win10怎麼把英文設定為預設輸入法_win10設定輸入法預設為英文教程Win10
- win10怎麼將potplayer設定為預設播放器_win10如何將potplayer設定為預設播放器Win10播放器
- HA(FAILSAFE)模式下ORACLE 10g 設為歸檔模式AI模式Oracle 10g
- 設定Maven預設的JDK為1.7,解決Update Maven Project預設為1.5和Maven打包報錯2個問題MavenJDKProject
- win10把酷我設為預設播放器設定方法 win10怎麼設定把酷我設為預設播放器Win10播放器
- 為什麼每個Java的類欄位預設要設為finalJava
- win10的foxmail怎麼設定為預設郵件程式 win10設定foxmail為預設郵件程式方法Win10AI
- Oracle9i,10g,11g 預設使用者統計Oracle
- Oracle 10g資料庫預設安裝應該注意的問題Oracle 10g資料庫
- Django中更改預設資料庫為mysqlDjango資料庫MySql
- Github預設分支由master變更為mainGithubASTAI
- MySQL修改表預設字符集行為MySql
- Android USB預設連線模式為MTPAndroid模式
- JavaScript阻止冒泡和取消事件預設行為JavaScript事件
- MySQL設定當前時間為預設值的方法MySql
- 設定myeclipse的預設編碼為utf-8Eclipse