Re: [HACKERS] What can we learn from MySQL?

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: [HACKERS] What can we learn from MySQL?
Дата
Msg-id 47097.192.154.91.225.1082735753.squirrel@192.154.91.225
обсуждение исходный текст
Ответ на Re: [HACKERS] What can we learn from MySQL?  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-advocacy
> On Fri, 23 Apr 2004 11:07:20 -0400
> Dave Cramer <pg@fastcrypt.com> wrote:
>> Does the current implementation of pg_autovacuum have a way of setting
>> windows where it is allowed to vacuum? Many large 24/7 will only allow
>> vacuumming at certain times of the day.
>
> It seems to me that the point of pg_autovacuum would be to run 24/7 so
> that there is never big hit on the system.  Perhaps it could be designed
> to throttle itself based on current system usage though.

Right, there has been some talk about taking the system load into account,
but no action yet.

One comment I failed to make in my last email was that there should be
less need to explictly disallow vacuum during peak periods since vacuum
will only be occuring on specific tables when needed, which will effect
the server for a much smaller period of time than a general vacuum command
that touches all the tables.

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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: [HACKERS] What can we learn from MySQL?
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [HACKERS] What can we learn from MySQL?