Re: Make recently inserted/updated records available in the buffer/cache

MichaelDBA <[email protected]> Mon, 2 Dec 2019 12:17:35 -0500
Newsgroups gmane.comp.db.postgresql.performance
Message-ID <[email protected]>
All updated/dirty records go through PG internal memory buffer, 
shared_buffers.  Make sure that is configured optimally.  Use 
pg_buffercache extension to set it correctly.

Regards,
Michael Vitale

Hüseyin Demir wrote on 12/2/2019 12:13 PM:
> I guess there won't be any adverse effect