This is pretty basic subject matter, but I was not aware of the FORMAT YAML parameter added to EXPLAIN in Pg 9.0. Sure makes reading a query plan a lot nicer.
FORMAT YAML
EXPLAIN
This might as well have been called common idioms, so it would reach a wider audience that doesn’t know how to postgres…
This is pretty basic subject matter, but I was not aware of the
FORMAT YAMLparameter added toEXPLAINin Pg 9.0. Sure makes reading a query plan a lot nicer.This might as well have been called common idioms, so it would reach a wider audience that doesn’t know how to postgres…