Oracle 5.0 Reference Manual page 2708

Table of Contents

Advertisement

Mysqlnd query result cache plugin (mysqlnd_qc)
metadata
array
2688
Property
Description
* ((run_time -
avg_run_time)
+ (store_time -
avg_store_time)).
Store time of the
store_time
statements result set
to which the cache
entry belongs. This
is the time it took
to fetch and store
the results of the
uncached statement.
Minimum run time of
min_run_time
the cached statement.
How long it took to
find the statement in
the cache.
Minimum store time of
min_store_time
the cached statement.
The time taken for
fetching the cached
result set from the
storage medium and
decoding
Average run time of
avg_run_time
the cached statement.
Average store time of
avg_store_time
the cached statement.
Average run time of
max_run_time
the cached statement.
Average store time of
max_store_time
the cached statement.
Timestamp when the
valid_until
cache entry expires.
Metadata of the cache entry.
This is the metadata provided by
MySQL together with the result
set of the statement in question.
Different versions of the MySQL
server may return different
metadata. Unlike with some of
the PHP MySQL extensions no
attempt is made to hide MySQL
server version dependencies and
version details from the caller.
Please, refer to the MySQL C
API documentation that belongs
to the MySQL server in use for
further details.
The metadata list contains one
entry for every column.
Version
Since
1.0.0.
Since
1.0.0.
Since
1.0.0.
Since
1.0.0.
Since
1.0.0.
Since
1.0.0.
Since
1.0.0.
Since
1.1.0.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents