[New feature] Force to make query cache.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 28 Sep 2024 13:34:57 +0000 (22:34 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 28 Sep 2024 13:34:57 +0000 (22:34 +0900)
commitbdbee93ceb9f1452f9eab56077c8041a68e53ba3
tree8432ba8ca225f7eae695ce490c181914cda0e236
parent4ac2f8801508922ef75c5f476b8edae988f635c1
[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
doc.ja/src/sgml/memcache.sgml
doc/src/sgml/memcache.sgml
src/include/query_cache/pool_memqcache.h
src/query_cache/pool_memqcache.c
src/test/regression/tests/006.memqcache/test.sh