PREPARE and stuff

Поиск
Список
Период
Сортировка
От PFC
Тема PREPARE and stuff
Дата
Msg-id op.tud8ogmscigqcu@apollo13
обсуждение исходный текст
Ответы Re: PREPARE and stuff  (Heikki Linnakangas <heikki@enterprisedb.com>)
Re: PREPARE and stuff  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-performance
    Suppose a web application with persistent database connections.
    I have some queries which take longer to plan than to execute !

    I with there was a way to issue a PREPARE (like "PERSISTENT PREPARE").
    Now all Postgres connections would know that prepared statement foo( $1,
$2, $3 ) corresponds to some SQL query, but it wouldn't plan it yet. Just
like a SQL function.
    When invoking EXECUTE foo( 1,2,3 ) on any given connection the statement
would get prepared and planned. Then on subsequent invocations I'd just
get the previously prepared plan.

    Is this planned ?

В списке pgsql-performance по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: PostgreSQL Configuration Tool for Dummies - feedback adjustable control
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PREPARE and stuff