Re: Is It possible to fixe a table in mermory ? - Mailing list pgsql-general

From Carlos Moreno
Subject Re: Is It possible to fixe a table in mermory ?
Date
Msg-id 3E664AEF.2000809@mochima.com
Whole thread Raw
In response to Re: Is It possible to fixe a table in mermory ?  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
Neil Conway wrote:

>On Wed, 2003-03-05 at 11:54, Dennis Gearon wrote:
>
>
>>There's no such thing as RAMDISK in Linux?
>>
>>
>
>Well there is, but I assume that if you don't need to keep your data to
>survive reboots/kernel panics/power failures/etc., you probably don't
>need an RDBMS to begin with...
>
>

Not necessarily.  An RDBMS like postgres offers you the
advantages of a client/server architecture -- multiple
applications can interact "live" with the data, regardless
of whether or not the data goes to disk and/or survives
reboots, etc.

Carlos
--




pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: bug ? updates and insert crash the backend
Next
From: jeff_patterson@agilent.com
Date:
Subject: Recursion working in 7.3?