Re: Out of memory error when doing an update with IN clause

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of memory error when doing an update with IN clause
Дата
Msg-id 16516.1072728448@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Out of memory error when doing an update with IN clause  (Sean Shanny <shannyconsulting@earthlink.net>)
Ответы Re: Out of memory error when doing an update with IN clause
Список pgsql-general
Sean Shanny <shannyconsulting@earthlink.net> writes:
> As you can see I had to reduce the number of arguments in the IN clause
> to even get the explain.

You mean you get an out-of-memory error just from EXPLAIN (without
ANALYZE)??  That makes even less sense ... the hash table we identified
before should not be created or filled during EXPLAIN.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: An out of memory error when doing a vacuum full
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-advocacy] Is my MySQL Gaining ?