Re: caching written values? - Mailing list pgsql-performance

From Simon Riggs
Subject Re: caching written values?
Date
Msg-id 1232647545.2327.929.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: caching written values?  (Thomas Finneid <tfinneid@fcon.no>)
List pgsql-performance
On Thu, 2009-01-22 at 13:11 +0100, Thomas Finneid wrote:

> Is there any possibilites of telling pg to save to disk that memory
> cached data and state when the server is shutdown, so that when the
> server starts up again, itreads it back into the memory?

It's possible, but not by any directly supported mechanism.

You have to consider whether the data you saved would still be required
when the server restarts.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


pgsql-performance by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: postgresql 8.3 tps rate
Next
From: "M. Edward (Ed) Borasky"
Date:
Subject: Re: linux, memory (mis)accounting/reporting, and the planner/optimizer