Re: Tweaking PG (again)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tweaking PG (again)
Дата
Msg-id 25976.1226676180@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tweaking PG (again)  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
Список pgsql-general
"Phoenix Kiula" <phoenix.kiula@gmail.com> writes:
> 2. Is there a production equivalent of REINDEX? Last time I tried
> CREATE INDEX CONCURRENTLY overnight, by the morning it had croaked
> with these errors:

> ERROR:  deadlock detected
> DETAIL:  Process 6663 waits for ShareLock on transaction 999189656;
> blocked by process 31768.
> Process 31768 waits for ShareUpdateExclusiveLock on relation 50002 of
> database 41249; blocked by process 6663

Can't help you on that unless you can show us what else you were doing.
It's hard to see how the above could have happened unless the CREATE
INDEX CONCURRENTLY were inside a transaction that had already made other
updates that conflicted with what some other transaction wanted to do.

            regards, tom lane

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

Предыдущее
От: tv@fuzzy.cz
Дата:
Сообщение: Re: Tweaking PG (again)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Delete cascade trigger runs security definer