多列复合索引的使用- 如何绕过微软sql server的一个缺陷
摘要:多列复合索引是指由多个字段组成的索引。这种情况相当常用的,并且,在查询中,用多列复合索引来指定搜索范围边界也相当常用。然而,微软sql server在处理这类索引时,有个重要的缺陷,那就是把本该编译成索引seek的操作编成了索引扫描,这可能导致严重性能下降
阅读全文
posted @ 2012-07-18 13:55
I do all aspects related to high performance distributed web application system, such as RIA, Security, databse design and sql, javascript, c#, Asp.net, Software Factory. Among these, the database part is the key to performance.
posted @ 2012-07-18 13:55
posted @ 2012-07-16 13:53