<div dir="auto">I am talking about two different pgpools instances. </div><div dir="auto"><br></div><div dir="auto">Let say the following :</div><div dir="auto">Pgpool A - select from t1 … (saved in cache and the table oid stored in pgpool A file system)</div><div dir="auto"><br></div><div dir="auto">Pgpool B - update t1 … ( invalidation should occure but the oid for the table t1 stored in pgpool A)</div><div dir="auto"><br></div><div dir="auto">Do pgpool support a mechanism to share this information between pgpool instances? </div><div dir="auto"><br></div><div dir="auto">Thanks, </div><div dir="auto"><br></div><div dir="auto">Avi.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 3 May 2022 at 15:31 Tatsuo Ishii <<a href="mailto:ishii@sraoss.co.jp">ishii@sraoss.co.jp</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Hi,<br>
<br>
> In case I am using multiple piggy pools with central memcached. How piggy<br>
> pools share the table oids which stored on specific piggy pool?<br>
<br>
Assuming all the pgpool processes are forked off by the same pgpool<br>
parent process, they share the table oids under<br>
log/pgpool/oiddir/<database oid>/<table oid>.<br>
<br>
See the source code comment for pool_get_database_oid().<br>
<br>
Best reagards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.jp</a><br>
</blockquote></div></div>