Re: plpythonu / using pg as an application server

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Sim Zacks <sim(at)compulab(dot)co(dot)il>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpythonu / using pg as an application server
Date: 2010-06-01 08:30:22
Message-ID: AANLkTil0iiaSeXD4QHK0gBipEZab2afKQQbDmjP8bb4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/6/1 Sim Zacks <sim(at)compulab(dot)co(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dimitri Fontaine 2010-06-01 10:14:01 Re: INSERTing lots of data
Previous Message Szymon Guz 2010-06-01 08:12:09 Re: plpythonu / using pg as an application server