[pgpool-hackers: 333] Re: Remove on disk query cache

Tatsuo Ishii ishii at postgresql.org
Tue Aug 6 07:52:50 JST 2013


>> Hi
>> 
>> One of the items in pgpool-II TODO list is to remove the on disk query
>> cache.
>> Please find the attached patch for the removal of disk query cache.
> 
> Thanks. I will look into this.

Committed. However, I changed followings:

diff --git a/doc/pgpool-en.html b/doc/pgpool-en.html
index 33ea5ac..0e9d889 100644
--- a/doc/pgpool-en.html
+++ b/doc/pgpool-en.html
@@ -2562,9 +2562,9 @@ A sample service-configuration file is installed as "share/pgpool.pam" under the
 
 <!-- ================================================================================ -->
 
-<h1 id="query_cache">Setting Query cache method <span class="version">- V3.1 (DEPRECATED)</span></h1>
+<h1 id="query_cache">Setting Query cache method <span class="version">- V3.3 (REMOVED)</span></h1>
 
-<strong>Caution: this (on disk) query cache functionality will be removed in the near future.
+<strong>Caution: this (on disk) query cache functionality is removed from V3.3.
 Please use <a href="#memqcache">on memory query cache</a> instead.
 </strong>

Apparently V3.3 should be read as V3.4.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list