Re: How to keep a table in memory? - Mailing list pgsql-hackers

From Ron Mayer
Subject Re: How to keep a table in memory?
Date
Msg-id 473A159F.8040907@cheapcomplexdevices.com
Whole thread Raw
In response to Re: How to keep a table in memory?  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: How to keep a table in memory?  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas wrote:
> Luke Lonergan wrote:
>> Vacuum is a better thing to run, much less CPU usage.
> 
> Vacuum is actually not good for this purpose, because it's been
> special-cased to not bump the usage count.

Though the OS's page cache will still see it as accesses, no?


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: How to keep a table in memory?
Next
From: Heikki Linnakangas
Date:
Subject: Re: How to keep a table in memory?