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

From Heikki Linnakangas
Subject Re: How to keep a table in memory?
Date
Msg-id 47395E5B.3080009@enterprisedb.com
Whole thread Raw
In response to Re: How to keep a table in memory?  ("Luke Lonergan" <LLonergan@greenplum.com>)
Responses Re: How to keep a table in memory?  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
List pgsql-hackers
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.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Simplifying Text Search
Next
From: Gregory Stark
Date:
Subject: Re: How to keep a table in memory?