Re: Why pgAdmin III guru suggests VACUUM in 8.1 - Mailing list pgsql-general

From Andrus
Subject Re: Why pgAdmin III guru suggests VACUUM in 8.1
Date
Msg-id dmkoe4$53j$1@news.hub.org
Whole thread Raw
In response to Why pgAdmin III guru suggests VACUUM in 8.1  ("Andrus Moor" <eetasoft@online.ee>)
Responses Re: Why pgAdmin III guru suggests VACUUM in 8.1  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
>> No. autovacuum is turned ON by default in 8.1 XP
> Hrm, interesting that it's different than on Unix.

Why major functionality is configured differently in different platforms ?
This increases the cost of initial tuning when mixed platforms are used.

> Initial tuning != maintenance. Many of PostgreSQL's default settings are
> extremely conservative and will benefit from being increased on almost
> any hardware. There's extensive discussion of this to be found in the
> pgsql-performance archives, but take a look at shared_buffers and
> work_memory at a minimum.

I need to create installation for dumb users to ship DBMS with my
application.
So manual initial tuning is not possible.

How to force Postgres to use reliable settings by default?

How to use

shared_buffers=auto
work_memory =auto

in conf file ?

Andrus.



pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: memory leak under heavy load?
Next
From: frank church
Date:
Subject: How to change database owner in 7.4