Prepared statements (was: Postgres Speed or lack thereof)

Поиск
Список
Период
Сортировка
От Taral
Тема Prepared statements (was: Postgres Speed or lack thereof)
Дата
Msg-id 99011820271100.02531@taral.dobiecenter.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Postgres Speed or lack thereof  (Vadim Mikheev <vadim@krs.ru>)
Ответы Re: [HACKERS] Prepared statements (was: Postgres Speed or lack thereof)  (Peter T Mount <peter@retep.org.uk>)
Список 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 по дате отправления:

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Postgres Speed or lack thereof
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Postgres Speed or lack thereof