| 出力 | 説明 |
| Number of executions = 20 | 検索の実行回数 |
| Number of compilations = 1 | SQL コンパイラとオプティマイザーがステートメントを処理した回数 |
| Worst preparation time (ms) = 3 | 最悪のケース (コンパイラとオプティマイザーの処理) |
| Best preparation time (ms) = 3 | 最良のケース (コンパイラとオプティマイザーの処理) |
| Internal rows deleted = 0 | temp |
| Internal rows inserted = 0 | temp |
| Rows read = 0 | temp を含む |
| Internal rows updated = 0 | temp |
| Rows written = 0 | temp を含む |
| Statement sorts = 20 | このステートメントの実行中に DB2 がデータをソートした回数。通常は [Number of executions] と等しい。 |
| Statement sort overflows = 0 | ディスクにあふれるソートスペース (ソートに対しても適切ではないが、このことが発生した場合は本当に好ましくない) |
| Total sort time = 0 | Sec.ms -- すべての実行にわたってソートする場合の本当のコストを示す。この例では、ソートは効率的です。 |
| Buffer pool data logical reads = 0 | データ行を含むページが、ディスクからデータを読み込まずにアクセスされた回数 |
| Buffer pool data physical reads = 0 | データ行を含むページがアクセスされ、ディスクからデータが読み込まれた回数 |
| Buffer pool temporary data logical reads = 0 | 一時データ行 (ソートされたデータなど) を含むページが、ディスクからデータを読み込まずにアクセスされた回数 |
| Buffer pool temporary data physical reads = 0 | 一時データ行 (ソートされたデータなど) を含むページがアクセスされ、ディスクからデータが読み込まれた回数 |
| Buffer pool index logical reads = 1300 | 索引データを含むページが、ディスクからデータを読み込まずにアクセスされた回数 |
| Buffer pool index physical reads = 0 | 索引データを含むページがアクセスされ、ディスクからデータが読み込まれた回数 |
| Buffer pool temporary index logical reads = 0 | 一時索引データ (ソートされたデータなど) を含むページが、ディスクからデータを読み込まずにアクセスされた回数 |
| Buffer pool temporary index physical reads = 0 | 一時索引データ (ソートされたデータなど) を含むページがアクセスされ、ディスクからデータが読み込まれた回数 |
| Total execution time (sec.ms) = 0.104943 (across all executions) |  |
| Total user cpu time (sec.ms) = 0.100145 (") |  |
| Total system cpu time (sec.ms) = 0.010015 (") |  |