Session

Back

Identifying Slow Queries and Fixing Them!

Date: 2016-09-14
Time: 21:00 - 21:50
Room: Ft. Worth 1
Level: Intermediate

We'll be looking at PostgreSQL configuration options (postgresql.conf) for logging and basic tuning parameters, going over EXPLAIN and EXPLAIN ANALYZE output for select queries (and the auto_explain module), what the EXPLAIN output means in terms of how the query is being executed, and then going over ways to improve the queries, including index creation, rewriting the query to allow PG to use a different plan, and how to tune parameters for specific queries.

Speaker

Stephen Frost