Re: Flush Shared Buffer Cache

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Flush Shared Buffer Cache
Дата
Msg-id 4A5F502D020000250002888B@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Flush Shared Buffer Cache  (Suvankar Roy <suvankar.roy@tcs.com>)
Список pgsql-admin
Suvankar Roy <suvankar.roy@tcs.com> wrote:

> Actually I am trying to figure out how much execution time any query
> is taking is taking when executed for the first time.
>
> Because once a query is executed for the first time, the query plan,
> data buffer is cached so subsequently time taken is much lower.
>
> For this, I want to have the Shared buffer cache flushed to note
> the initial execution time.
>
> Is my understanding correct here ?

Keep in mind that the OS cache will also normally have a significant
amount of PostgreSQL data cached.  For "uncached" timings, you will
need to purge this, too.  Of course, for real-life production
benchmarks the most meaningful timings are normally those taken within
your actual production mix, with all the caching and resource
competition which goes along with that.

-Kevin

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

Предыдущее
От: Kevin Kempter
Дата:
Сообщение: convert an Insert Into... select from... to use COPY ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: convert an Insert Into... select from... to use COPY ?