Re: Can postgresql be run in memory (like a memory resident

From: Medi Montaseri <medi(dot)montaseri(at)intransa(dot)com>
To: Andrew Perrin <clists(at)perrin(dot)socsci(dot)unc(dot)edu>
Cc: "Malghan, Ravi" <rmalghan(at)btspartners(dot)com>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can postgresql be run in memory (like a memory resident
Date: 2003-02-25 19:06:30
Message-ID: 3E5BBEB6.1010500@intransa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You could create a RAM disk but one of the important directive a DB
engine design is
persistency.....since RAM is non-persistent, then you'll lose the
content everytime you
reboot.....is that OK ?

Andrew Perrin wrote:

>What is it that you want to *do*? Like any program, while postgresql is
>running, parts of it are in memory.
>
>ap
>
>----------------------------------------------------------------------
>Andrew J Perrin - http://www.unc.edu/~aperrin
>Assistant Professor of Sociology, U of North Carolina, Chapel Hill
>clists(at)perrin(dot)socsci(dot)unc(dot)edu * andrew_perrin (at) unc.edu
>
>
>On Tue, 25 Feb 2003, Malghan, Ravi wrote:
>
>
>
>>Is it possible to run post-gresql in memory? I searched through all the
>>older postings didn't find much info.
>>
>>Thanks
>>Ravi
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 2: you can get off all lists at once with the unregister command
>> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>>
>>
>>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message reece 2003-02-25 19:44:40 psql \pset pager always for 7.3.2 (patch)
Previous Message Johnson, Shaunn 2003-02-25 18:29:58 how to get a table's age