Re: Is It possible to fixe a table in mermory ?

From: Carlos Moreno <moreno(at)mochima(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is It possible to fixe a table in mermory ?
Date: 2003-03-05 19:07:27
Message-ID: 3E664AEF.2000809@mochima.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
--

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jeff_patterson 2003-03-05 19:11:35 Recursion working in 7.3?
Previous Message Tom Lane 2003-03-05 19:01:42 Re: bug ? updates and insert crash the backend