↧
Answer by javier_domenech for mySQL Query seems to crash server
Try to add the final conditions to the joins (multiple join conditions).If you use multiple conditions at joins instead of get a huge set and then put the condition at the end your set will be smaller...
View ArticlemySQL Query seems to crash server
I have a mySQL Query to handle a fairly complicated search in WordPress because I've been struggling to get wp_query to do everything I need it to.However, sometimes the query takes a long time to run...
View Article