Re: VACUUM FULL deadlock with backend startup

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: VACUUM FULL deadlock with backend startup
Дата
Msg-id AANLkTikTwk+dAQ7oVngPJVNwZQZbM8=PPXzZr5jCx4QL@mail.gmail.com
обсуждение исходный текст
Ответ на Re: VACUUM FULL deadlock with backend startup  (Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>)
Ответы Re: VACUUM FULL deadlock with backend startup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Mar 19, 2011 at 10:46 AM, Nikhil Sontakke
<nikhil.sontakke@enterprisedb.com> wrote:
> Not really a performance issue AFAICS. If the relcache init file exists,
> then the phase2 of the catalog cache which eventually calls the above code
> path is avoided.

Oh, that doesn't sound so bad, then.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: WIP patch: collation assignment algorithm rewrite
Следующее
От: hom
Дата:
Сообщение: Re: I am confused after reading codes of PostgreSQL three week