业务逻辑:数据库或应用程序层 [英] Business Logic: Database or Application Layer

查看:140
本文介绍了业务逻辑:数据库或应用程序层的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

老问题。在哪里应该把你的业务逻辑,在数据库中作为存储过程(或包),或在应用程序/中间层?更重要的是,为什么?

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, Why?

假设数据库的独立性不是一个目标。

Assume database independence is not a goal.

推荐答案

将足够的业务逻辑放在数据库中,以确保数据是一致和正确的。

Put enough of the business logic in the database to ensure that the data is consistent and correct.

但不要害怕必须复制一些逻辑以提高用户体验。

But don't fear having to duplicate some of this logic at another level to enhance the user experience.

这篇关于业务逻辑:数据库或应用程序层的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆