Re: Is there a way to run tables in RAM? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Is there a way to run tables in RAM?
Date
Msg-id b42b73150607131315x2bb922b2gb89bbb62fdf3f962@mail.gmail.com
Whole thread Raw
In response to Is there a way to run tables in RAM?  (Roy Souther <roy@silicontao.com>)
List pgsql-general
On 7/13/06, Roy Souther <roy@silicontao.com> wrote:
>
>
>  I would like to know if there is anyway to move a section of some tables into RAM to work on them.

the operating system should cache the table if there is memory
available. while disk cache is somewhat slower than raw memory read,
now you have memory for lots of other  things, like sorting.

merlin

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: I need help creating a query
Next
From: lanczos@t-zones.sk
Date:
Subject: Re: =???UTF-8?Q?re: How to insert .xls...