Mysqlnd query result cache plugin (
mysqlnd_qc
)
2693
Statistic
Description
Version
may not be added to the cache
later on.
query_found_in_cache
Statement is considered
cacheable and we have found
it in the cache but we have not
replayed the cached data yet
and we have not send the result
set to the client yet. This is not
considered a cache hit because
the client might not fetch the
result or the cached data may be
faulty.
Since 1.0.0.
query_uncached_other
Statement is considered
cacheable and it may or may not
be in the cache already but either
replaying cached data has failed,
no result set is available or some
other error has happened.
query_uncached_no_table
Statement has not been cached
because the result set has at
least one column which has no
table name in its meta data.
An example of such a query is
SELECT SLEEP(1)
. To cache
those statements you have to
change default value of the
PHP configuration directive
mysqlnd_qc.cache_no_table
and set
mysqlnd_qc.cache_no_table
= 1
. Often, it is not desired to
cache such statements.
Since 1.0.0.
query_uncached_use_result
Statement would have been
cached if a buffered result set
had been used. The situation
is also considered as a cache
miss and
cache_miss
will be
incremented as well.
Since 1.0.0.
query_aggr_run_time_cache_hit
Aggregated run time (ms) of
all cached queries. Cached
queries are those which have
incremented
cache_hit
.
Since 1.0.0.
query_aggr_run_time_cache_put
Aggregated run time (ms) of all
uncached queries that have been
put into the cache. See also
cache_put
.
Since 1.0.0.
query_aggr_run_time_total
Aggregated run time (ms) of all
uncached and cached queries
that have been inspected and
executed by the query cache.
Since 1.0.0.
query_aggr_store_time_cache_hit
Aggregated store time (ms)
of all cached queries. Cached
Since 1.0.0.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...