Are MySQL operations multithreaded?
In particular, when you run select, does the select (or join) algorithm generate multiple threads for collaboration? Will multithreading prevent the ability to support multiple concurrent users?
Several background threads are running on the MySQL server. In addition, each database connection is served by a single thread. Parallel queries (selected using multiple threads) are not implemented in MySQL.
MySQL , " ". , Facebook MySQL.
, , , . , . . Oracle RDMS , DB Writer ..- .