翻訳と辞書
Words near each other
・ 実行教
・ 実行時
・ 実行時コンパイラ
・ 実行時型情報
・ 実行権
・ 実行機能
・ 実行機能障害
・ 実行犯
・ 実行者
・ 実行行為
実行計画
・ 実行輻射電力
・ 実行関税率表
・ 実装
・ 実見
・ 実視等級
・ 実視連星
・ 実親
・ 実解析
・ 実解析学


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

実行計画 : ミニ英和和英辞書
実行計画[じっこう]
=====================================
〔語彙分解〕的な部分一致の検索結果は以下の通りです。

: [み, じつ]
 【名詞】 1. fruit 2. nut 3. seed 4. content 5. good result 
実行 : [じっこう]
  1. (n,vs) practice 2. practise 3. performance 4. execution (e.g., program) (programme) 5. realization 6. realisation 7. implementation 
: [くだり, ぎょう]
 【名詞】 1. (1) line 2. row 3. (2) verse 
: [けい]
  1. (n,n-suf) plan 
計画 : [けいかく]
  1. (n,vs) plan 2. project 3. schedule 4. scheme 5. program 6. programme 
: [かく, が]
 【名詞】 1. stroke 

実行計画 ( リダイレクト:クエリ実行計画 ) : ウィキペディア日本語版
クエリ実行計画[くえりじっこうけいかく]
クエリ実行計画(くえりじっこうけいかく)とは、ユーザが発行した問い合わせに基づきDBMSが内部的に生成する情報であり、これによりDBMSの行うデータ処理がプログラム的に表される。〔ここでプログラム的に表されるとは、プログラムが実行計画に単純に従うことにより、実行計画が表すデータ処理を行えることを意味する。〕
DBMSはクエリ実行計画の生成にあたりクエリ最適化の処理を行い、最も効果的に処理できる(と判断された)クエリ実行計画を問い合わせから導き出す。
クエリ実行計画はDBMSがその機能を実現するための内部的な情報に過ぎないが、ユーザがチューニングを行うとき手がかりとなる情報を提供するために、多くのDBMSが実行計画の表示機能を提供する。
例としてApache Derbyの実行計画を以下に示す。

Statement Name:
null
Statement Text:
SELECT Country FROM Countries WHERE Region = 'Central America'
Parse Time: 10
Bind Time: 0
Optimize Time: 370
Generate Time: 10
Compile Time: 390
Execute Time: 0
Begin Compilation Timestamp : 2005-05-25 09:20:41.274
End Compilation Timestamp : 2005-05-25 09:20:41.664
Begin Execution Timestamp : 2005-05-25 09:20:41.674
End Execution Timestamp : 2005-05-25 09:20:41.674
Statement Execution Plan Text:
Project-Restrict ResultSet (2):
Number of opens = 1
Rows seen = 6
Rows filtered = 0
restriction = false
projection = true
constructor time (milliseconds) = 0
open time (milliseconds) = 0
next time (milliseconds) = 0
close time (milliseconds) = 0
restriction time (milliseconds) = 0
projection time (milliseconds) = 0
optimizer estimated row count: 11.90
optimizer estimated cost: 69.35
Source result set:
Table Scan ResultSet for COUNTRIES at read committed isolation level
using instantaneous share row locking chosen by the optimizer
Number of opens = 1
Rows seen = 6
Rows filtered = 0
Fetch Size = 16
constructor time (milliseconds) = 0
open time (milliseconds) = 10
next time (milliseconds) = 0
close time (milliseconds) = 0
next time in milliseconds/row = 0
scan information:
Bit set of columns fetched=
Number of columns fetched=2
Number of pages visited=3
Number of rows qualified=6
Number of rows visited=114
Scan type=heap
start position:
null stop position:
null qualifiers:
Column Id: 2
Operator: =
Ordered nulls: false
Unknown return value: false
Negate comparison result: false
optimizer estimated row count: 11.90
optimizer estimated cost: 69.35

== 参照 ==


category:データベース


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「クエリ実行計画」の詳細全文を読む

英語版ウィキペディアに対照対訳語「 Query plan 」があります。




スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.