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

2019-12-03 Thread Sachin Divekar
Thank you, Michaels. . I didn't know about fillfactor and table bloat. Did some reading on those topics. We will definitely need to tweak these settings. I am also going to use SKIP LOCKED to _select for update_. Any suggestions on tuning parameters for SKIP LOCKED? Thanks On Tue, Dec 3, 2019 at

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

2019-12-02 Thread Sachin Divekar
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 g