Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我听说在 Web 应用程序中使用触发器和存储过程被认为是一种不好的做法,尤其是在使用 LAMP 堆栈时。真的吗?原因是什么?谁能解释一下?谢谢。
MySQL 在最近的 5.0 版本中添加了存储过程支持。但是,自 1990 年代初以来,存储过程一直是闭源关系数据库(如 Oracle)的特性。因此,具有存储过程的应用程序通常会合并。1
已经非常清楚地讨论了使用存储过程与 LAMP 堆栈一起工作的利弊。1