Choosing Columns and Expressions to Index
摘要:
A key is a column or expression on which you can build an index. Follow these guidelines for choosing keys to index:Consider indexing keys that are used frequently inWHEREclauses.Consider indexing keys that are used frequently to join tables in SQL statements. For more information on optimizing join 阅读全文
posted @ 2014-02-28 09:56 Step-BY-Step 阅读(173) 评论(0) 推荐(0) 编辑