Re: Configuring a Large RAM PostgreSQL Server

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Configuring a Large RAM PostgreSQL Server
Дата
Msg-id 474F0FC3.4000109@archonet.com
обсуждение исходный текст
Ответ на Configuring a Large RAM PostgreSQL Server  (Alex Hochberger <alex@dsgi.us>)
Ответы Re: Configuring a Large RAM PostgreSQL Server
Список pgsql-performance
Alex Hochberger wrote:
> Does anyone have any white papers or basic guides for a large RAM server?
>
> We are consolidating two databases to enable better data-mining that
> currently run on a 4 GB and 2 GB machine.  The data issues on the 4 GB
> machine are numerous, things like "create index" fail and update queries
> fail from out of memory issues.

>    Problem Usage: we have a 20GB table with 120m rows that we are
> splitting into some sub-tables.  Generally, we do large data pulls from
> here, 1 million - 4 million records at a time, stored in a new table for
> export.  These queries are problematic because we are unable to index
> the database for the queries that we run because we get out of memory
> errors.

Would it not make sense to find out why you are getting these errors first?

It's not normal to get "out of memory" when rebuilding an index.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Alex Hochberger
Дата:
Сообщение: Configuring a Large RAM PostgreSQL Server
Следующее
От: Alex Hochberger
Дата:
Сообщение: Re: Configuring a Large RAM PostgreSQL Server