… cluster (cpu, memory, disk, power,etc) then split the problem up into more chunks. Each Shard-Query… BETWEEN, IN, subqueries in the FROM clause, and UNION operations to operate fully in parallel. Distributed … which speaks SQL, but right now only MySQL storage nodes are supported. Amdahl’s law …
Post: MySQL: Data Storage or Data Processing
… single node does not take you that far. MySQL concept of Single Query=Single Thread works well when few rows needs to… on the roadmap. Indeed MySQL has MySQL Cluster but it is quite different. MySQL Cluster at this point is a cluster in terms of Storage – only… jobs such as sorting, unions/instersections have to be performed on the SQL node. May be MySQL Cluster will evolve and data storage…

