Re: Vacuum, Freeze and Analyze: the big picture

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Vacuum, Freeze and Analyze: the big picture
Дата
Msg-id 51ACD9C6.1090203@agliodbs.com
обсуждение исходный текст
Ответ на Vacuum, Freeze and Analyze: the big picture  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Vacuum, Freeze and Analyze: the big picture  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
>> Also, locking while it does its work.
> 
> Eh?

Even if we're doing lazy vacuum, we have to lock a few pages at a time
of each table.  This does result in response time delays on the current
workload, which can be quite bad if it's a highly contended table already.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Миша Тюрин
Дата:
Сообщение: Re[2]: [HACKERS] Re: [HACKERS] high io BUT huge amount of free memory
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Vacuum, Freeze and Analyze: the big picture