beautypg.com

HP Neoview Release 2.5 Software User Manual

Page 25

background image

Table 3-1 QUERY_STATS_VW2 Field Definitions (continued)

Description

Data Type

Field Name

Estimated number of rows to be accessed by
SELECT statements from Disk Process at
runtime by EID (Executor in Disk Process).
For Insert/Update/Delete statements, the
value is reported as 0.0.

DOUBLE PRECISION
DEFAULT NULL

EST_ACCESSED_ROWS

Estimated number of rows to be returned by
EID (Executor in Disk Process) after applying
selection predicates based on SELECT
statements. For Insert/Update/Delete
statements, the value is reported as 0.0.

DOUBLE PRECISION
DEFAULT NULL

EST_USED_ROWS

Estimate of the number of seconds of I/O
time (seeks plus data transfer) to perform
the I/O for this query. The estimate occurs
at the time the query is prepared.
Example: 0.0

DOUBLE PRECISION
DEFAULT NULL

EST_IO_TIME

Estimate of the number of seconds required
for the messaging for this query, including
local and remote messages, and the amount
of data sent. The estimate occurs at the time
the query is prepared.
Example: 0.0

DOUBLE PRECISION
DEFAULT NULL

EST_MSG_TIME

Estimate of the number of seconds to wait
for an operation to complete, (e.g., opening
a table or starting a process). The estimate
occurs at the time the query is prepared.
Example: 0.0

DOUBLE PRECISION
DEFAULT NULL

EST_IDLE_TIME

Estimate of the number of seconds of
processor time it might take to execute
instructions for this operator. The estimate
occurs at the time the query is prepared.
Example: 1.74125E-6

DOUBLE PRECISION
DEFAULT NULL

EST_NODE_TIME

Estimated time in seconds for the SQL
operations for this query. This estimate
includes estimates of I/O time, Message time,
and Node time, and does not include Idle
time. The estimate occurs at the time the
query is prepared.

Example: 1.74125E-6

DOUBLE PRECISION
DEFAULT NULL

EST_TOTAL_TIME

Estimate, in kilobytes, of the memory that
the query plan will use. The value is
computed based on operators that could
potentially consume large amounts of
memory: Hash Join, Hash Groupby, Sort,
Merge Join and Sequence.
Example: 0.0

DOUBLE PRECISION
DEFAULT NULL

EST_TOTAL_MEM

Estimate of the number of seconds of
processor time it might take to execute the
query. The estimate occurs at the time the
query is prepared.

NOTE:

For future use. Currently zero (0).

INTEGER DEFAULT
NULL

EST_RESOURCE_USAGE

Determines whether this is an aggregated
record. Yes/No

CHAR(3) DEFAULT
NULL

QAG_OPTION

Total number of queries aggregated.

LARGEINT DEFAULT
NULL

QAG_TOTAL

Query Statistics

25