…Using intersect(i1,i2); Using where | +—-+————-+———+————-+—————+——-+———+——+——+————————————-+ 1 row in set (0.00 sec) As you can see in this case MySQL does the Intersection…
Comment: How to find wrong indexing with glance view
… converted to IN instead of using BETWEEN [1]. As all boolean operators are ‘AND’, mysql can use either indexes built on multiple columns or intersection of… “show people with fotos only” and mysql can use index to filter records before fetching any rows. How much it will give? Not many…

