Re: Profiling

Поиск
Список
Период
Сортировка
От Cory 'G' Watson
Тема Re: Profiling
Дата
Msg-id AD00D410-11CA-11D7-8929-0003939CCA58@cafes.net
обсуждение исходный текст
Ответ на Re: Profiling  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
Ответы Re: Profiling  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Re: Profiling  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Tuesday, December 17, 2002, at 07:49 AM, Shridhar Daithankar wrote:

> On Tuesday 17 December 2002 07:13 pm, you wrote:
>> On Tuesday, December 17, 2002, at 07:35 AM, Shridhar Daithankar wrote:
>>> What is the vacuum frequency?
>>
>> Every morning.  This db is almost exclusively INSERT and SELECT.
>> Well,
>> I take that back, a single table gets UPDATEs rather frequently.
>> Otherwise, INSERT only.
>
> i recommend a vacuum analyze per 1000/2000 records for the table that
> gets
> updated. It should boost the performance like anything..

By my math, I'll need to vacuum once every hour or so.  Cron, here I
come.

vacuumdb --table cached_metrics loggerithim

I assume I do not need a --analyze, since that table has no indexes.
Should I vacuum the entire DB?

Any other settings I should look at?  Note that I'm not necessarily
having any problems at present, but one can always tune.  This DB is
used with a web app (mod_perl/DBI) at the moment, but is moving to a
Java Swing client, which will give me much more data about performance.

Cory 'G' Watson


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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Profiling
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Profiling