Re: array_agg crash?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array_agg crash?
Дата
Msg-id 13990.1248190927@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array_agg crash?  ("Chris Spotts" <rfusca@gmail.com>)
Ответы Re: array_agg crash?
Список pgsql-general
"Chris Spotts" <rfusca@gmail.com> writes:
> That seems to have fixed it in the sense that it doesn't crash, but I killed
> it after 15 minutes and no results...rather I tried to kill it, but it looks
> like I'm going to have to -9 it...

How big were the arrays you were trying to push around here?  I tried
interrupting a similar query and it came right back; but if you were
building some really enormous arrays I could see the final array
build loop taking awhile, and there's no CHECK_FOR_INTERRUPTS in it...

            regards, tom lane

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: First query very slow. Solutions: memory, or settings, or SQL?
Следующее
От: David Kerr
Дата:
Сообщение: Re: killing processes