MySQL-eight-legged icon indicating copy to clipboard operation
MySQL-eight-legged copied to clipboard

misunderstandings about MySQL

Open mapleFU opened this issue 4 years ago • 1 comments
trafficstars

这部分讲的是 MySQL 的一些误区。里面有一些内容是我被问了才知道的。都是粗想有点怪,细想很合理的。

mapleFU avatar Jul 04 '21 16:07 mapleFU

https://mariadb.com/kb/en/pagination-optimization/ count/offset 中,offset 在 InnoDB 表现不佳,而 MyISAM 可以计算 count,所以有比较良好的性能。

mapleFU avatar Jul 04 '21 16:07 mapleFU