On 12 April 2013 10:45, Yang Zhang <yanghatespam@xxxxxxxxx> wrote:
What about:
explain analyze select * from lead where email = 'foo@xxxxxxxx';
--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.
explain select * from lead where email = 'foo@xxxxxxxx';
explain analyze select * from lead where email = 'foo@xxxxxxxx';
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.