


MySQL is currently the most widely used database software (DBMS) among Internet companies. Starting companies as small as BAT, GOOGLE, and FACEBOOK all use MySQL as data storage in their businesses. Alibaba Cloud also provides a cloud version of MySQL - Cloud Database RDS MySQL version. This series of articles hopes to help everyone better understand MySQL, better utilize the performance of the database, and make our data storage more efficient.
History of MySQL
MySQL is an open source free software, and we can directly obtain its source code online. So far, MySQL has a history of more than 20 years. The general milestones are as follows:
● In 1996, MySQL 1.0 was released, which was only available to a small group of people. In October 1996, MySQL 3.11.1 was released (MySQL does not have a 2.x version), and initially only a binary version under Solaris was provided. A month later, a Linux version appeared. Over the next two years, MySQL was ported to various platforms in turn.
● From 1999 to 2000, MySQL AB was established in Sweden and developed the Berkeley DB engine. Since BDB supports transaction processing, MySQL began to support transaction processing from then on.
● 2001 V3.23: MyISAM engine, and Innodb engine prototype
● 2003 V4.0: New syntax features, Innodb becomes a standard component, and query_cache is added
● 2006 V5.0: Views, triggers, stored procedures and other functions were added
● 2008 V5.1: Partitioning, row replication
● 2010 V5.5: Innodb became Default engine, semi-synchronous replication
● V5.6 Innodb improvements, replication functions, etc.
● V5.7 adds new storage engines such as mariaDB
MySQL The system architecture
MySQL is not the same as the database of the same period, but adopts its own unique architecture. We can understand this structure with a famous poem by Du Mu, a poet from the Tang Dynasty:
长安回望绣成堆,山顶千门次第开。 一骑红尘妃子笑,无人知是荔枝来。
There are three roles in it:
##●● Concubine: Responsible for making requests for lychees
Minister: Responsible for arranging the picking of lychees, which path to take, issuing official documents, etc.
●Courier: Responsible for delivering lychees
This corresponds to the three roles in the MySQL architecture: client, processing engine, execution engine
● Client
is equivalent to the role of the concubine: user operation The client issues requests for querying, modifying, adding, and deleting data● Processing engine
The processing engine is equivalent to the role of a minister, responsible for parsing SQL statements and generating execution plan. In addition, it is also responsible for the following responsibilities, which we can pay attention to when optimizing: • Responsible for managing connections and threads: using a multi-threading model, setting thread_cache_size can make use of existing threads • Responsible for managing query cache: use ready-made results to directly cache the result set. When testing statement performance, you need to use sql_no_cache hint to shield● Storage engine
The storage engine is equivalent to express delivery The role of the administrator is responsible for the actual storage of data as well as data reading, modification and other operations. Different storage engines will show different characteristics in actual execution. This will be introduced in detail in a later article. To sum up, this is an overview of the MySQL architecture. I hope it will be helpful to everyone.The above is the detailed content of A brief discussion on the history and architecture of MySQL principles and optimization (1). For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了关于架构原理的相关内容,MySQL Server架构自顶向下大致可以分网络连接层、服务层、存储引擎层和系统文件层,下面一起来看一下,希望对大家有帮助。

在mysql中,可以利用char()和REPLACE()函数来替换换行符;REPLACE()函数可以用新字符串替换列中的换行符,而换行符可使用“char(13)”来表示,语法为“replace(字段名,char(13),'新字符串') ”。

方法:1、利用right函数,语法为“update 表名 set 指定字段 = right(指定字段, length(指定字段)-1)...”;2、利用substring函数,语法为“select substring(指定字段,2)..”。

mysql的msi与zip版本的区别:1、zip包含的安装程序是一种主动安装,而msi包含的是被installer所用的安装文件以提交请求的方式安装;2、zip是一种数据压缩和文档存储的文件格式,msi是微软格式的安装包。

转换方法:1、利用cast函数,语法“select * from 表名 order by cast(字段名 as SIGNED)”;2、利用“select * from 表名 order by CONVERT(字段名,SIGNED)”语句。

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了关于MySQL复制技术的相关问题,包括了异步复制、半同步复制等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了mysql高级篇的一些问题,包括了索引是什么、索引底层实现等等问题,下面一起来看一下,希望对大家有帮助。

在mysql中,可以利用REGEXP运算符判断数据是否是数字类型,语法为“String REGEXP '[^0-9.]'”;该运算符是正则表达式的缩写,若数据字符中含有数字时,返回的结果是true,反之返回的结果是false。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

Dreamweaver CS6
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Zend Studio 13.0.1
Powerful PHP integrated development environment
