在大数据情况下MySQL的一种简单分页优化方法_MySQL【点击查看详情】
在大数据情况下MySQL的一种简单分页优化方法_MySQL:通常应用需要对表中的数据进行翻页,如果数据量很大,往往会带来性能上的问题: root@sns 07:16:25>select count(*) from reply_0004 where thread_id = 5616385 and deleted = 0; +———-+ | count(*) | +———-+
相关视频/文章