Re: mysql hash table equivalent? - Mailing list pgsql-general

From Tom Lane
Subject Re: mysql hash table equivalent?
Date
Msg-id 787.1128389885@sss.pgh.pa.us
Whole thread Raw
In response to mysql hash table equivalent?  ("Chris St Denis" <chris@aebc.com>)
Responses Re: mysql hash table equivalent?  (Douglas McNaught <doug@mcnaught.org>)
List pgsql-general
"Chris St Denis" <chris@aebc.com> writes:
> Does postgres support in-memory only tables like the mysql HASH table type?

No, and it doesn't seem particularly necessary: a table that is being
hit heavily will stay in cache buffers anyhow.  You don't need any
special mechanism.

            regards, tom lane

pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: Suggest forums software for postgresql?
Next
From: "Aman Tur"
Date:
Subject: Connecting form Access or VB6 to PostgreSQL 8