MySQL Forums
Forum List  »  Optimizer & Parser

Re: Is Union Queries run in Parallel form or not.
Posted by: Peter Brawley
Date: October 18, 2017 08:32AM

Assuming you mean by "parallel form" use of multipleprocessors if available, see https://dba.stackexchange.com/questions/5666/possible-to-make-mysql-use-more-than-one-core

The best way to improve query performance is to run Explain on it and use those results to optimise indexing for it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is Union Queries run in Parallel form or not.
657
October 18, 2017 08:32AM


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.