Re: Having query cache in core - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Having query cache in core
Date
Msg-id 20180512.005535.1387864539744910247.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: Having query cache in core  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
List pgsql-hackers
>> If any of the tables were modified, cache entries using the table must be
> removed.
>> (these are already implemented in Pgpool-II's in memory query cache)
> 
> How do you identify updates made from a pl/pgsql procedure?

Pgpool-II does not invalidate query cache in that case.

I think in-core query cache could deal with the case (probably as
Michael suggested).

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: PANIC during crash recovery of a recently promoted standby
Next
From: CK Tan
Date:
Subject: Re: Having query cache in core