Re: [SQL] Slow Inserts Again

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rgireyev(at)cnmnetwork(dot)com
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] Slow Inserts Again
Date: 1999-05-03 23:57:46
Message-ID: 28434.925775866@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Rudy Gireyev" <rgireyev(at)cnmnetwork(dot)com> writes:
> Is it at all possible that the optimizer is responsible for this behaviour?

Not in the sense that it might be choosing a bad plan --- there is only
one way to insert a tuple ;-). Size of the table doesn't matter.

If the problem is indeed some kind of memory leak, the optimizer is as
likely a place for the leak as any other, I suppose.

regards, tom lane

Browse pgsql-sql by date

  From Date Subject
Next Message Frank Morton 1999-05-04 00:00:06 Re: [SQL] Slow Inserts Again
Previous Message Rudy Gireyev 1999-05-03 22:00:19 Re: [SQL] Slow Inserts Again