Обсуждение: DELETE error - Memory exhausted in AllocSetAlloc

Поиск
Список
Период
Сортировка

DELETE error - Memory exhausted in AllocSetAlloc

От
j sk
Дата:
Hi all,
While trying to delete ~8000 rows from a table which
has about 10 foreign keys and are triggered to cascade
on delete, I get this error:

ERROR: Memory exhausted AllocSetAlloc(1124)

Im running PG7.3.4 with 256MB memory.

I looked up this info but 'ulimit' and 'limit' arent
available:
 http://www.postgresql.org/docs/faqs/FAQ.html#4.18


Please let me know if theres any solution. If no real
solution, Im planning to delete rows in chunks of 100
or 500 at a time thru a stored function.

Thanks

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Re: DELETE error - Memory exhausted in AllocSetAlloc

От
Tom Lane
Дата:
j sk <jsk817@yahoo.com> writes:
> While trying to delete ~8000 rows from a table which
> has about 10 foreign keys and are triggered to cascade
> on delete, I get this error:
> ERROR: Memory exhausted AllocSetAlloc(1124)

Could we see a complete reproducible example?  I'm not aware of any
memory leaks in the foreign-key support, but perhaps you've found one...

            regards, tom lane