5
I have a relatively large database.
And the consultation in it varies a lot and I have some doubts regarding performance:
1- Create multiple indexes, taking into account the
Where (E.condicao = '1') AND (E.situacao != 'disabled')...
Does it influence performance? (Beyond disk space?)
2 - How it defines which index to use?
3 - Is there any weighting with regard to using multiple indices?
Using Mysql 5.5.