Re: How clear the cache on postgresql?

From: Jérôme Étévé <jerome(dot)eteve(at)gmail(dot)com>
To: awilliam(at)whitemice(dot)org
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How clear the cache on postgresql?
Date: 2017-11-27 15:55:13
Message-ID: CAFkhWr_DezJeq1b6A_468V+p1u_kVCYz6fk9y87Py8pzNPxbFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

A way to trick EXPLAIN/EXPLAIN ANALYZE to do what you mean is to play
with the optimisation variables:

https://www.postgresql.org/docs/9.6/static/runtime-config-query.html

J.

On 25 November 2017 at 15:01, Adam Tauno Williams
<awilliam(at)whitemice(dot)org> wrote:
> On Fri, 2017-11-24 at 11:58 -0800, John R Pierce wrote:
>> On 11/24/2017 11:43 AM, Michael Nolan wrote:
>> > There are so many different levels of caching going on--within
>> > Postgresql, within the OS, within a disk array or SAN, and at the
>> > individual drive--that there may no longer be a meaningful way to
>> > perform this measurement.
>> generally, power cycling the server will flush all the hardware
>> caches AND the OS cache.
>
> Given that a real-world application will almost never experience an
> empty-cache scenario I question the usefulness of clearing the
> cache(s). I would capture transactions from a production database in
> order to create a load test that mimics real-world load.
>
> --
> Meetings Coordinator, Michigan Association of Railroad Passengers
> 537 Shirley St NE Grand Rapids, MI 49503-1754 Phone: 616.581.8010
> E-mail: awilliam(at)whitemice(dot)org GPG#D95ED383 Web: http://www.marp.org
>

--
Jerome Eteve
http://www.justgiving.com/jetevesober
+44(0)7738864546
http://www.eteve.net/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2017-11-27 18:39:52 Re: equalant of msdb in sql server
Previous Message stevenchang1213 2017-11-27 15:52:55 Re: Table and Index bloating