|
151 | 151 | <structfield>minmax_only</structfield> parameter set to <literal>true</literal> |
152 | 152 | and never been planned since. |
153 | 153 | </span> |
154 | | -《機械翻訳》ステートメントの計画に費やされた最小時間(ミリ秒単位)。 |
155 | | -このフィールドは、<code class="varname">pg_stat_statements.track_planning</code>が無効な場合、またはカウンタが<code class="function">pg_stat_statements_reset</code>関数を使用してリセットであり、<code class="structfield">minmax_only</code>パラメータが<code class="literal">true</code>に設定されており、それ以降計画されていない場合にゼロになります。 |
| 154 | +SQL文のプラン生成に費やした最小時間(ミリ秒単位) |
| 155 | +このフィールドは、<code class="varname">pg_stat_statements.track_planning</code>が無効な場合、または<code class="structfield">minmax_only</code>パラメータに<code class="literal">true</code>を設定した<code class="function">pg_stat_statements_reset</code>関数を使用してカウンタがリセットされ、それ以降プランが生成されていない場合にゼロになります |
156 | 156 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
157 | 157 | <code class="structfield">max_plan_time</code> <code class="type">double precision</code> |
158 | 158 | </p> |
|
165 | 165 | <structfield>minmax_only</structfield> parameter set to <literal>true</literal> |
166 | 166 | and never been planned since. |
167 | 167 | </span> |
168 | | -《機械翻訳》ステートメントの計画に費やされた最大時間(ミリ秒単位)。 |
169 | | -このフィールドは、<code class="varname">pg_stat_statements.track_planning</code>が無効な場合、またはカウンタが<code class="function">pg_stat_statements_reset</code>関数を使用してリセットであり、<code class="structfield">minmax_only</code>パラメータが<code class="literal">true</code>に設定されており、それ以降計画されていない場合にはゼロになります。 |
| 168 | +SQL文のプラン生成に費やした最大時間(ミリ秒単位) |
| 169 | +このフィールドは、<code class="varname">pg_stat_statements.track_planning</code>が無効な場合、または<code class="structfield">minmax_only</code>パラメータに<code class="literal">true</code>を設定した<code class="function">pg_stat_statements_reset</code>関数を使用してカウンタがリセットされ、それ以降プランが生成されていない場合にゼロになります |
170 | 170 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
171 | 171 | <code class="structfield">mean_plan_time</code> <code class="type">double precision</code> |
172 | 172 | </p> |
|
217 | 217 | <function>pg_stat_statements_reset</function> function with the |
218 | 218 | <structfield>minmax_only</structfield> parameter set to <literal>true</literal> |
219 | 219 | </span> |
220 | | -《機械翻訳》文を実行するために費やされた最小時間。 |
221 | | -このフィールドは、<code class="function">pg_stat_statements_reset</code>関数が<code class="structfield">minmax_only</code>パラメータを<code class="literal">true</code>に設定して実行した後、この文が最初に実行されるまでゼロになります。 |
| 220 | +SQL文の実行に費やした最小時間(ミリ秒単位) |
| 221 | +このフィールドは、<code class="structfield">minmax_only</code>パラメータに<code class="literal">true</code>を設定した<code class="function">pg_stat_statements_reset</code>関数を使用してリセットされた後、SQL文が最初に実行されるまでゼロになります |
222 | 222 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
223 | 223 | <code class="structfield">max_exec_time</code> <code class="type">double precision</code> |
224 | 224 | </p> |
|
230 | 230 | <function>pg_stat_statements_reset</function> function with the |
231 | 231 | <structfield>minmax_only</structfield> parameter set to <literal>true</literal> |
232 | 232 | </span> |
233 | | -《機械翻訳》文を実行するために費やされた最大時間(ミリ秒)。 |
234 | | -このフィールドは、<code class="function">pg_stat_statements_reset</code>関数が<code class="structfield">minmax_only</code>パラメータを<code class="literal">true</code>に設定して実行した後、この文が最初に実行されるまではゼロです。 |
| 233 | +SQL文の実行に費やした最大時間(ミリ秒単位) |
| 234 | +このフィールドは、<code class="structfield">minmax_only</code>パラメータに<code class="literal">true</code>を設定した<code class="function">pg_stat_statements_reset</code>関数を使用してリセットされた後、SQL文が最初に実行されるまでゼロになります |
235 | 235 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
236 | 236 | <code class="structfield">mean_exec_time</code> <code class="type">double precision</code> |
237 | 237 | </p> |
|
344 | 344 | Total time the statement spent reading shared blocks, in milliseconds |
345 | 345 | (if <xref linkend="guc-track-io-timing"/> is enabled, otherwise zero) |
346 | 346 | </span> |
347 | | -《マッチ度[84.172662]》SQL文がデータファイルブロックの読み取りに費やした総時間(ミリ秒単位) |
| 347 | +SQL文が共有ブロックの読み取りに費やした総時間(ミリ秒単位) |
348 | 348 | (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合。無効であればゼロ) |
349 | | -《機械翻訳》共有ブロックの読み込みにかかった合計時間 (ミリ秒単位) (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合、それ以外の場合はゼロ)。 |
350 | 349 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
351 | 350 | <code class="structfield">shared_blk_write_time</code> <code class="type">double precision</code> |
352 | 351 | </p> |
|
355 | 354 | Total time the statement spent writing shared blocks, in milliseconds |
356 | 355 | (if <xref linkend="guc-track-io-timing"/> is enabled, otherwise zero) |
357 | 356 | </span> |
358 | | -《マッチ度[84.172662]》SQL文がデータファイルブロックの書き出しに費やした総時間(ミリ秒単位) |
| 357 | +SQL文が共有ブロックの書き出しに費やした総時間(ミリ秒単位) |
359 | 358 | (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合。無効であればゼロ) |
360 | | -《機械翻訳》共有ブロックの書き込みにかかった合計時間 (ミリ秒単位) (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合、それ以外の場合はゼロ)。 |
361 | 359 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
362 | 360 | <code class="structfield">local_blk_read_time</code> <code class="type">double precision</code> |
363 | 361 | </p> |
|
366 | 364 | Total time the statement spent reading local blocks, in milliseconds |
367 | 365 | (if <xref linkend="guc-track-io-timing"/> is enabled, otherwise zero) |
368 | 366 | </span> |
369 | | -《マッチ度[84.782609]》SQL文がデータファイルブロックの読み取りに費やした総時間(ミリ秒単位) |
| 367 | +SQL文がローカルブロックの読み取りに費やした総時間(ミリ秒単位) |
370 | 368 | (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合。無効であればゼロ) |
371 | | -《機械翻訳》ステートメントがローカルブロックを読み取るのに費やした合計時間 (ミリ秒単位) (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a> が有効な場合、それ以外の場合はゼロ)。 |
372 | 369 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
373 | 370 | <code class="structfield">local_blk_write_time</code> <code class="type">double precision</code> |
374 | 371 | </p> |
|
377 | 374 | Total time the statement spent writing local blocks, in milliseconds |
378 | 375 | (if <xref linkend="guc-track-io-timing"/> is enabled, otherwise zero) |
379 | 376 | </span> |
380 | | -《マッチ度[84.782609]》SQL文がデータファイルブロックの書き出しに費やした総時間(ミリ秒単位) |
| 377 | +SQL文がローカルブロックの書き出しに費やした総時間(ミリ秒単位) |
381 | 378 | (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合。無効であればゼロ) |
382 | | -《機械翻訳》ローカルブロックの書き込みにかかった合計時間 (ミリ秒単位) (<a class="xref" href="runtime-config-statistics.html#GUC-TRACK-IO-TIMING">track_io_timing</a>が有効な場合、それ以外の場合はゼロ)。 |
383 | 379 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
384 | 380 | <code class="structfield">temp_blk_read_time</code> <code class="type">double precision</code> |
385 | 381 | </p> |
|
497 | 493 | <span class="original"> |
498 | 494 | Total number of tuple deform functions JIT-compiled by the statement |
499 | 495 | </span> |
500 | | -《マッチ度[70.588235]》SQL文がJITコンパイルされた関数の総数 |
501 | | -《機械翻訳》文によってJITコンパイルされたタプル変形関数の合計数 |
| 496 | +SQL文がJITコンパイルされたタプルデフォーム関数の総数 |
502 | 497 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
503 | 498 | <code class="structfield">jit_deform_time</code> <code class="type">double precision</code> |
504 | 499 | </p> |
|
507 | 502 | Total time spent by the statement on JIT-compiling tuple deform |
508 | 503 | functions, in milliseconds |
509 | 504 | </span> |
510 | | -《マッチ度[67.777778]》SQL文が関数のインライン化に費やした総時間(ミリ秒単位) |
511 | | -《機械翻訳》タプルのJITコンパイルに要した時間(ミリ秒単位)。 |
| 505 | +SQL文がJITコンパイルによる関数のタプルデフォームに費やした総時間(ミリ秒単位) |
512 | 506 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
513 | 507 | <code class="structfield">stats_since</code> <code class="type">timestamp with time zone</code> |
514 | 508 | </p> |
515 | 509 | <p> |
516 | 510 | <span class="original"> |
517 | 511 | Time at which statistics gathering started for this statement |
518 | 512 | </span> |
519 | | -《機械翻訳》この文に対して統計情報の収集が開始された時刻。 |
| 513 | +SQL文の統計情報収集が開始された時刻 |
520 | 514 | </p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition"> |
521 | 515 | <code class="structfield">minmax_stats_since</code> <code class="type">timestamp with time zone</code> |
522 | 516 | </p> |
|
528 | 522 | <structfield>min_exec_time</structfield> and |
529 | 523 | <structfield>max_exec_time</structfield>) |
530 | 524 | </span> |
531 | | -《機械翻訳》この文に対して最小/最大統計情報収集が開始された時刻(フィールド<code class="structfield">min_plan_time</code>、<code class="structfield">max_plan_time</code>、<code class="structfield">min_exec_time</code>、<code class="structfield">max_exec_time</code>)。 |
| 525 | +SQL文の最小/最大の統計情報収集が開始された時刻(<code class="structfield">min_plan_time</code>、<code class="structfield">max_plan_time</code>、<code class="structfield">min_exec_time</code>、<code class="structfield">max_exec_time</code> フィールド) |
532 | 526 | </p></td></tr></tbody></table></div></div><br class="table-break" /><p> |
533 | 527 | <span class="original"> |
534 | 528 | For security reasons, only superusers and roles with privileges of the |
|
787 | 781 | By default, this function can only be executed by superusers. |
788 | 782 | Access may be granted to others using <command>GRANT</command>. |
789 | 783 | </span> |
790 | | -《機械翻訳》<code class="function">pg_stat_statements_reset</code>は、指定された<code class="structfield">userid</code>、<code class="structfield">dbid</code>、<code class="structfield">queryid</code>に対応する<code class="filename">pg_stat_statements</code>までに収集された統計処理を破棄します。 |
791 | | -いずれかのパラメータが指定されていない場合、各パラメータにはデフォルト値<code class="literal">0</code>(無効)が使用され、他のパラメータを持つマッチの統計処理はリセットになります。 |
792 | | -パラメータが指定されていない場合、または指定したパラメータがすべて<code class="literal">0</code>(無効)の場合は、すべての統計処理が破棄されます。 |
793 | | -<code class="filename">pg_stat_statements</code>統計処理のすべてのビューが破棄された場合、<code class="structname">pg_stat_statements_info</code>リセットの統計処理も破棄されます。 |
794 | | -ビュー<code class="structfield">minmax_only</code>が<code class="literal">true</code>の場合、最小および最大の計画および実行時間の値のみがリセットになります(<code class="structfield">min_plan_time</code>、<code class="structfield">max_plan_time</code>、<code class="structfield">min_exec_time</code>、および<code class="structfield">max_exec_time</code>フィールド)。 |
795 | | -<code class="structfield">minmax_のみ</code>パラメータのデフォルト値は<code class="literal">false</code>です。 |
796 | | -最後に実行された分/最大リセットの時刻は、<code class="structname">pg_stat_statements</code>フィールドの<code class="structfield">minmax_stats_since</code> ビューに表示されます。 |
797 | | -この関数は、リセットの時刻を返します。 |
798 | | -対応するリセットが実際に実行された場合、この時間は<code class="structname">pg_stat_statements_info</code>フィールドの<code class="structfield">minmax_stats_since</code>ビュー、または<code class="structname">pg_stat_statements</code>フィールドの<code class="structfield">minmax_stats_since</code>ビューに保存されます。 |
799 | | -デフォルトでは、この関数はスーパーユーザのみが実行できます。 |
800 | | -アクセスは、<code class="command">GRANT</code>を使用して他者に付与することができる。 |
| 784 | +<code class="function">pg_stat_statements_reset</code>は指定された<code class="structfield">userid</code>、<code class="structfield">dbid</code>、<code class="structfield">queryid</code>に対応する<code class="filename">pg_stat_statements</code>によってこれまでに収集したすべての統計情報を削除します。 |
| 785 | +いずれかのパラメータを指定しないのであれば、デフォルト値<code class="literal">0</code>(無効)を使ってください。他のパラメータに一致する統計情報がリセットされます。 |
| 786 | +どのパラメータも指定しない、または、すべての指定されたパラメータが<code class="literal">0</code>(無効)ならば、すべての統計情報を削除します。 |
| 787 | +<code class="filename">pg_stat_statements</code>ビューのすべての統計情報が破棄された場合、<code class="structname">pg_stat_statements_info</code>ビューの統計情報もリセットされます。 |
| 788 | +<code class="structfield">minmax_only</code>が<code class="literal">true</code>の場合、最小および最大のプラン生成・実行時間の値のみリセットされます。(<code class="structfield">min_plan_time</code>、<code class="structfield">max_plan_time</code>、<code class="structfield">min_exec_time</code>、<code class="structfield">max_exec_time</code> フィールド)。 |
| 789 | +<code class="structfield">minmax_only</code>パラメータのデフォルト値は<code class="literal">false</code>です。 |
| 790 | +最後に実行された最小/最大のリセット時刻は、<code class="structname">pg_stat_statements</code>ビューの<code class="structfield">minmax_stats_since</code>フィールドに表示されます。 |
| 791 | +この関数は、リセット時刻を返します。 |
| 792 | +対応するリセットが実際に実行された場合、この時刻は<code class="structname">pg_stat_statements_info</code>ビューの<code class="structfield">minmax_stats_since</code>フィールド、または<code class="structname">pg_stat_statements</code>ビューの<code class="structfield">minmax_stats_since</code>フィールドに保存されます。 |
| 793 | +デフォルトでは、この関数はスーパーユーザのみ実行できます。 |
| 794 | +<code class="command">GRANT</code>を使ってアクセス権を他のユーザに付与できます。 |
801 | 795 | </p></dd><dt><span class="term"> |
802 | 796 | <code class="function">pg_stat_statements(showtext boolean) returns setof record</code> |
803 | 797 | <a id="id-1.11.7.40.8.2.2.1.2" class="indexterm"></a> |
|
0 commit comments