MySQL Logic architecture (layer three)

Source: Internet
Author: User

1, the client (main processing connection, authorization authentication, security, etc.).

2, the MySQL server layer (core service functions are in this layer, including, query parsing, analysis, optimization, caching and all the built-in functions, all the functions of the cross-storage engine are implemented in this layer: stored procedures, triggers, views, etc.).

3, Storage engine layer (responsible for the storage and extraction of data in MySQL, the server communicates with the storage engine through the API. These interfaces mask the differences between different storage engines. The storage engine does not parse SQL,InnoDB is an exception that resolves the foreign key definition. different storage engines do not communicate with each other, just a simple layer server request. )

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.