Re: Detect missing combined indexes (automatically) - Mailing list pgsql-performance

From Jim Finnerty
Subject Re: Detect missing combined indexes (automatically)
Date
Msg-id 1547308029438-0.post@n3.nabble.com
Whole thread Raw
In response to Detect missing combined indexes (automatically)  (Thomas Güttler <guettliml@thomas-guettler.de>)
List pgsql-performance
By the term 'combined indexes', do you mean a multi-column index, or a set of
single-column indexes that need to be combined by the planner?  What
methodology are you using to recommend missing indexes?

You may be able to enlist help from more people if you provide a specific
example of a query that you have that isn't performing well (with the
explain (analyze, verbose, buffers) plan on https://explain.depesz.com/),
the index(es) that improve performance (with the plan on
https://explain.depesz.com/), and the 'single index' tools / methodology
that you're currently using to suggest missing indexes.

   /Jim F



-----
Jim Finnerty, AWS, Amazon Aurora PostgreSQL
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-performance-f2050081.html


pgsql-performance by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: does dml operations load the blocks to the shared buffers ?
Next
From: Thomas Kellerer
Date:
Subject: Re: Detect missing combined indexes (automatically)