Re: Query using partitioned table hangs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query using partitioned table hangs
Дата
Msg-id 6531.1260205891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query using partitioned table hangs  (Rob W <digital_illuminati@yahoo.com>)
Ответы Re: Query using partitioned table hangs  (Rob W <digital_illuminati@yahoo.com>)
Список pgsql-general
Rob W <digital_illuminati@yahoo.com> writes:
> A re-post, since I'm really stuck on this and could use some advice on how to troubleshoot this...

Have you looked into pg_locks to see if it's blocked waiting for a lock?
The TRUNCATE in particular would require exclusive lock on the table,
so it could be waiting for some other process that's touched the table.

            regards, tom lane

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

Предыдущее
От: A B
Дата:
Сообщение: Help! xlog flush request is not satisfied
Следующее
От: Daniel
Дата:
Сообщение: Use a blob or not?