Re: Disable WAL completely - Mailing list pgsql-performance

From Erik Jones
Subject Re: Disable WAL completely
Date
Msg-id 3C31118E-D5EB-4F3A-ACB8-50F17F195EA5@myemma.com
Whole thread Raw
In response to Re: Disable WAL completely  (hubert depesz lubaczewski <depesz@depesz.com>)
Responses Re: Disable WAL completely
List pgsql-performance
On Feb 18, 2008, at 3:32 AM, hubert depesz lubaczewski wrote:

> On Mon, Feb 18, 2008 at 03:00:47PM +0530, Kathirvel, Jeevanandam
> wrote:
>>     Is there way to minimize the I/O operation on disk/CF.
>>     Can I create RAM file system and point the pg_xlog files to RAM
>> location instead of CF.  whether this will work?
>
> it will, but in case you'll lost power you will also (most probably)
> loose your database.

Right.  Without the xlog directory you'll have very little chance of
ever doing any kind of clean stop/start of your database.  If you
don't need the reliability offered by Postgres's use of transaction
logs you'll probably be much better served with a different database
or even a completely different storage scheme than trying to make
Postgres fit that bill.

Erik Jones

DBA | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




pgsql-performance by date:

Previous
From: "Nikolas Everett"
Date:
Subject: Controling where temporary files are created
Next
From: Albert Cervera Areny
Date:
Subject: Re: Controling where temporary files are created