Re: Big insert/delete memory problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kurt Overberg <kurt(at)hotdogrecords(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Big insert/delete memory problems
Date: 2003-03-18 22:02:41
Message-ID: 1741.1048024961@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kurt Overberg <kurt(at)hotdogrecords(dot)com> writes:
> main question:

> During a large select/insert like this, the memory use of the pgsql
> backend goes up, right?

No, it's not supposed to go up in the first place. When I run what
I think is the same case, I don't see the backend's resident-set-size
going above a couple meg. You seem to be suffering an internal memory
leak, which is not a very surprising kind of bug --- but I don't
understand why I can't duplicate it.

Let's see ... what locale and encoding are you using? Maybe it depends
on that.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wayne Armstrong 2003-03-18 22:27:09 Re: insert aliases?
Previous Message Andrew Sullivan 2003-03-18 21:57:12 log_timestamp and SIGHUP?