Re: Update blocking a select count(*)?

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Update blocking a select count(*)?
Дата
Msg-id CAEYLb_WqEecnjr5o0DoNh15kNF_FXGkErVKw7fCGM5xxNLmrvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Update blocking a select count(*)?  (Benedict Holland <benedict.m.holland@gmail.com>)
Ответы Re: Update blocking a select count(*)?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
On 15 June 2012 19:22, Benedict Holland <benedict.m.holland@gmail.com> wrote:
> Do I seem to have this right and is there anything I can do?

There are a couple of maintenance operations that could block a
select. Do you see any AccessExclusive locks within pg_locks? That's
the only type of lock that will block a select statement's AccessShare
lock.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

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

Предыдущее
От: Benedict Holland
Дата:
Сообщение: Update blocking a select count(*)?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Update blocking a select count(*)?