Re: Is It possible to fixe a table in mermory ? - Mailing list pgsql-general

From Neil Conway
Subject Re: Is It possible to fixe a table in mermory ?
Date
Msg-id 1046824148.10615.12.camel@tokyo
Whole thread Raw
In response to Is It possible to fixe a table in mermory ?  (Florent LE SOZ <flesoz@yahoo.fr>)
Responses Re: Is It possible to fixe a table in mermory ?  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
On Wed, 2003-02-26 at 04:57, Florent LE SOZ wrote:
> I want to fixe a table or a base in memory, in order
> to not have disk access.

It's not possible -- PostgreSQL and your kernel should both have buffer
managers that aim to cache frequently accessed data in RAM.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Why PostgreSQL?
Next
From: Dennis Gearon
Date:
Subject: Re: Is It possible to fixe a table in mermory ?