Re: PostgreSQL equivalent to MySQL's HEAP tables? - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: PostgreSQL equivalent to MySQL's HEAP tables?
Date
Msg-id 200408152052.39163.peter_e@gmx.net
Whole thread Raw
In response to PostgreSQL equivalent to MySQL's HEAP tables?  (Mitch Pirtle <mitchy@spacemonkeylabs.com>)
List pgsql-admin
Mitch Pirtle wrote:
> I have a table with three columns but many rows, that will constantly
> be updated and selected.  The MySQL way is to create a HEAP table, or
> basically a table that is stored only in RAM.
>
> How shall I do this in PostgreSQL?  Is there a better way?

Use a ramdisk.  PostgreSQL only has one storage engine.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-admin by date:

Previous
From: Mitch Pirtle
Date:
Subject: PostgreSQL equivalent to MySQL's HEAP tables?
Next
From: "Thomas Madsen"
Date:
Subject: Re: TOAST tables keeps growing!