《MySQL数据库unique索引和index索引性能比较》要点:
本文介绍了MySQL数据库unique索引和index索引性能比较,希望对您有用。如果有疑问,可以联系我们。
测试环境 Centos6.5 Mysql5.5.53 引擎 InnoDB
select * from index_users where username_clean=’xxxx’
select * from uk_users where username_clean=’xxxx’
然后从三次测试成果可以看出,用unique做的索引比用index的索引执行的平均时间都要快一些.
欢迎添加微信号‘xha911’,配合探讨
《MySQL数据库unique索引和index索引性能比较》是否对您有启发,欢迎查看更多与《MySQL数据库unique索引和index索引性能比较》相关教程,学精学透。维易PHP学院为您提供精彩教程。
转载请注明本页网址:
http://www.vephp.com/jiaocheng/8684.html