Prepared statements (was: Postgres Speed or lack thereof)

From: Taral <taral(at)cyberjunkie(dot)com>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Prepared statements (was: Postgres Speed or lack thereof)
Date: 1999-01-19 02:26:40
Message-ID: 99011820271100.02531@taral.dobiecenter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-01-19 02:31:57 Re: [HACKERS] Postgres Speed or lack thereof
Previous Message Vadim Mikheev 1999-01-19 02:15:01 Re: [HACKERS] Postgres Speed or lack thereof