Re: PREPARE / EXECUTE

Поиск
Список
Период
Сортировка
От Hans-Jürgen Schönig
Тема Re: PREPARE / EXECUTE
Дата
Msg-id 3DB6E5E1.1020507@cybertec.at
обсуждение исходный текст
Ответ на PREPARE / EXECUTE  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-hackers
Greg Copeland wrote:

>Could you use some form of connection proxy where the proxy is actually
>keeping persistent connections but your application is making transient
>connections to the proxy?  I believe this would result in the desired
>performance boost and behavior.
>
>Now, the next obvious question...anyone know of any proxy apps available
>for postgresql?
>
>Regards,
>
>    Greg
>
>  
>

There is one load balancing software available which is based on the ACE 
library.
Just have a look at:

http://freshmeat.net/projects/dbbalancer/

I haven't tested it up to now.

I am now looking for a workaround - I am sure that there are many 
workarounds for this issue (explicit joins, persistent connections, etc. 
...).
I thought it might be useful to have something like a data type (or 
maybe a binary field) used to store execution plans.

People could use this feature as some sort of "server side" function or 
so ...
It can be seend as some sort of optimized function in the backend which 
can be loaded/executed more efficiently.

Maybe others would like to see that feature as well.
   Hans

-- 
*Cybertec Geschwinde u Schoenig*
Ludo-Hartmannplatz 1/14, A-1160 Vienna, Austria
Tel: +43/1/913 68 09; +43/664/233 90 75
www.postgresql.at <http://www.postgresql.at>, cluster.postgresql.at 
<http://cluster.postgresql.at>, www.cybertec.at 
<http://www.cybertec.at>, kernel.cybertec.at <http://kernel.cybertec.at>




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

Предыдущее
От: Greg Copeland
Дата:
Сообщение: Re: PREPARE / EXECUTE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 'epoch'::timestamp and Daylight Savings