Re: Analyze results in more expensive query plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Analyze results in more expensive query plan
Дата
Msg-id 6605.1558100135@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Analyze results in more expensive query plan  (Jeremy Altavilla <jeremyaltavilla@gmail.com>)
Ответы Re: Analyze results in more expensive query plan  (Jeremy Altavilla <jeremyaltavilla@gmail.com>)
Список pgsql-performance
Jeremy Altavilla <jeremyaltavilla@gmail.com> writes:
> We have several select statements whose performance is greatly improved by
> deleting some stats from pg_statistic.

You might have better results by setting up some "extended stats" for
the combination of bag_type columns that this query depends on.  Per your
description, there's a fair amount of cross-column correlation, which
the planner will not expect without some extended stats to tell it so.

https://www.postgresql.org/docs/10/planner-stats.html#PLANNER-STATS-EXTENDED

            regards, tom lane



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

Предыдущее
От: Kent Tong
Дата:
Сообщение: Re: using sequential scan instead of index for join with a union
Следующее
От: Mariel Cherkassky
Дата:
Сообщение: Trying to handle db corruption 9.6