MySQL Architecture begins

Source: Internet
Author: User

Opening

The MySQL architecture differs from other databases and is useful for most purposes. MySQL is not perfect, but it is flexible enough for some demanding environments. such as Web applications. MySQL can also strengthen embedded applications, data warehousing, content indexing, distribution software, available redundancy systems, online transaction processing, and more.

To be proficient in MySQL, you must first understand its design. This will make it easier to use MySQL instead of abusing it. MySQL's flexibility is embodied in a number of ways, such as it can run on many kinds of hardware, supporting many data types. The most specific and important feature of MySQL, however, is the architecture of his storage engine. This design separates the query processing and other server tasks from the storage engine and the retrieval. In MySQL5.1, you can even read the storage engine as a Run-time plug-in. This mechanism allows you to make more choices, such as the setting of each table, the way data is stored, and the performance, features, and other features you want to adjust.

This section mainly teaches the MySQL architecture, the different storage engines, and why these differences are so important. As simple as possible, describe these details and some examples. These discussions are especially useful for people who are proficient in other databases.

All done

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.