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.
我试图从具有聚集列存储索引的表中选择前 N行在 sql server 2016 中返回数据需要更多时间(超过一分钟)。
当我删除 Top 并说select * from data 在不到 5 秒的时间内返回。与TOP一起计划
没有TOP的计划
带顶部的 XML 计划Select with top on clustered column store index
Select with top on clustered column store index
没有顶部的 XML 计划