Re: Is It possible to fixe a table in mermory ?

From: Neil Conway <neilc(at)samurai(dot)com>
To: Florent LE SOZ <flesoz(at)yahoo(dot)fr>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is It possible to fixe a table in mermory ?
Date: 2003-03-05 00:29:08
Message-ID: 1046824148.10615.12.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Moreno 2003-03-05 01:08:34 Re:
Previous Message Neil Conway 2003-03-05 00:27:45 Re: two concurrency questions