function call vs staright query - Mailing list pgsql-performance

From Vincenzo Romano
Subject function call vs staright query
Date
Msg-id 200703180750.54703.Vincenzo.Romano@gmail.com
Whole thread Raw
Responses Re: function call vs staright query  (Vincenzo Romano <vincenzo.romano@gmail.com>)
List pgsql-performance
Hi all.

I'm experiencing a strange behaviour with 8.1.8 (cannot do upgrades to 8.2 at
the moment).

On a 13+ million rows table I can do a query with results back in less than
100 ms. Result is a set of bigint.
But when I encapsulate that query into an "SQL" function with three parameters
the results come back in about one minute. The function contains just the same
query as above.
Of course there's been no change in indices or even into the table itself
between the two tests.

I'm almost sure I'm missing something, but have no clue about what!
Any hint?

pgsql-performance by date:

Previous
From: "hubert depesz lubaczewski"
Date:
Subject: Re: Postgres batch write very slow - what to do
Next
From: Vincenzo Romano
Date:
Subject: Re: function call vs staright query