MySQL-eight-legged
MySQL-eight-legged copied to clipboard
misunderstandings about MySQL
trafficstars
这部分讲的是 MySQL 的一些误区。里面有一些内容是我被问了才知道的。都是粗想有点怪,细想很合理的。
https://mariadb.com/kb/en/pagination-optimization/ count/offset 中,offset 在 InnoDB 表现不佳,而 MyISAM 可以计算 count,所以有比较良好的性能。