MySQL Forums
Forum List  »  General

Re: Intra-Query Parallelism in MySQL Server
Posted by: Rick James
Date: March 08, 2011 10:21PM

Some guesses...
* Lots of edge cases to consider
* Parallel execution can be slower
* Parallel execution can stumble over I/O
* Deciding whether to parallelize would take extra optimization time
* It was only recently that multi-core boxes were common

Options: ReplyQuote


Subject
Written By
Posted
Re: Intra-Query Parallelism in MySQL Server
March 08, 2011 10:21PM


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.