Re: Question regarding coopting Database Engine - Mailing list pgsql-hackers

From scott.marlowe
Subject Re: Question regarding coopting Database Engine
Date
Msg-id Pine.LNX.4.33.0310030923240.27107-100000@css120.ihs.com
Whole thread Raw
In response to Question regarding coopting Database Engine  ("Steve Yalovitser" <yalo@integrasoftware.com>)
List pgsql-hackers
On Tue, 30 Sep 2003, Steve Yalovitser wrote:

> Hello,
> 
> I'd like to know if its possible to coopt the postgres storage subsystem to
> rely entirely on ram based structures, rather than disk. Any documentation
> or ideas would be appreciated.

Sure, create a ram disk.  Set $PGDATA to it with proper permissions, 
initdb, and restore.

Not sure why'd you wanna do it, as any crash loses all data, and 
postgresql's strengths lie in its ability to survive the most brutal power 
off situations mid-transaction etc...



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Oracle/PostgreSQL incompatibilities
Next
From: Rod Taylor
Date:
Subject: Re: Question regarding coopting Database Engine