Re: VACUUM FULL deadlock with backend startup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: VACUUM FULL deadlock with backend startup
Дата
Msg-id 16023.1300602276@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: VACUUM FULL deadlock with backend startup  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: VACUUM FULL deadlock with backend startup  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> 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.

I want to take a closer look at this one because I thought I'd covered
all those issues in the last go-round.  But right offhand Nikhil's
analysis seems sane.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Sync Rep and shutdown Re: Sync Rep v19
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: I am confused after reading codes of PostgreSQL three week