Re: out of memory error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: out of memory error
Дата
Msg-id 2097.1281021521@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: out of memory error  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
Список pgsql-admin
Silvio Brandani <silvio.brandani@tech.sdb.it> writes:
>> "Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
>>> What query?

[ query with aggregates and GROUP BY ]

Does EXPLAIN show that it's trying to use a hash aggregation plan?
If so, try turning off enable_hashagg.  I think the hash table might
be ballooning far past the number of entries the planner expected.
Do you have an idea how many groups there should be in the query
result?

            regards, tom lane

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

Предыдущее
От: Silvio Brandani
Дата:
Сообщение: Re: out of memory error
Следующее
От: "xsun"
Дата:
Сообщение: The function of lock file named ".s.PGSQL..lock" on Linux?