Make recently inserted/updated records available in the buffer/cache - Mailing list pgsql-performance

From Sachin Divekar
Subject Make recently inserted/updated records available in the buffer/cache
Date
Msg-id CA+A8H7mJiWaohQv0k6Fv2i-nuRKyzDKu-J8vwp_DS72=zL-eCw@mail.gmail.com
Whole thread Raw
Responses Re: Make recently inserted/updated records available in the buffer/cache  (Hüseyin Demir <demirhuseyinn.94@gmail.com>)
List pgsql-performance
Hi, 

I am looking for tuning my PG setup such that recently inserted or updated record will be available in the buffer/cache (I believe they are same in this context). Does PostgreSQL do it by default? If yes, just increasing buffer size sufficient? What will be its effect on LRU performance -- I guess there won't be any adverse effect?

My use case is that I am going to use it as a queue and performance will be dependent upon whether the recently updated record is available in the cache.

Thank you.

regards
Sachin

pgsql-performance by date:

Previous
From: Aufar Gilbran
Date:
Subject: [External] Join queries slow with predicate, limit, and ordering
Next
From: Hüseyin Demir
Date:
Subject: Re: Make recently inserted/updated records available in the buffer/cache