Re: Postgres low end processing.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres low end processing.
Дата
Msg-id 26554.1065198720@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgres low end processing.  (Stef <svb@ucs.co.za>)
Ответы Re: Postgres low end processing.  (Stef <svb@ucs.co.za>)
Список pgsql-performance
Stef <svb@ucs.co.za> writes:
> Crawling is ok. Won't differ much from normal operation on a machine
> like that.  Any tips on how to achieve the most diminutive vmem an
> conf settings?

The out-of-the-box settings are already pretty diminutive on current
releases :-(.  In 7.4 you'd likely want to knock back shared_buffers
and max_connections, and maybe the fsm settings if the database is going
to be tiny.

> I tried to figure this out from the docs, and played
> around with backend/storage , but I'm not really winning.

What exactly is failing?  And what's the platform, anyway?

            regards, tom lane

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

Предыдущее
От: Stef
Дата:
Сообщение: Re: Postgres low end processing.
Следующее
От: Hilary Forbes
Дата:
Сообщение: Re: count(*) slow on large tables