UNION/UNION ALL queries and parallel processing
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
Subject
Views
Written By
Posted
UNION/UNION ALL queries and parallel processing
7280
April 20, 2006 09:39AM
3215
April 23, 2006 02:11PM
3461
April 23, 2006 08:04PM
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.