当前位置:首页>维修大全>综合>

百万数据count很慢 怎么解决(百万数据如何查询数据具体多少条)

百万数据count很慢 怎么解决(百万数据如何查询数据具体多少条)

更新时间:2025-07-24 14:55:23

百万数据count很慢 怎么解决

在表中建一个主键id,在count的时候 不要select count(*) from table_name 建议采用select count( id ) from table_name 这样应该会快很多;

更多栏目