Re: clearing the buffer cache

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: clearing the buffer cache
Date: 2009-02-13 18:13:21
Message-ID: 20090213181321.GI32672@frubble.xen.chris-lamb.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[ Sorry Brad, I didn't mean to delete your response! lets try again. ]

On Fri, Feb 13, 2009 at 12:52:21PM -0500, Brad Nicholson wrote:
> On Fri, 2009-02-13 at 17:49 +0000, Sam Mason wrote:
> > I was doing some performance checks and wondered what the best way to
> > clear out the shared buffers is? With the recent improvements in buffer
> > management it appears a simple SELECT * FROM large_table; doesn't help
> > here!
> >
> > I was hoping for a function I could call, or maybe some variable I write
> > to, that would cause the contents to be invalidated.
>
> Restart the database.

Isn't there anything faster than this?

I was hoping to run many thousands of small (i.e. 100ms or less) queries
and if it takes a couple of seconds to restart the database I'm not
going to be able to do this.

--
Sam http://samason.me.uk/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2009-02-13 18:13:36 Re: clearing the buffer cache
Previous Message Sam Mason 2009-02-13 18:09:51 Re: clearing the buffer cache