Re: JDBC, prepared queries, and partitioning - Mailing list pgsql-jdbc

From Josh Berkus
Subject Re: JDBC, prepared queries, and partitioning
Date
Msg-id 200802131423.24613.josh@agliodbs.com
Whole thread Raw
In response to Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: JDBC, prepared queries, and partitioning
Re: JDBC, prepared queries, and partitioning
Re: JDBC, prepared queries, and partitioning
List pgsql-jdbc
> > If the wild variations don't affect the cost estimate, they won't
> > affect the plan?
>
> Cost estimates are made at planning time. If you don't replan, no, they
> won't.

So, just to confirm: there is no way with v3 to make it not use a cached
plan, either on 8.2 or 8.3, correct?

Can I use v2 against 8.3?

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: JDBC, prepared queries, and partitioning
Next
From: "Stephen Denne"
Date:
Subject: Re: JDBC, prepared queries, and partitioning