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 here
我想知道它用于 SQL-Server
问题:如何优化查询以快速显示部分结果集,而不考虑其总运行时间。
利用OPTION (FAST N)
OPTION (FAST N)
N要优化的行数在哪里。
N
对于较低的值,N这将鼓励使用可以快速返回第一行的非阻塞运算符(例如嵌套循环连接)的查询计划。