Community

Separation of Query Server and Data Server

(Mikael Ronstrom) In MySQL we have separated the Query Server and the Data Server functionality. The Query Server is what takes care of handling the SQL queries and maps those to lower layers call into the Data Server. The API to the Data Server in MySQL is the storage engine API.

Read More - Register for Free Membership