RE: Bad estimates

Поиск
Список
Период
Сортировка
От Alex Ignatov
Тема RE: Bad estimates
Дата
Msg-id 137f101d363a3$4b226240$e16726c0$@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Bad estimates  (Don Seiler <don@seiler.us>)
Список pgsql-performance

It doesnt help in this case.

 

--

Alex Ignatov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

 

From: Don Seiler [mailto:don@seiler.us]
Sent: Wednesday, November 22, 2017 5:49 PM
To: Artur Zając <azajac@ang.com.pl>
Cc: pgsql-performance@lists.postgresql.org
Subject: Re: Bad estimates

 

I'm assuming you never analyzed the table after creation & data load? What does this show you:

 

select * from pg_stat_all_tables where relname='xyz';

 

Don.

 

--

Don Seiler
www.seiler.us

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bad estimates
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Query became very slow after 9.6 -> 10 upgrade