Re: What gets cached?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: What gets cached?
Дата
Msg-id 20051021155943.GA53729@winnie.fuhr.org
обсуждение исходный текст
Ответ на What gets cached?  (Martin Nickel <martin@portant.com>)
Список pgsql-performance
On Fri, Oct 21, 2005 at 07:34:30AM -0500, Martin Nickel wrote:
> I don't know of any way to view what is actually cached at any point in time

In 8.1 (currently in beta) you can use contrib/pg_buffercache.  Code
for older versions is available on PgFoundry:

http://pgfoundry.org/projects/pgbuffercache/

Note that pg_buffercache shows only pages in PostgreSQL's buffer
cache; it doesn't show your operating system's cache.

--
Michael Fuhr

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

Предыдущее
От: Alex Turner
Дата:
Сообщение: Re: Used Memory
Следующее
От: Rodrigo Madera
Дата:
Сообщение: Re: Inefficient escape codes.