Re: Is There Any Way .... - Mailing list pgsql-performance

From Stefan Weiss
Subject Re: Is There Any Way ....
Date
Msg-id 43425A0E.2050305@foo.at
Whole thread Raw
In response to Is There Any Way ....  ("Lane Van Ingen" <lvaningen@esncc.com>)
Responses Re: Is There Any Way ....  ("Lane Van Ingen" <lvaningen@esncc.com>)
Re: Is There Any Way ....  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-performance
On 2005-09-30 01:21, Lane Van Ingen wrote:
>   (3) Assure that a disk-based table is always in memory (outside of keeping
> it in
>       memory buffers as a result of frequent activity which would prevent
> LRU
>       operations from taking it out) ?

I was wondering about this too. IMO it would be useful to have a way to tell
PG that some tables were needed frequently, and should be cached if
possible. This would allow application developers to consider joins with
these tables as "cheap", even when querying on columns that are not indexed.
I'm thinking about smallish tables like users, groups, *types, etc which
would be needed every 2-3 queries, but might be swept out of RAM by one
large query in between. Keeping a table like "users" on a RAM fs would not
be an option, because the information is not volatile.


cheers,
stefan

pgsql-performance by date:

Previous
From: PFC
Date:
Subject: Re: Comparative performance
Next
From: "Lane Van Ingen"
Date:
Subject: Re: Is There Any Way ....