摘要: 简单来说count(*)与count(常量)在功能上是一样的,都是统计总行数,那么他们的速度是一样的么?在mysql官方文档中有这么一句话InnoDB handles SELECT COUNT(*) and SELECT COUNT(1) operations in the same way. Th 阅读全文
posted @ 2020-04-02 09:48 小小程序猿😜 阅读(263) 评论(0) 推荐(0) 编辑