Re: Shared memory usage

Поиск
Список
Период
Сортировка
От Max Zorloff
Тема Re: Shared memory usage
Дата
Msg-id op.txpy8trnll0p5y@1-rtt202dnf3uds.mshome.net
обсуждение исходный текст
Ответ на Re: Shared memory usage  (Adam Tauno Williams <adamtaunowilliams@gmail.com>)
Список pgsql-performance
On Mon, 27 Aug 2007 14:21:43 +0400, Adam Tauno Williams
<adamtaunowilliams@gmail.com> wrote:

>> I have a postgres 8.0 and ~400mb database with lots of simple selects
>> using indexes.
>> I've installed pgpool on the system. I've set num_init_children to 5 and
>> here is the top output.
>> One of postmasters is my demon running some insert/update tasks. I see
>> that they all use cpu heavily, but do not use the shared memory.
>> shared_buffers is set to 60000, yet they use a minimal part of that. I'd
>> like to know why won't they use more?
>
> This just looks like the output of top;  what is telling you that
> PostgreSQL is not using the shared memory?  Enable statistics collection
> and then look in pg_statio_user_tables.

I have it enabled. How can I tell whether the shared memory is used from
the information in this table?

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

Предыдущее
От: Ruben Rubio
Дата:
Сообщение: Postgres performance problem
Следующее
От: Chris Mair
Дата:
Сообщение: Re: Postgres performance problem