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.
如果我们从存储过程中提取多个表而不是每个表中的过程,它将如何影响 Sql Server 的性能?
就数据库引擎本身及其负载而言,差别不大。
在网络 IO 方面,通常做一个大查询比做几个小查询要好,因为每个连接都需要一些时间来建立。
一般来说 - 如果数据库和应用程序的性能很重要,则需要一批而不是几批获取您需要的所有数据。