Re: reindex and copy - deadlock?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: reindex and copy - deadlock?
Дата
Msg-id 13105.1088623982@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: reindex and copy - deadlock?  (Litao Wu <litaowu@yahoo.com>)
Ответы network address query
Список pgsql-performance
Litao Wu <litaowu@yahoo.com> writes:
> Since there are multiple databases and
> there are 170 postgres processes this morning,
> 60 of them are access the problem database,
> and 57 of 60 are non-idle.

> We only need to gdb those 57 processes, or
> we need gdb 60 or 170?

Potentially the deadlock could be anywhere :-(.  You should definitely
not assume it must be one of the processes connected to the problem
database, because the buffer pool is cluster-wide.

Might be worth setting up a shell script to help.

            regards, tom lane

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

Предыдущее
От: Litao Wu
Дата:
Сообщение: Re: reindex and copy - deadlock?
Следующее
От: Roger Ging
Дата:
Сообщение: Re: How can one see what queries are running withing a