Top
Enterprise Postgres 17 Operation Guide

12.3 Statistics View Displays the Action State

You can check the action state by using the existing statistics collector. Monitoring the statistics enables you to check the action state of parallel processing through, for example, changes in the system load.

The following table describes the column added to the statistics views:

pg_stat_all_tables

Column

Data type

Description

parallel_query

bigint

Number of parallel query initialized in the table.

The parallel query column has also been added to the following views:

See

Refer to "The Statistics Collector" in "Server Administration" in the PostgreSQL Documentation for information on the statistics collector and views.

Values will be set for the pgx_stat_sql view in Fujitsu Enterprise Postgres if parallel query is run.

See

Refer to "D.5 pgx_stat_sql" for information on pgx_stat_sql view.