Re: BUG #16109: Postgres planning time is high across version - 10.6vs 10.10

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: BUG #16109: Postgres planning time is high across version - 10.6vs 10.10
Дата
Msg-id 20191113184213.yexnib6cbxpkmmwq@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: BUG #16109: Postgres planning time is high across version -10.6 vs 10.10  (Mukesh Chhatani <chhatani.mukesh@gmail.com>)
Ответы Re: BUG #16109: Postgres planning time is high across version - 10.6vs 10.10  (Mukesh Chhatani <chhatani.mukesh@gmail.com>)
Список pgsql-bugs
Hi,

On 2019-11-13 11:37:30 -0700, Mukesh Chhatani wrote:
> FYI.. default_statistics_target was set to 10000 but I changed it 100 and
> even to 1000 and still planning time was high.

Note that you'd need to ANALYZE the involved tables before that change
actually would effect planning time.


> Update I was able to resolve the problem by changing - partitioned tables to
> single table and changing data type of 2 columns used in the joins from
> varchar to varchar(50).

That's not going to be the fix. There's no efficiency difference between
those. It's more likely that, that the different statistics target would
have taken effect after the alter table etc.

- Andres



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

Предыдущее
От: Mukesh Chhatani
Дата:
Сообщение: Re: BUG #16109: Postgres planning time is high across version -10.6 vs 10.10
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [BUG] Uninitializaed configOut.leafType used.