Re: Maximum Performance Follow-up Question

From: Radu-Adrian Popescu <radu(dot)popescu(at)aldratech(dot)com>
To: "Peter T(dot) Brown" <peter(at)memeticsystems(dot)com>
Cc: Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Maximum Performance Follow-up Question
Date: 2002-01-25 10:42:20
Message-ID: 1011955340.26415.8.camel@rpopescu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 2002-01-24 at 20:47, Peter T. Brown wrote:
> That helps a great deal! I am learning about the 'run-fast' option in
> postgres: Increasing the shared_buffers is critical. Here is a copy of my
> postgresql.conf file. I'll make the increases you suggested, but is there
> anything else you can recomend?
>
> Thanks again,
>
> Peter
>
>
>
> postgresql.conf:
>
....
I belive you should set
fsync=false
in case you mainly select and do inserts rather rare. The ideea is to
keep/operate the db in/from memory, while fsync=true will get your
system to sync every write to hdd. Or at least that's what i understood
from the docs.

--

Radu-Adrian Popescu
CSA, DBA, Programmer

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2002-01-25 12:16:56 Re: Vacuum and Vacuum analyse
Previous Message Pablo Prieto 2002-01-25 10:38:51 Vacuum and Vacuum analyse