Re: Re[2]: Perfomance decreasing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re[2]: Perfomance decreasing
Дата
Msg-id 16185.997992367@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re[2]: Perfomance decreasing  (Alexander Loginov <sas@mplik.ru>)
Ответы RE: Re[2]: Perfomance decreasing  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-general
Alexander Loginov <sas@mplik.ru> writes:
>     I  have only one small question. Can I do REINDEX during inserting
>     of  information  into  tables. Or I must block somehow updating of
>     tables.

Hmmm ... it looks like REINDEX only grabs AccessShareLock on the target
relation, which seems very wrong.  Hiroshi, doesn't it need to get a
stronger lock to prevent concurrent insertions?  For that matter,
shouldn't the lock be obtained a lot earlier, to ensure the table isn't
dropped partway through?  There's a lot of processing here that seems
to be executed while holding no lock at all :-(

            regards, tom lane

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

Предыдущее
От: "Gordon Campbell"
Дата:
Сообщение: Re: DeadLocks
Следующее
От: "Gordon Campbell"
Дата:
Сообщение: Re: DeadLocks