Oracle 5.0 Reference Manual page 2696

Table of Contents

Advertisement

int(0)
["min_store_time"]=>
int(0)
["max_store_time"]=>
int(0)
}
[2]=>
array(9) {
["query"]=>
string(46) "INSERT INTO test (id ) VALUES (? ), (? ), (? )"
["occurences"]=>
int(0)
["eligible_for_caching"]=>
bool(false)
["avg_run_time"]=>
int(0)
["min_run_time"]=>
int(0)
["max_run_time"]=>
int(0)
["avg_store_time"]=>
int(0)
["min_store_time"]=>
int(0)
["max_store_time"]=>
int(0)
}
[3]=>
array(9) {
["query"]=>
string(31) "SELECT id FROM test WHERE id =?"
["occurences"]=>
int(4)
["eligible_for_caching"]=>
bool(true)
["avg_run_time"]=>
int(179)
["min_run_time"]=>
int(11)
["max_run_time"]=>
int(393)
["avg_store_time"]=>
int(12)
["min_store_time"]=>
int(7)
["max_store_time"]=>
int(25)
}
}
The source distribution of PECL/mysqlnd_qc contains a directory
scripts can be found which give an example how to write a cache monitor. Please, follow the
instructions given in the source.
Since PECL/mysqlnd_qc 1.1.0 it is possible to write statistics into a log file. Please, see
mysqlnd_qc.collect_statistics_log_file.
20.7.7.4.9. Beyond TTL: user-defined storage
Copyright 1997-2012 the PHP Documentation Group. [2230]
The query cache plugin supports the use of user-defined storage handler. User-defined storage
handler can use arbitrarily complex invalidation algorithms and support arbitrary storage media.
All user-defined storage handlers have to provide a certain interface. The functions of the user-
defined storage handler will be called by the core of the cache plugin. The necessary interface consists
of seven public functions. Both procedural and object oriented user-defined storage handler must
implement the same set of functions.
Mysqlnd query result cache plugin (mysqlnd_qc)
web/
2676
in which web based monitoring

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents