Re: no MCV list of tiny table with unique columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: no MCV list of tiny table with unique columns
Дата
Msg-id 26162.1478117146@sss.pgh.pa.us
обсуждение исходный текст
Ответ на no MCV list of tiny table with unique columns  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: no MCV list of tiny table with unique columns
Список pgsql-performance
Justin Pryzby <pryzby@telsasoft.com> writes:
> I believe the join is being (badly) underestimated, leading to a crappy plan
> involving multiple nested loop joins, which takes 2.5 hours instead of a
> handful of seconds; I believe that might be resolved by populating its MCV
> list..

With only two rows in the table, I'm not real sure why you'd need an MCV
list.  Could we see the actual problem query (and the other table
schemas), rather than diving into the code first?

            regards, tom lane


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

Предыдущее
От: Joao Junior
Дата:
Сообщение: archive_command too slow.
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: no MCV list of tiny table with unique columns