Re: True ACID under linux (no fsync)?

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: True ACID under linux (no fsync)?
Date: 2000-10-31 17:36:22
Message-ID: 006a01c04361$1720fb20$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Use the "-F" option.
>
> I start PostgreSQL with this line:
> su -l postgres -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster -o
> '-i -B 4096 -o -F' start >/dev/null 2>&1" < /dev/null

Interesting... trying to start postgres 7.0.2 with the "-F" simply returns
a list of options to me, as if it can't understand it. It sure does sound
appealing to me, though. With a few hundred megs of disk cache (between the
kernel and the RAID controller), I've always wished that PostgreSQL would
take advantage of it when writing. : )

steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dominic J. Eidson 2000-10-31 17:48:04 Re: True ACID under linux (no fsync)?
Previous Message Poul L. Christiansen 2000-10-31 16:50:07 Re: True ACID under linux (no fsync)?