SQL 优化
Posted wskxy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL 优化相关的知识,希望对你有一定的参考价值。
不好的sql可能存在的问题:性能低、执行时间长、等待时间长、sql语句欠佳(连接查询)、索引失效、服务器参数设置不合理(缓冲区、线程数)
编写过程:select distinct.. from.. join..on.. where.. group by.. having.. order by.. limit..
解析过程:from.. on.. join.. where.. group by.. having.. select distinct.. order by.. limit..
以上是关于SQL 优化的主要内容,如果未能解决你的问题,请参考以下文章