Out of memory during index creation

Поиск
Список
Период
Сортировка
От Alanoly Andrews
Тема Out of memory during index creation
Дата
Msg-id 09B23E7BF70425478C1330D893A722C603075D2A98@MailSVR.invera.com
обсуждение исходный текст
Ответы Re: Out of memory during index creation  (Jerry Sievers <gsievers19@comcast.net>)
Список pgsql-admin

Hello,

 

PG version 8.4.7 on AIX 6.1.

While creating a large multi-column index on a table of about 2.5 million rows, I got the following error:

   ERROR:  out of memory

     DETAIL:  Failed on request of size 50331648.

 

I doubled the value of the “shared_buffers” parameter (from 512Mb to 1024Mb), recycled the PG instance and then was able to run the “create index” statement successfully.

 

Question: Does PG use a main memory sort algorithm for the creation of indexes? Can it not make do with whatever memory is available and supplement it with disk space (external sort)? I have a temporaray tablespace defined (with the “temp_tablespaces”) parameter. The disk area for this tablespace had about 2GB of free space available. But the sort does not seem to have used it.

 

Thanks.

 

Alanoly Andrews.



This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.

Ce courriel est confidentiel et prot�g�. L'exp�diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d�sign�(s) est interdite. Si vous recevez ce courriel par erreur, veuillez m'en aviser imm�diatement, par retour de courriel ou par un autre moyen.

Mail sent via the Abaca EPG


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Re: multiple hot standby streaming replication scenario with "rotating" the primary server
Следующее
От: Saurabh Agrawal
Дата:
Сообщение: Postgres 9 slave lag