All Posts

The pganalyze Postgres Query Planner Presentation

The pganalyze team held a webinar on 2023-03-29 called “How to use the Postgres query planner to debug bad plans and speed up queries”.

On the Unreasonable Effectiveness of NULL Checks

If you filter for values on a NULLABLE column, strongly consider adding a NOT NULL check as well.