Re: Why pgAdmin III guru suggests VACUUM in 8.1

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why pgAdmin III guru suggests VACUUM in 8.1
Date: 2005-11-30 17:12:29
Message-ID: dmkoe4$53j$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2005-11-30 17:12:35 Re: Limits
Previous Message Stefan Balzter 2005-11-30 16:05:52 Re: Tablespaces with Windows 2000