Hello, I got problem when try to combine couple big tables with UNION, after running query it takes for ever and finish it. Phpmyadmin getting timeout. What you can suggest ?
Explain more.. How large are we talking? How many results are you fetching? Are you searching for a "String/varchar" or an "Int/long"? Are the thing you search for indexed? More information will make it easier for other people to help you.
Can you give an example of the query your trying and the data structure? and how many rows? unions can be used if they are used in a proper way but they can take a long time if the structures arent optimised