V$PX_PROCESS_SYSSTAT contains information about the sessions running parallel execution.
Column | Datatype | Description |
STATISTIC | VARCHAR2(30) | Name of the statistic:
If this value is large, then consider increasing the parameter. This will improve performance by avoiding the latency of PX server process creation.
If this number is equal to the PARALLEL_MAX_SERVERS initialization parameter, then consider increasing the parameter. This could allow you to increase your throughput, especially if your system is under-utilized and the V$SYSSTAT statistic "Parallel operations downgraded to serial" is large.
If this number is large, then you should determine the cause.
|
VALUE | NUMBER | Value of the statistic |
Oracle data dictionary views
Last updated: 2009-11-05 Thursday |