Re: add_path optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: add_path optimization
Дата
Msg-id 2506.1233761546@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: add_path optimization  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: add_path optimization
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> It's been about 23 hours and it's still running.  No apparent memory
> leakage.  No significant disk activity.  One CPU pegged (of the 16 on
> the machine).

Hmmm ... I wonder if it could be stuck in an infinite loop?  It's
probably just a horribly bad plan choice, but ...

> Would a stack trace be of any value?

If you can attach to the backend with gdb, try "bt", then "cont",
then wait a few seconds, then control-C and "bt" again.  Repeat
five or ten times and see if there's any consistency to the traces.
You should be able to just "quit" and leave the backend running
afterwards.
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: polyphase merge?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: add_path optimization