Re: Append Cost in query planners

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Append Cost in query planners
Дата
Msg-id 4724D34C.1000606@enterprisedb.com
обсуждение исходный текст
Ответ на Append Cost in query planners  ("Nimesh Satam" <nimesh.zedo@gmail.com>)
Ответы Re: Append Cost in query planners  ("Nimesh Satam" <nimesh.zedo@gmail.com>)
Список pgsql-performance
Nimesh Satam wrote:
> Following is the full plan of the query using partition. Let me know if you
> need any further information.

What indexes are there on the table partitions? You didn't post the
query, but it looks like your doing a join between rpt_network and the
partitioned table. An index on the join key might help...

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: partitioned table and ORDER BY indexed_field DESCLIMIT 1
Следующее
От: Sami Dalouche
Дата:
Сообщение: Outer joins and Seq scans