From: | s d <daku(dot)sandor(at)gmail(dot)com> |
---|---|
To: | Rémi Cura <remi(dot)cura(at)gmail(dot)com> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PLPythonu for production server |
Date: | 2016-03-04 10:21:50 |
Message-ID: | CAKyoTgY8DmcPfdGXmjw74_25grcT8Sv_NAWWMwC48powR+85oA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 4 March 2016 at 10:46, Rémi Cura <remi(dot)cura(at)gmail(dot)com> wrote:
> Thanks for the answer guys.
>
> I should have mentionned that I had read the doc,
> and was looking for non explicit knowledge,
> like :
> - what is the reputation of plpython for a dba?
>
Dunno.
- are there actual production system that use it
>
I used it in an SMS processing system and it worked like a charm. That
system never made it to the production phase, though.
> - what would be the recommended usage perimeter ?
> (only administration script like function, advanced processing, etc ...)
>
I would say, in general, use untrusted languages only if the trusted ones
are not capable or practical for your goals. (Reading/writing/processing
data outside of the database, using third party tools for processing, etc.)
Regards,
Sándor
From | Date | Subject | |
---|---|---|---|
Next Message | Geoff Winkless | 2016-03-04 10:25:18 | Re: space required before negative |
Previous Message | Koray Eyidoğan | 2016-03-04 10:16:47 | Re: Export binary data - PostgreSQL 9.2 |