SQL 服务器中同一列的多个索引
More than one indexes on same column in SQL server
如果我们在 SQL 服务器中已有的列上再创建一个非聚集索引,会有什么影响?
是的,你能做到。但是在列上使用更多索引或在 table 中使用非聚集索引可能会降低性能。
根据您的搜索条件在运行时判断效果。
http://logicalread.solarwinds.com/duplicate-indexes-and-sql-server-performance-nh01/#.VWP8JUaWvQA
SQL Server: multiple index for the same columns performance
Create more than one non clustered index on same column in SQL Server
SQL Server creating multiple nonclustered indexes for one column vs having multiple columns in just one index
如果我们在 SQL 服务器中已有的列上再创建一个非聚集索引,会有什么影响?
是的,你能做到。但是在列上使用更多索引或在 table 中使用非聚集索引可能会降低性能。
根据您的搜索条件在运行时判断效果。
http://logicalread.solarwinds.com/duplicate-indexes-and-sql-server-performance-nh01/#.VWP8JUaWvQA
SQL Server: multiple index for the same columns performance
Create more than one non clustered index on same column in SQL Server
SQL Server creating multiple nonclustered indexes for one column vs having multiple columns in just one index