This site is about a previous instance of this event. For the current event, please see the updated site.

Schedule - PGConf.EU 2016

Understanding PostgreSQL Query Plans (aka EXPLAIN)

Date: 2016-11-03
Time: 10:30–11:20
Room: Alfa 1
Level: Intermediate

One of the most complex parts of the PostgreSQL system is the planner and the optimizer. This talk will help you understand what happens when you ask the database to execute a query on your behalf. We will go over EXPLAIN, EXPLAIN ANALYZE, other ways of running EXPLAIN, how to adjust parameters to view alternative possible plans, and what the output and results mean.

Speaker

Stephen Frost