Re: Detect missing combined indexes (automatically)

Поиск
Список
Период
Сортировка
От Jim Finnerty
Тема Re: Detect missing combined indexes (automatically)
Дата
Msg-id 1547308029438-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Detect missing combined indexes (automatically)  (Thomas Güttler <guettliml@thomas-guettler.de>)
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: does dml operations load the blocks to the shared buffers ?
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Detect missing combined indexes (automatically)