百萬數據查詢優化技巧三十則

http://blog.csdn.NET/fenglibing/article/details/6972339併發 1.對查詢進行優化,應儘可能避免全表掃描,首先應考慮在 where 及 order by 涉及的列上創建索引。函數 2.應儘可能避免在 where 子句中對字段進行 null 值判斷,不然將致使引擎放棄使用索引而進行全表掃描,如:  select id from t where nu
相關文章
相關標籤/搜索