[pgpool-committers: 10158] pgpool: [New feature] Force to make query cache.

Tatsuo Ishii ishii at postgresql.org
Sat Sep 28 22:50:57 JST 2024


[New feature] Force to make query cache.

Recognize /*FORCE QUERY CACHE*/ SQL statement comment so that any read
only SELECT/with queries are cached. This is opposite to /*NO QUERY
CACHE*/ comment. This feature should be used carefully. See the manual
for more details.

Discussion: https://github.com/pgpool/pgpool2/issues/56

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bdbee93ceb9f1452f9eab56077c8041a68e53ba3

Modified Files
--------------
doc.ja/src/sgml/memcache.sgml                   | 87 +++++++++++++++++++++----
doc/src/sgml/memcache.sgml                      | 46 ++++++++++---
src/include/query_cache/pool_memqcache.h        |  3 +
src/query_cache/pool_memqcache.c                |  8 ++-
src/test/regression/tests/006.memqcache/test.sh |  6 ++
5 files changed, 129 insertions(+), 21 deletions(-)



More information about the pgpool-committers mailing list