Mysqlnd query result cache plugin (
mysqlnd_qc
)
2658
20.7.7.1. Key Features
Copyright 1997-2012 the PHP Documentation Group. [2230]
• Transparent and therefore easy to use
• supports all PHP MySQL extensions
• no API changes
• very little application changes required
• Flexible invalidation strategy
• Time-to-Live (TTL)
• user-defined
• Storage with different scope and life-span
• Default (Hash, process memory)
•
APC
• MEMCACHE
• sqlite
• user-defined
• Built-in slam defense to prevent cache stampeding.
20.7.7.2. Limitations
Copyright 1997-2012 the PHP Documentation Group. [2230]
The current 1.0.1 release of PECL mysqlnd_qc does not support PHP 5.4. Version 1.1.0-alpha lifts this
limitation.
Prepared statements and unbuffered queries are fully supported. Thus, the plugin is capable of caching
all statements issued with
mysqli
or
PDO_MySQL
, which are the only two PHP MySQL APIs to offer
prepared statement support.
20.7.7.3. On the name
Copyright 1997-2012 the PHP Documentation Group. [2230]
The shortcut
mysqlnd_qc
stands for
mysqlnd query cache plugin
. The name was chosen for a
quick-and-dirty proof-of-concept. In the beginning the developers did not expect to continue using the
code base. Sometimes PECL/mysqlnd_qc has also been called
client-side query result set
cache
.
20.7.7.4. Quickstart and Examples
Copyright 1997-2012 the PHP Documentation Group. [2230]
The mysqlnd query cache plugin is easy to use. This quickstart will demo typical use-cases, and
provide practical advice on getting started.
It is strongly recommended to read the reference sections in addition to the quickstart. It is safe to
begin with the quickstart. However, before using the plugin in mission critical environments we urge
you to read additionally the background information from the reference sections.
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 ...