PECL/mysqlnd_qc: table pattern based query caching
Note: This article was originally published at Planet PHP
on 2 March 2012.
Cache all queries which match a schema pattern is one of the few visible feature additions to PECL/mysqlnd_qc 1.1, the client-side query cache plugin for the mysqlnd library. As usual, this client-side cache is mostly transparent, works with all PHP MySQL APIs (mysql, mysqli, PDO_MySQL) and, of course, supports various ...


