Re: 0ut of Memory Error during Vacuum Analyze and Create Index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: 0ut of Memory Error during Vacuum Analyze and Create Index
Date: 2006-02-14 22:15:41
Message-ID: 23300.1139955341@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"Tomeh, Husam" <htomeh(at)firstam(dot)com> writes:
> I have run pg_dump and had no errors. I also got this error when
> creating one index but not another. When I lowered my
> maintenance_work_mem, the create index succeeded.

Create index too? Hm. That begins to sound more like a memory leak.
Do you have any custom data types or anything like that in this
table? Can you put together a self-contained test case using dummy
data?

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Adnan DURSUN 2006-02-14 22:35:59 Re: SQL Function Performance
Previous Message Tomeh, Husam 2006-02-14 22:01:29 Re: 0ut of Memory Error during Vacuum Analyze and