提高查詢速度方法總結

weixin_34304013發表於2006-11-02

http://community.csdn.net/Expert/topic/5106/5106330.xml?temp=.1638758

這個帖子主要總結提高查詢速度的方法,涉及到減少連線資料庫次數、建立索引、優化語句等方面。

關於索引,推薦轉載的這篇文章
http://blog.csdn.net/dutguoyi/archive/2006/01/10/575617.aspx

改善SQL語句的效率
http://community.csdn.net/Expert/topic/5087/5087396.xml?temp=.345669
資料量很大怎樣加快索檢速度
http://community.csdn.net/Expert/topic/5058/5058320.xml?temp=.1229517
索引建立方法的區別
http://community.csdn.net/Expert/topic/5068/5068154.xml?temp=.3010218
頻繁插入刪除資料需要更新索引
http://community.csdn.net/Expert/topic/4937/4937910.xml?temp=.8428614
測試了一下sql server 2005 全文檢索
http://community.csdn.net/Expert/topic/4878/4878430.xml?temp=.6049311

其他關於效率的高頻問題

判斷一個表的資料不在另一個表中最優秀方法?
http://community.csdn.net/Expert/topic/5038/5038742.xml?temp=.4704553
刪除千萬級表中重複記錄的辦法
http://community.csdn.net/Expert/topic/5089/5089261.xml?temp=.7907068

資料庫資料查詢變得不正常型別問題

大資料量,穩定執行一段時候以後無法得到查詢結果。
http://community.csdn.net/Expert/topic/4810/4810464.xml?temp=9.014529E-02


長SQL語句的查詢提速。
http://community.csdn.net/Expert/topic/5074/5074057.xml?temp=.6983148

相關文章