Re: [PERFORM] why we do not create indexes on master

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [PERFORM] why we do not create indexes on master
Дата
Msg-id 20161227160427.GA2843@tux
обсуждение исходный текст
Ответ на [PERFORM] why we do not create indexes on master  (Valerii Valeev <valerii.valeev@mail.ru>)
Список pgsql-performance
Valerii Valeev <valerii.valeev@mail.ru> wrote:

> Dear colleagues,
>
> can anyone please explain, why we do not create indexes on master?
> In my case master / child design blindly follows partitioning guide https://
> www.postgresql.org/docs/9.6/static/ddl-partitioning.html.
> My collaborator was unhappy with performance of queries over master table with
> filtering by one of fields
>
> SELECT * FROM “master" WHERE “field" BETWEEN x AND y
>
> (there are indexes for “field” on child tables).
> He has created index on master once and found that the query returns 100x
> faster.

please show us explain analyse with/without index on master.



Regards, Andreas Kretschmer
--
Andreas Kretschmer
http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-performance по дате отправления:

Предыдущее
От: Valerii Valeev
Дата:
Сообщение: [PERFORM] why we do not create indexes on master
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [PERFORM] why we do not create indexes on master