HP Neoview Release 2.5 Software User Manual
Page 111
Table E-5 QUERY_RUNTIME_STATS_V1_2400 Field Definitions (continued)
Description
Data Type
Field Name (* means available only in
this view)
Amount of “heap” type (dynamic)
memory, in kilobytes, allocated
(reserved) for query processes (master
executor and ESPs) at the beginning of
query execution. The processes that
execute the query request this memory
during execution, thus the amount can
change as the query runs. Maximum
value of SQL_HEAP_ALLOCATED
reached over the life of the query.
INTEGER SIGNED NO DEFAULT
SQL_HEAP_ALLOCATED*
1
Amount of “heap” type (dynamic)
memory, in kilobytes, actually used in
for query processes (master executor
and ESPs) at the beginning of query
execution. As the query executes, this
value can increase or decrease.
Maximum value of SQL_HEAP_USED
reached over the life of the query.
INTEGER SIGNED NO DEFAULT
SQL_HEAP_USED*
1
Amount of “space” type (static)
memory, in kilobytes, allocated
(reserved) for the Executor in Disk
(EID) disk processes involved in query
execution. This process is separate
from master and ESPs, and all the EID
memory counters are in addition to the
SQL memory counters. Maximum
value of EID_SPACE_ALLOCATED
reached over the life of the query.
INTEGER SIGNED NO DEFAULT
EID_SPACE_ALLOCATED*
1
Amount of “space” type (static)
memory, in kilobytes, actually used
for the Executor in Disk (EID) disk
processes involved in query execution.
Maximum value of EID_SPACE_USED
reached over the life of the query.
INTEGER SIGNED NO DEFAULT
EID_SPACE_USED*
1
Amount of “heap” type (dynamic)
memory, in kilobytes, allocated for the
Executor in Disk (EID) disk processes
involved in query execution.
Maximum value of
EID_HEAP_ALLOCATED reached
over the life of the query.
INTEGER SIGNED NO DEFAULT
EID_HEAP_ALLOCATED*
1
Amount of “heap” type (dynamic)
memory, in kilobytes, actually used
for the Executor in Disk (EID)
processes involved in query execution.
As the query executes, this value can
increase or decrease. Maximum value
of EID_HEAP_USED reached over the
life of the query.
INTEGER SIGNED NO DEFAULT
EID_HEAP_USED*
1
Usually the warning number that is
returned to the stats collector while
obtaining statistics from RMS. A
warning of 8922 means that one or
more nodes did not report the statistics
for the given query.
INTEGER SIGNED NO DEFAULT
STATS_ERROR_CODE*
Query Statistics for Pre-R2.4 SP1
111