Re: How clear the cache on postgresql?

Поиск
Список
Период
Сортировка
От Jérôme Étévé
Тема Re: How clear the cache on postgresql?
Дата
Msg-id CAFkhWr_DezJeq1b6A_468V+p1u_kVCYz6fk9y87Py8pzNPxbFg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How clear the cache on postgresql?  (Adam Tauno Williams <awilliam@whitemice.org>)
Список 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@whitemice.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@whitemice.org GPG#D95ED383 Web: http://www.marp.org
>



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


В списке pgsql-general по дате отправления:

Предыдущее
От: stevenchang1213
Дата:
Сообщение: Re: Table and Index bloating
Следующее
От: John R Pierce
Дата:
Сообщение: Re: equalant of msdb in sql server