Re: Are stored procedures/triggers common in your industry

Поиск
Список
Период
Сортировка
От Alex Aquino
Тема Re: Are stored procedures/triggers common in your industry
Дата
Msg-id CABxei-0tRjt3PuNW8NfQ8DwL9nmSeXdJPdF2iVqCt19TgSRdzQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Are stored procedures/triggers common in your industry  (Ravi Krishna <srkrishna@vivaldi.net>)
Ответы Re: Are stored procedures/triggers common in your industry  (Benedict Holland <benedict.m.holland@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ravi Krishna
Дата:
Сообщение: Re: Are stored procedures/triggers common in your industry
Следующее
От: Huan Ruan
Дата:
Сообщение: Re: PITR and Temp Tables