Re: More vacuum.c refactoring

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More vacuum.c refactoring
Дата
Msg-id 19783.1086931715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: More vacuum.c refactoring  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> Maybe we could establish heavier testing for this kind of change so
> potential patches can be tested extensively.  Concurrent vacuums with
> all kinds of imaginable operations (insert, updates, deletes), in tight
> loops, could be a start.

VACUUM FULL takes an exclusive lock, so it should not have to worry
about concurrent operations on the table.  What we have to think about
is the initial states it can see.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: More vacuum.c refactoring
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server: Clean up generation of default