关于mysql innodb count(*)速度慢的解决办法
网络编程 2021-07-05 15:27www.168986.cn编程入门
innodb引擎在统计方面和myisam是不同的,Myisam内置了一个计数器,所以在使用 select count() from table 的时候,直接可以从计数器中取出数据。而innodb必须全表扫描一次方能得到总的数量
innodb引擎在统计方面和myisam是不同的,Myisam内置了一个计数器,所以在使用 select count() from table 的时候,直接可以从计数器中取出数据。而innodb必须全表扫描一次方能得到总的数量。要初步解决这个问题,需要做不同于myisam的一些工作
1、使用第二索引(一般不使用主键索引),并且添加where条件,如
select count() from product where p_id>=0 ;
show index from product ;
id primary key
p_id index
2、如果只需要粗略统计的话也可使用
show status from product; 来得到大约值
这种方法可在数据分页中使用!
3、使用外部计数器,比如建立一个触发器来计数或者在程序上使用缓存方式定时计数,缺陷是这些方法会额外消耗一些资源!
参考资料
mysql高性能http://.mysqlperformanceblog./2006/12/01/count-for-innodb-tables/
mysql DBA:http://imysql./2008_06_24_speedup_innodb_count
COUNT() for Innodb Tables
I guess note number one about MyISAM to Innodb migration is warning what Innodb is very slow in COUNT() queries. The part which I often however see omitted is fact it only applies to COUNT() queries without WHERE clause.
So if you have query like SELECT COUNT() FROM USER It will be much faster for MyISAM (MEMORY and some others) tables because they would simply read number of rows in the table from stored value. Innodb will however need to perform full table scan or full index scan because it does not have such counter, it also can't be solved by simple singe counter for Innodb tables as different transactions may see different number of rows in the table.
If you have query like SELECT COUNT() FROM IMAGE WHERE USER_ID=5 this query will be executed same way both for MyISAM and Innodb tables by performing index rage scan. This can be faster or slower both for MyISAM and Innodb depending on various conditions.
In real applications there are much more queries of second type rather than first type so it is typically not as bad problem as it may look. Most typically count of rows is needed by admin tools which may show it in table statistics, it may also be used in application stats to show something like “We have 123.345 users which have uploaded 1.344.656 images” but these are normally easy to remove.
So remember Innodb is not slow for ALL COUNT() queries but only for very specific case of COUNT() query without WHERE clause. It does not mean I would not like to see it fixed though, it is pretty annoying.
转自http://.sphinxsearch./archives/89
1、使用第二索引(一般不使用主键索引),并且添加where条件,如
代码如下:
select count() from product where p_id>=0 ;
show index from product ;
id primary key
p_id index
2、如果只需要粗略统计的话也可使用
show status from product; 来得到大约值
这种方法可在数据分页中使用!
3、使用外部计数器,比如建立一个触发器来计数或者在程序上使用缓存方式定时计数,缺陷是这些方法会额外消耗一些资源!
参考资料
mysql高性能http://.mysqlperformanceblog./2006/12/01/count-for-innodb-tables/
mysql DBA:http://imysql./2008_06_24_speedup_innodb_count
COUNT() for Innodb Tables
I guess note number one about MyISAM to Innodb migration is warning what Innodb is very slow in COUNT() queries. The part which I often however see omitted is fact it only applies to COUNT() queries without WHERE clause.
So if you have query like SELECT COUNT() FROM USER It will be much faster for MyISAM (MEMORY and some others) tables because they would simply read number of rows in the table from stored value. Innodb will however need to perform full table scan or full index scan because it does not have such counter, it also can't be solved by simple singe counter for Innodb tables as different transactions may see different number of rows in the table.
If you have query like SELECT COUNT() FROM IMAGE WHERE USER_ID=5 this query will be executed same way both for MyISAM and Innodb tables by performing index rage scan. This can be faster or slower both for MyISAM and Innodb depending on various conditions.
In real applications there are much more queries of second type rather than first type so it is typically not as bad problem as it may look. Most typically count of rows is needed by admin tools which may show it in table statistics, it may also be used in application stats to show something like “We have 123.345 users which have uploaded 1.344.656 images” but these are normally easy to remove.
So remember Innodb is not slow for ALL COUNT() queries but only for very specific case of COUNT() query without WHERE clause. It does not mean I would not like to see it fixed though, it is pretty annoying.
转自http://.sphinxsearch./archives/89
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南