Re: plpythonu / using pg as an application server

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: plpythonu / using pg as an application server
Дата
Msg-id AANLkTil0iiaSeXD4QHK0gBipEZab2afKQQbDmjP8bb4A@mail.gmail.com
обсуждение исходный текст
Ответ на plpythonu / using pg as an application server  (Sim Zacks <sim@compulab.co.il>)
Ответы Re: plpythonu / using pg as an application server  (Sim Zacks <sim@compulab.co.il>)
Список pgsql-general
2010/6/1 Sim Zacks <sim@compulab.co.il>:
> PG 8.2
>
> I am using plpythonu to add application server functionality to my
> postgresql database.
>
> For example, I have triggers and functions that FTP files, sends email,
> processes files, etc..
>
>
> Is there any good reason not to include this functionality directly in
> the database? (Too much parallel processing, engine not equipped for
> that kind of processing, threading issues...)
>

there are some issues still

* missing integrated scheduler
* missing autonomous transaction

if these isn't issue for you, then you can use "rich" database without
bigger problems.

Regards

Pavel Stehule

>
> Thanks
> Sim
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

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

Предыдущее
От: Szymon Guz
Дата:
Сообщение: Re: plpythonu / using pg as an application server
Следующее
От: Szymon Guz
Дата:
Сообщение: Re: create index concurrently - duplicate index to reduce time without an index