Comment on PhpMyAdmin Turns 15Comments−ck213yI'd appreciate it more if they'd just stop doing SELECT COUNT(*) on innodb tables (which do not handle that query well with many rows). Yes there is a workaround but it is flawed.−Kiro13yWhat should you use on InnoDB tables instead?−bcoates13yGet a quick estimate out of SHOW TABLE STATUS
Comments
I'd appreciate it more if they'd just stop doing
on innodb tables (which do not handle that query well with many rows). Yes there is a workaround but it is flawed.What should you use on InnoDB tables instead?
Get a quick estimate out of SHOW TABLE STATUS