[pgpool-hackers: 61] Re: white/black lists for query cache

Tatsuo Ishii ishii at postgresql.org
Sat Apr 7 07:37:00 JST 2012


> I've been working on using whitelists and blacklists with the query
> cache and am wondering if there's interest in including that in the
> project.  I've been writing it against 3.1 (because that's what I had
> the source code for), so I'd need to port the changes to 3.1.2 and
> then fix an insane bug that's fairly easy to work around.
> 
> If there's no interest then I'll keep it as a fork.

Thanks but it's already in git master.

white_memqcache_table_list = ''
                                   # Comma separated list of table names to memcache
                                   # that don't write to database
                                   # Regexp are accepted
black_memqcache_table_list = ''
                                   # Comma separated list of table names not to memcache
                                   # that don't write to database
                                   # Regexp are accepted
--
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