Re: Reducing memory usage of insert into select operations?

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: Reducing memory usage of insert into select operations?
Дата
Msg-id 5ded07e00807172010y110df6d1xebf804cbf2e97686@mail.gmail.com
обсуждение исходный текст
Ответ на Reducing memory usage of insert into select operations?  (Francisco Reyes <lists@stringsutils.com>)
Список pgsql-general
On Thu, Jul 17, 2008 at 7:21 PM, Francisco Reyes <lists@stringsutils.com> wrote:
> Redhat 4
> postgresql 8.3.3
> Memory: 12GB
>
> While doing a couple of operations of the type
> insert into <table> select from <some other table>
>
> The OS triggered the out of memory killer (oom-killer).

Is this a 32-bit installation or 64-bit?  3GB of shared_buffers is way
too big for a 32-bit setup.

-Doug

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: TODO list and "hyphen"
Следующее
От: "Douglas McNaught"
Дата:
Сообщение: Re: Reducing memory usage of insert into select operations?