pganalyze’s Post

If you’ve ever tried to debug a slow PostgreSQL query, then you know how challenging it can be to understand how the Postgres planner works and that it doesn't always choose the most optimal execution plan either. Comparing EXPLAIN plans manually becomes a game of pattern-matching and query trial-and-error. In this webinar, we’ll show you how to use new upcoming features in pganalyze to compare EXPLAIN plans where the analysis is done automatically, so that we can easily uncover common problems causing slow queries like inefficient nested loops, incorrect index usage, & large amounts of data loaded. We will also discuss ways of fixing queries, like rewriting them, changing statistics settings, or forcing a better plan. Register to join us live Wed. Nov. 13 at 10:30a PT or get the recording➡️ https://lnkd.in/gEWvVacB

Webinar | How to Compare Postgres Plans & Tune Slow Queries with pganalyze

Webinar | How to Compare Postgres Plans & Tune Slow Queries with pganalyze

events.zoom.us

To view or add a comment, sign in

Explore topics