I know it\'s generally a bad idea to do queries like this:
SELECT * FROM `group_relations`
But when I just want the count, should I go for this
MySQL ISAM tables should have optimisation for COUNT(*), skipping full table scan.