Re: Configuration Advice

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Configuration Advice
Дата
Msg-id 6826.1169158297@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Configuration Advice  (Arjen van der Meijden <acmmailing@tweakers.net>)
Ответы Re: Configuration Advice
Список pgsql-performance
Arjen van der Meijden <acmmailing@tweakers.net> writes:
> PS, In case any of the planner-hackers are reading, here are the plans
> of the first two queries, just to see if something can be done to
> decrease the differences between them.

Increase work_mem?  It's not taking the hash because it thinks it won't
fit in memory ...

There is a bug here, I'd say: the rowcount estimate ought to be the same
either way.  Dunno why it's not, but will look --- I see the same
misbehavior with a toy table here.

            regards, tom lane

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

Предыдущее
От: "Jeremy Haile"
Дата:
Сообщение: Re: Autoanalyze settings with zero scale factor
Следующее
От: "Luke Lonergan"
Дата:
Сообщение: Re: [pgsql-advocacy] Postgres and really huge tables