Re: PostgreSQL's query caching behaviour

Поиск
Список
Период
Сортировка
От Chander Ganesan
Тема Re: PostgreSQL's query caching behaviour
Дата
Msg-id 4978EA8D.5010609@otg-nc.com
обсуждение исходный текст
Ответ на PostgreSQL's query caching behaviour  (Jan-Peter.Seifert@gmx.de)
Список pgsql-admin
Jan-Peter.Seifert@gmx.de wrote:
> Hello,
>
> I've a question regarding caching of results in the PostgreSQL-Server.
>
If you restart the server it will clear out the shared buffer pool, and
subsequent queries would show the appropriate delay..  You can clear out
the OS disk cache (on linux) using the commands:

sync
echo 1 > /proc/sys/vm/drop_caches

That's likely what you are missing.

--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC  27560
919-463-0999/877-258-8987
http://www.otg-nc.com
Expert PostgreSQL, PostGIS, MapServer, Python, PHP, Django and other Open Source Training.


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Postgres 8.3.x upgrade
Следующее
От: Gerd König
Дата:
Сообщение: pgpool-II question