Re: [PERFORM] Query much slower when run from postgres function - Mailing list pgsql-jdbc

From James Mansion
Subject Re: [PERFORM] Query much slower when run from postgres function
Date
Msg-id 49B57D82.4030706@mansionfamily.plus.com
Whole thread Raw
In response to Re: [PERFORM] Query much slower when run from postgres function  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
>
> The driver will use unnamed statements for all statements until it
> sees the same statement N times where N is 5 I believe, after that it
> uses a named statement.
>
>
Shame there's no syntax for it to pass the a table of the parameters to
the server when it creates the named statement as planner hints.

James



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [PERFORM] Query much slower when run from postgres function
Next
From: Scott Carey
Date:
Subject: Re: [PERFORM] Query much slower when run from postgres function