Prepared statements (was: Postgres Speed or lack thereof) - Mailing list pgsql-hackers

From Taral
Subject Prepared statements (was: Postgres Speed or lack thereof)
Date
Msg-id 99011820271100.02531@taral.dobiecenter.com
Whole thread Raw
In response to Re: [HACKERS] Postgres Speed or lack thereof  (Vadim Mikheev <vadim@krs.ru>)
Responses Re: [HACKERS] Prepared statements (was: Postgres Speed or lack thereof)  (Peter T Mount <peter@retep.org.uk>)
List pgsql-hackers
On Mon, 18 Jan 1999, Vadim Mikheev wrote:
>1. PG can handle prepared queries.
>   Parser & Planner can parse/plan (i.e. prepare) query with
>   parameters once, so such prepared query can be executed 
>   many times by executor without parser/planner invocation.
>2. We have to implement some interface to use this ability.

Yes, I need prepared statements for CORBA, too.

Taral


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof