【執行計劃】資料訪問方式,連線方式及方法
Table Access Operations
TABLE ACCESS FULL
The Oracle server reads all blocks
up to the high-water mark (HWM).
TABLE ACCESS BY ROWID
The Oracle server gets blocks that are identified
by an index lookup, or by a specified ROWID.
Index Access Operations
INDEX UNIQUE SCAN
– Returns a single key value
– Only if index is unique, for equality searches
INDEX RANGE SCAN
– Lookups that can return more than one row
INDEX FULL SCAN
– Retrieves all values
INDEX FAST FULL SCAN
– Scans all index blocks; can be parallel
INDEX SKIP SCAN
– Splits a composite index logically into smaller subindexes
and scans only the subindex of interest to the query
Join Methods
SORT-MERGE JOIN
– Sorts tables on the join key and then merges them
together
– Sorts are expensive
NESTED LOOPS
– Retrieves a row from one table and finds the
corresponding rows in the other table
– Usually best for small numbers of rows
HASH JOIN
– Build hash table in memory for smaller row source
– Hash larger row source
– Probe in-memory hash table for matches
– Hash joins are only considered by the CBO
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15747463/viewspace-1061202/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 執行計劃-資料訪問方式(全表掃描與4種索引的方式)索引
- Sqlserver執行計劃中表的四種連線方式SQLServer
- Oracle的執行計劃及資料存取方式 (ROWID,掃描方式等)Oracle
- 資料庫執行計劃和資料存取方式資料庫
- ADO.NET 連線方式進行資料訪問學習筆記筆記
- Mysql SQL最佳化系列之——執行計劃連線方式淺釋MySql
- 資料訪問連線池和執行緒池執行緒
- 資料庫表的連線方式及用法(一)資料庫
- Oracle資料庫連線方式Oracle資料庫
- SQLSERVER中得到執行計劃的方式SQLServer
- 獲取SQL執行計劃的方式:SQL
- 使用hostname方式連線資料庫!資料庫
- Oracle訪問表的執行計劃Oracle
- Oracle 執行計劃 訪問路徑Oracle
- jmeter 使用 ssh 方式訪問資料庫JMeter資料庫
- 【最佳化】explain plan for 方式存取執行計劃AI
- MySQL 簡潔連線資料庫方式MySql資料庫
- ASP,access資料庫連線方式大全資料庫
- Oracle資料庫中的表連線方式及使用場合Oracle資料庫
- 表連線方式及使用場合
- Oracle訪問索引的執行計劃(一)Oracle索引
- Oracle訪問索引的執行計劃(二)Oracle索引
- Oracle訪問索引的執行計劃(三)Oracle索引
- Oracle訪問索引的執行計劃(四)Oracle索引
- Oracle訪問索引的執行計劃(五)Oracle索引
- 資料庫訪問幾種方式對比資料庫
- mybatis連線資料庫的幾種方式MyBatis資料庫
- 各種資料庫的jdbc驅動下載及連線方式資料庫JDBC
- 行連線的處理方式指引
- ORACLE 連線方式Oracle
- Oracle連線方式Oracle
- 好程式設計師大資料學習路線分享hive的執行方式程式設計師大資料Hive
- AWR報告的收集和分析執行計劃的方式
- Android連線網路資料庫的方式Android資料庫
- Oracle 表訪問方式Oracle
- Oracle 索引訪問方式Oracle索引
- oracle表訪問方式Oracle
- web方式訪問sshWeb