Re: Does anyone use in ram postgres database?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Does anyone use in ram postgres database?
Date: 2010-03-26 17:39:37
Message-ID: 4BACF159.6020605@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Barnes wrote:
>
>
> We are testing in memory postgres database and have questions about
> configuring the ram mount point and whether there is great gains in
> setting it up this way? Are there any considerations for postgres?
>
> If you have experience, can you please give us some ideas on how you
> have accomplished this?
>

you might look into TimesTen... Oracle bought them a couple years ago,
they have an SQL database thats heavily optimized for memory rather than
block oriented disk. it optionally uses a disk as a persistence backing
store. Of course, the entire database has to fit in ram, and they
charge proportional to database size. its extremely fast.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Graf 2010-03-26 17:44:26 Re: round(x) function
Previous Message Tom Lane 2010-03-26 17:12:38 Re: round(x) function