MySQL Forums
Forum List  »  Optimizer & Parser

UNION/UNION ALL queries and parallel processing
Posted by: Dominique PRUNIER
Date: April 20, 2006 09:39AM

Hi,

I have a single threaded application which batch queries using UNIONs. My question is: does MySql execute independant UNIONs subqueries in parallel or one by one ? Then , is better for me to batch queries in a union or to run parallel queries from several threads in my application ? These queries are mostly CPU consumming, thats why i would get performance hit on SMP architecture with parallel queries.

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
UNION/UNION ALL queries and parallel processing
7098
April 20, 2006 09:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.