Questions tagged «query-tuning»

1
SQL Server-何时使用群集索引与非群集索引?
我知道聚簇索引和非聚簇索引之间的主要区别,并且了解它们的实际工作方式。我了解群集索引和非群集索引如何提高读取性能。但是我不确定的一件事是,为什么我会选择一个而不是另一个。 例如:如果一个表没有聚集索引,应该创建一个非聚集索引,这样做的好处是什么
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.