Posts Tagged ‘variables’

MySQL vs InfoBright optimizer battle

Posted: 2nd December 2009 by Darren Cassar in Databases, Intermediate
Tags: , , ,

MySQL instance running an Infobright engine mysql> explain SELECT COUNT(ac.UID) FROM ACTIVE ac JOIN ALL a; +—-+————-+——-+——+—————+——+———+——+———+——-+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +—-+————-+——-+——+—————+——+———+——+———+——-+ | 1 | SIMPLE | ac | ALL | NULL | NULL | NULL | NULL [...]