Community

Using Parallel Query with Amazon Aurora for MySQL

(Alexander Rubin) Parallel query execution is my favorite, non-existent, feature in MySQL. In all versions of MySQL – at least at the time of writing – when you run a single query it will run in one thread, effectively utilizing one CPU core only.