Re: Replacing Cursors with Temporary Tables

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Eliot Gable <egable+pgsql-performance(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Replacing Cursors with Temporary Tables
Date: 2010-04-23 22:08:59
Message-ID: n2m603c8f071004231508kd1160777m51caab4def91f042@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, Apr 23, 2010 at 4:42 PM, Eliot Gable
<egable+pgsql-performance(at)gmail(dot)com> wrote:
> And, from these tests, it would be significant overhead.

Yeah, I've been very disappointed by the size of the function-call
overhead on many occasions. It might be worth putting some effort
into seeing if there's anything that can be done about this, but I
haven't. :-)

...Robert

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2010-04-23 22:53:34 Re: Optimization idea
Previous Message Robert Haas 2010-04-23 22:06:26 Re: Optimization idea