Home > Database > Mysql Tutorial > 给某XXX房地产网优化一例

给某XXX房地产网优化一例

WBOY
Release: 2016-06-07 17:41:22
Original
1029 people have browsed it

这是他们开发写的一条SQLselectid,title,createdatefrom表名orderbycreatedateasclimit334570,10;问了那边的人意思是读取最老的新闻标题,从334570行数据读取10.

这是他们开发写的一条SQL

  • select id,title,createdate from 表名 order by createdate asc limit 334570,10; 
  • 问了那边的人意思是读取最老的新闻标题,从334570行数据读取10条记录。

    索引情况如下:

    优化器执行如下:

    这时想起了高性能第二版的一个优化案例,嘿嘿,正好派上用场了。

    先看下这个SQL执行的情况:

    这是优化后的:

    具体为什么,我这里就不班门弄斧了,美国服务器,请大家看书吧(高性能MySQL第2版),下面是书中的截图:

     

    本文出自 “贺春旸的技术专栏” 博客,香港虚拟主机,请务必保留此出处

    ,香港空间
    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template