Re: [GENERAL] 7.3 Prepared statements

From: "Charles H(dot) Woloszynski" <chw(at)clearmetrix(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [GENERAL] 7.3 Prepared statements
Date: 2003-01-03 13:19:38
Message-ID: 3E158DEA.5030107@clearmetrix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

I saw this on the GENERAL list and this answer got me thinking.

Do JDBC Prepared statements get the same saved execution plan support?

We currently use PreparedStatements in our framework for JDBC access. We
currently do not retain the PreparedStatement between uses, but if
PostreSQL caches the execution plan, we may need to change our design.

Thanks,

Charlie

Bruce Momjian wrote:

>A view is just syntaxic sugar added to a query that references the view.
>A preparted statement actually saves the execution plan for repeated
>execution.
>
>---------------------------------------------------------------------------
>
>Francisco J Reyes wrote:
>
>
>>On 17 Dec 2002, Neil Conway wrote:
>>
>>
>>
>>>On Tue, 2002-12-17 at 10:19, Ericson Smith wrote:
>>>
>>>
>>>>1. What is the lifetime of the plan created?
>>>>
>>>>
>>>>From the PREPARE reference page:
>>>
>>>Prepared queries are stored locally (in the current backend), and only
>>>exist for the duration of the current database session.
>>>
>>>
>>What is the difference/advantage between a prepared query and a view?
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 4: Don't 'kill -9' the postmaster
>>
>>
>>
>
>
>

--

Charles H. Woloszynski

ClearMetrix, Inc.
115 Research Drive
Bethlehem, PA 18015

tel: 610-419-2210 x400
fax: 240-371-3256
web: www.clearmetrix.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2003-01-03 13:29:22 Re: French date
Previous Message Ben-Nes Michael 2003-01-03 12:45:18 Re: compiling 7.3 on RH7.2

Browse pgsql-jdbc by date

  From Date Subject
Next Message Patric Bechtel 2003-01-03 14:21:36 Re: [GENERAL] 7.3 Prepared statements [Viruschecked]
Previous Message Patric Bechtel 2003-01-03 09:35:16 Re: [GENERAL] 7.3 Prepared statements [Viruschecked]