Re: Resource Requirements

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Resource Requirements
Дата
Msg-id 200506131506.13803.josh@agliodbs.com
обсуждение исходный текст
Ответ на Resource Requirements  (elein@varlena.com (elein))
Список pgsql-performance
Elein,

> I've got a list of old resource requirements.
> I want to know how far off they are and if anything
> crucial is missing.  My usual recommendation is
> "as much as you can afford" so I don't usually deal
> with real numbers :)

These look very approximate.

> RAM:
>         Number of connections * 2MB

That's not a bad recommendation, but not an actual requirement.   It really
depends on how much sort_mem you need.   Could vary from 0.5mb to as much
as 256mb per connection, depending on your application.

> Disk:
>         Program and Manual 8-15MB
>         Regression Tests 30MB
>         Compiled Source 60-160MB

Well, my compiled source takes up 87mb, and the installed PostgreSQL seems
to be about 41mb including WAL.  Not sure how much the regression tests
are.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Madison Kelly
Дата:
Сообщение: Re: Index ot being used
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Updates on large tables are extremely slow