2011年11月29日

使用EXISTS代替JOIN优化查询速度

摘要: 在最近的开发中, 碰到一个特别慢的sqlSELECT DISTINCT s.*FROM pcom_stories s INNER JOIN pcom_story_content sc ON s.story_id = sc.story_id AND sc.language=? INNER JOIN ... 阅读全文

posted @ 2011-11-29 18:45 Milton 阅读(585) 评论(0) 推荐(0) 编辑

导航