Got Bit by A Docker Default on my Postgres Container, Interesting Story, let us discuss!

The Backend Engineering Show with Hussein Nasser

Episode | Podcast

Date: Sun, 03 Jan 2021 00:07:16 GMT

<p>While working on a Postgres docker container executing some queries I noticed that my index-only scan query is hitting the heap which it shouldn't. After digging deep I found that it's the shared memory that docker allocates by default. Defaults are never enough, very interesting train of thought that I thought I’d share with you &nbsp;The Blog I found that helped me find it https://blog.makandra.com/2018/11/investigating-slow-postgres-index-only-scans/</p>