码迷,mamicode.com
首页 > 数据库 > 详细

mysql 优化(索引)

时间:2018-06-07 17:47:51      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:png   nbsp   分享   var   text   har   int   sel   索引   

 表 collect   字段  id(int  自增),title(varchar),info(text),vtype(int)

      表中数据130w;

       select * from collect where title=‘短袖‘;

   截图:

 无索引:

   技术分享图片

添加索引:

  技术分享图片

 

mysql 优化(索引)

标签:png   nbsp   分享   var   text   har   int   sel   索引   

原文地址:https://www.cnblogs.com/yinfeng102030/p/9151681.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!