Re: New to postgres -' how to' tips needed - Mailing list pgsql-general

From Alan Hodgson
Subject Re: New to postgres -' how to' tips needed
Date
Msg-id 200808211250.47049@hal.medialogik.com
Whole thread Raw
In response to New to postgres -' how to' tips needed  ("Markova, Nina" <nmarkova@NRCan.gc.ca>)
List pgsql-general
On Thursday 21 August 2008, "Markova, Nina" <nmarkova@nrcan.gc.ca> wrote:
> Hi,
>
>
> I'm completely new to postgres. My main job will be to install and
> configure it properly and I'm not sure how much I can rely on the default
> values.
>
> Are there any good articles howto  install and configure postgres? I have
> found the online documentation but need something simple.

"install and configure it properly" and "simple" are mutually exclusive
requirements.

However, for the most part, if you configure it to match your real memory
availability (especially shared_buffers and work_mem) you'll usually get
decent performance (assuming whoever bought the server specced it
appropriately for the intended workload). The default settings are far too
conservative.

--
Alan

pgsql-general by date:

Previous
From: "c k"
Date:
Subject: Query performance difference
Next
From: Peter Billen
Date:
Subject: Re: SERIAL datatype