pg_aios
#
The <structname>pg_aios</structname> view lists all <xref
linkend="glossary-aio"/> handles that are currently in-use. An I/O handle
is used to reference an I/O operation that is being prepared, executed or
is in the process of completing. <structname>pg_aios</structname> contains
one row for each I/O handle.
《機械翻訳》pg_aios
ビューには、現在使用中のすべてのAsynchronous I/O・ハンドルがリストされます。
入出力ハンドルは、リファレンス中、実行中または完了プロセスにある入出力オペレーションをプリペアドするために使用されます。
pg_aios
包含入出力ハンドルごとに1行です。
This view is mainly useful for developers of <productname>PostgreSQL</productname>, but may also be useful when tuning <productname>PostgreSQL</productname>. 《機械翻訳》このビューは主にPostgreSQLの開発者に便利ですが、チューニングPostgreSQL。
表53.2 pg_aios
Columns
Column Type 列 型 Description 説明 |
---|
Process ID of the server process that is issuing this I/O. 《機械翻訳》このを発行するサーバプロセスのprocess id。 |
Identifier of the I/O handle. Handles are reused once the I/O
completed (or if the handle is released before I/O is started). On reuse
《機械翻訳》入出力識別子のハンドル。
入出力が完了すると(またはハンドルが解放されると、前入出力が開始されます)、ハンドルが再使用されます。
再使用時。
|
Generation of the I/O handle. 《機械翻訳》入出力ハンドルの生成。 |
State of the I/O handle: 《機械翻訳》入出力ハンドルの状態:。
|
Operation performed using the I/O handle: 《機械翻訳》オペレーションは、入出力ハンドルを使用して実行されました。
|
Offset of the I/O operation. 《機械翻訳》入出力オペレーションのオフセット。 |
Length of the I/O operation. 《機械翻訳》入出力オペレーションの長さ。 |
What kind of object is the I/O targeting: 《機械翻訳》どのようなオブジェクトを対象にしているのですか。
|
Length of the data associated with the I/O operation. For I/O to/from <xref linkend="guc-shared-buffers"/> and <xref linkend="guc-temp-buffers"/>, this indicates the number of buffers the I/O is operating on. 《機械翻訳》入出力長さに関連付けられているデータのオペレーション。 shared_buffersおよびtemp_buffersに対する入出力の場合、入出力が動作しているバッファの数を示します。 |
Low-level result of the I/O operation, or NULL if the operation has not yet completed. 《機械翻訳》入出力レベルの低オペレーションの結果、またはNULLがまだ完了していない場合はオペレーション。 |
High-level result of the I/O operation: 《機械翻訳》入出力レベルの高オペレーションの結果:。
|
Description of what the I/O operation is targeting. 《機械翻訳》入出力オペレーションがターゲットにしているものの説明。 |
Flag indicating whether the I/O is executed synchronously. 《機械翻訳》入出力が同期的に実行されるかどうかを示すフラグ。 |
Flag indicating whether the I/O references process local memory. 《機械翻訳》「フラグ」は、入出力がプロセスローカルメモリを参照するかどうかを示します。 |
Flag indicating whether the I/O is buffered I/O. 《機械翻訳》入出力がバッファ入出力かどうかを示すフラグ。 |
The <structname>pg_aios</structname> view is read-only.
《マッチ度[85.454545]》pg_cursors
ビューは読み取り専用です。
《機械翻訳》pg_aios
ビューは読み込み専用です。
By default, the <structname>pg_aios</structname> view can be read only by
superusers or roles with privileges of the
<literal>pg_read_all_stats</literal> role.
《マッチ度[86.163522]》デフォルトではpg_shmem_allocations
はスーパーユーザか、pg_read_all_stats
ロールの権限を持つロールだけが読み取りできます。
《機械翻訳》デフォルト別に見ると、pg_aios
ビューはスーパーユーザ、またはpg_read_all_stats
ロールの権限を持つロールによってのみ読み込み可能です。