Bruce Momjian <maillist@candle.pha.pa.us> writes:
>> do you know why vacuum can consume an enormous amount of core when cleaning
>> a large table?
> Can someone comment on the high memory usage of vacuum?
First thing that comes to mind is memory leaks for palloc'd data
types...
What exactly is the declaration of the table that's causing the problem?
regards, tom lane