Business Logic: Database or Application Layer

前端 未结 24 3196
春和景丽
春和景丽 2020-11-28 02:50

The age old question. Where should you put your business logic, in the database as stored procedures ( or packages ), or in the application/middle tier? And more importantly

24条回答
  •  遥遥无期
    2020-11-28 03:38

    We put a lot of business logic in stored procedures - it's not ideal, but quite often it's a good balance between performance and reliability.

    And we know where it is without having to search through acres of solutions and codebase!

提交回复
热议问题