Re: Maximum Performance Follow-up Question - Mailing list pgsql-admin

From Radu-Adrian Popescu
Subject Re: Maximum Performance Follow-up Question
Date
Msg-id 1011955340.26415.8.camel@rpopescu
Whole thread Raw
In response to Re: Maximum Performance Follow-up Question  ("Peter T. Brown" <peter@memeticsystems.com>)
Responses Re: Maximum Performance Follow-up Question  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-admin by date:

Previous
From: "omid omoomi"
Date:
Subject: Re: Database access right
Next
From: Stephan Szabo
Date:
Subject: Re: Vacuum and Vacuum analyse