Re: Performance problems testing with Spamassassin 3.1.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problems testing with Spamassassin 3.1.0
Дата
Msg-id 19405.1122670917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance problems testing with Spamassassin 3.1.0  (Andrew McMillan <andrew@catalyst.net.nz>)
Ответы Re: Performance problems testing with Spamassassin 3.1.0  (Matthew Schumacher <matt.s@aptalaska.net>)
Список pgsql-performance
Andrew McMillan <andrew@catalyst.net.nz> writes:
> On Fri, 2005-07-29 at 09:37 -0800, Matthew Schumacher wrote:
>> How often should this table be vacuumed, every 5 minutes?

> I would be tempted to vacuum after each e-mail, in this case.

Perhaps the bulk of the transient states should be done in a temp table,
and only write into a real table when you're done?  Dropping a temp
table is way quicker than vacuuming it ...

            regards, tom lane

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

Предыдущее
От: Matthew Schumacher
Дата:
Сообщение: Re: Performance problems testing with Spamassassin 3.1.0
Следующее
От: Matthew Schumacher
Дата:
Сообщение: Re: Performance problems testing with Spamassassin 3.1.0