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.
我想知道在最新的 MySQL 中使用存储过程是否有任何性能优势?
由于普通 SQL 也像存储过程一样工作,因为 db 进行语法检查,计划被选择、编译和缓存。
最新版本有什么好处?由于仍然很少有公司主要使用存储过程。
提前致谢, 凯西尔
DB 和 App Server 在本地时,性能差异不大。当 DB 和 App Server 位于不同的地方时,性能会存在差异,这是正常情况。