Re: How much memory is PostgreSQL using

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: How much memory is PostgreSQL using
Дата
Msg-id 4BB72D6B.7080009@lelarge.info
обсуждение исходный текст
Ответ на Re: How much memory is PostgreSQL using  ("Campbell, Lance" <lance@illinois.edu>)
Список pgsql-performance
Le 02/04/2010 22:10, Campbell, Lance a écrit :
> Greg,
> Thanks for your help.
>
> 1) How does the number of buffers provided by pg_buffercache compare to
> memory (buffers * X = Y meg)?

1 buffer is 8 KB.

> 2) Is there a way to tell how many total buffers I have available/max?

With pg_buffercache, yes.

SELECT count(*)
FROM pg_buffercache
WHERE relfilenode IS NOT NULL;

should give you the number of non-empty buffers.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

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

Предыдущее
От: David Crooke
Дата:
Сообщение: David Crooke wants to stay in touch on LinkedIn
Следующее
От: raghavendra t
Дата:
Сообщение: ERROR: cache lookup failed for relation X