Re: Autovacuum in the backend

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Autovacuum in the backend
Дата
Msg-id d8tblj$15mi$1@news.hub.org
обсуждение исходный текст
Ответ на Autovacuum in the backend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Autovacuum in the backend  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes:
>
> Yeah --- a libpq-based solution is not what I think of as integrated at
> all, because it cannot do anything that couldn't be done by the existing
> external autovacuum process.  About all you can buy there is having the
> postmaster spawn the autovacuum process, which is slightly more
> convenient to use but doesn't buy any real new functionality.
>

One reason of not using lib-pq is that this one has to wait for the
completion of each vacuum (we don't has async execution in libpq right?),
but by signaling does not.

But by signaling, we have to detect that if the forked backend successfully
done its job. I am not sure how to easily incorporate this into current
signaling framework.

Regards,
Qingqing




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Escape handling in strings
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Autovacuum in the backend