MySQL count性能优化

select count(*)是MySQL中用于统计记录行数最常用的方法。 count方法可以返回表内精确的行 … 继续阅读 MySQL count性能优化