Re: Are stored procedures/triggers common in your industry - Mailing list pgsql-general

From Alex Aquino
Subject Re: Are stored procedures/triggers common in your industry
Date
Msg-id CABxei-0tRjt3PuNW8NfQ8DwL9nmSeXdJPdF2iVqCt19TgSRdzQ@mail.gmail.com
Whole thread Raw
In response to Re: Are stored procedures/triggers common in your industry  (Ravi Krishna <srkrishna@vivaldi.net>)
Responses Re: Are stored procedures/triggers common in your industry  (Benedict Holland <benedict.m.holland@gmail.com>)
List pgsql-general
Agree on the lock in comment, however, can't we say that of anything one is dependent on in the tech stack, whether that be at the java vs javascript vs python, or now aws vs azure vs gcp?  

Have always wondered that lock in concern seems to be only mentioned in light of dbs, but not any other piece of the tech stack.

On Wed, Apr 20, 2022 at 3:31 PM Ravi Krishna <srkrishna@vivaldi.net> wrote:

>I've really only ever worked in web development. 90+% of web
>developers regard doing anything at all clever in the database with suspicion.

One common argument they use is that if you write your business logic in stored procedure, you are locked to that database since stored procedure languages are pretty much vendor locked.

TBH when one sees tens of thousands of Oracle PL/SQL code, there is some truth in this.

pgsql-general by date:

Previous
From: Ravi Krishna
Date:
Subject: Re: Are stored procedures/triggers common in your industry
Next
From: Huan Ruan
Date:
Subject: Re: PITR and Temp Tables