Re: Adding nextval() to a select caused hang/very slow execution

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding nextval() to a select caused hang/very slow execution
Дата
Msg-id 1238445.1604518544@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Adding nextval() to a select caused hang/very slow execution  (Eric Raskin <eraskin@paslists.com>)
Список pgsql-performance
... btw, it occurs to me that at least as a stopgap,
"set enable_nestloop = off" would be worth trying.
The killer problem with rowcount-1 estimates is that they
encourage the planner to use nestloops when it shouldn't.

            regards, tom lane



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

Предыдущее
От: Eric Raskin
Дата:
Сообщение: Re: Adding nextval() to a select caused hang/very slow execution
Следующее
От: David Rowley
Дата:
Сообщение: Re: Partition pruning with joins