当前位置:网站首页>After meeting a full stack developer from Tencent, I saw what it means to be proficient in MySQL tuning
After meeting a full stack developer from Tencent, I saw what it means to be proficient in MySQL tuning
2022-07-02 17:23:00 【Jue seconds of writing code】
One 、 Preface
MySQL Tuning for many programmers , It's a very difficult problem , Most of the cases are due to the database problems and processing ideas are not clear . It's going on MySQL Before optimization, we must know that MySQL Query process of , A lot of query optimization work actually follows some principles MySQL The optimizer of can run as expected .
Just yesterday, I took time out of my busy schedule to interview a full stack developer from Tencent , I said it :MYSQL How to start with performance tuning ? His answer is : Based optimization 、 Philosophy of optimization 、 Optimize requirements 、 Optimization ideas 、 Storage engine layer 、 Database optimization 、 Wait for the details , Well, I admit I lost .
But I seriously doubt that he came prepared , Otherwise, no one can remember so clearly and orderly , Sure enough , He told the truth after he took office ;
There is a book recommended by many bosses in their team 【MySQL Performance optimization and high availability architecture practices 】 file

Well, don't say more , Xiaobian shares it directly , After learning, you can also write on your resume “ Master MySQL performance optimization ”, At the same time, I hope you can hang and beat other interviewers ;
Catalog
- InnoDB Storage cited the entire architecture
- MySQL Transactions and locks
- SLQ Language performance optimization

- MySQL Server optimization
- MySQL Performance monitoring
- MySQL Master slave copy
- PXC Highly available solutions

- be based on MHA Realized MySQL. Auto fail over cluster
- MySQL Group Replication
- Keepalived+ High availability architecture of dual master replication
- Database sub database sub table and middleware introduction
- Mycat Middleware details

MySQL Architecture introduction

The current industry MySQL Mainstream branch versions have Oracle The official version of MySQL、 Percona Server、MariaDB. Next, let's look at the characteristics of each branch .

InnoDB Storage engine architecture

from MySQL 5.5 Version start ,InnoDB Is the default table storage engine , It is characterized by supporting transactions 、 Support data row lock 、 the Multi version concurrency MVCC、 Support foreign keys .InnoDB The architecture of the storage engine is shown in the figure 2-1 Shown , Including memory pool 、 Background thread and underlying data file


MySQL Transactions and locks

MySQL Transaction isolation level
Transactions also satisfy isolation through the locking mechanism . stay InnoDB In the storage engine , There are different levels of isolation , They have different isolation .

Lock wait
Lock waiting refers to the lock generated during a transaction , Other transactions need to wait for the previous transaction to release its lock to occupy the resource . If the transaction has not been released , You need to keep waiting , Until the lock waiting time is exceeded , An error of waiting timeout will be reported . stay MySQL Pass through innodb_lock_wait_timeout Parameter to control the lock waiting time , The unit is seconds . Pictured 3-9 Shown , You can do this by saying show variables like '%innodb_lock_wait%' To see the lock wait timeout .

SQL Sentence performance optimization

Speaking of SQL Sentence performance optimization , I believe everyone knows some simple skills : Don't use SELECT *、 Don't use NULL Field 、 Using indexes properly 、 Select the appropriate data type for the field, etc . Do you really understand these optimization techniques ? Do you understand how it works ? This chapter starts from the perspective of theory and practice , Explain the principles behind these optimization suggestions .

Create high-performance indexes
The index is to improve MySQL An important way to query performance . Try to avoid thinking about adding indexes afterwards , Because you may need to monitor a lot of SQL To locate the problem , And the time needed to increase the index must be much longer than the time needed to increase the index initially .

MySQL Server comprehensive optimization

Most use Linux Large and medium-sized Internet websites with operating systems are using MySQL As a back-end database service , So how to optimize MySQL Server is what we want to study . Now? MySQL 5.7 Version for multi-core CPU、 Solid state disk 、 The lock mechanism has better optimization . in addition ,MySQL 5.7 The version has improved the optimizer a lot , such as MySQL 5.7 Of in Sentence query can use index range scan The way ,Union all No more temporary tables , Sorting efficiency has also been improved . We from MySQL 5.7 Version of the storage engine enhancements , Hardware 、 operating system 、 Configuration parameter optimization 、 The design specification is optimized in several aspects MySQL The server

MySQL Performance monitoring

MySQL Accepted by more and more enterprises . With the development of the enterprise ,MySQL Storage data is expanding , Performance analysis 、 Monitoring and early warning is very important . In some cases , Usually a set of MySQL monitor / Graphical tools , And then according to MySQL Monitor the information provided by the panel to perform further tuning .


MySQL Master slave copy

MySQL The master-slave replication function of is built on MySQL High availability of database 、 High performance application foundation , It can be used to share the read load of the main database , It is also highly available HA And so on . Master-slave replication means that data can be copied from one MySQL The database server master node replicates to another one or more MySQL Database server slave node . Master slave replication can be used for real-time data backup 、 Read / write separation 、 High availability HA And so on .


PXC Highly available solutions



be based on MHA Realized MySQL Auto fail over cluster

MHA It's an excellent set of actions MySQL High availability software for failover and master-slave promotion in high availability environment . It's made up of two parts :MHAManager( The management node ) and MHA Node( Data nodes ), Pictured 9-1 Shown .MHA Manager Can be independently deployed on a separate machine to manage multiple master-slave Primary and secondary replication clusters , It can also be deployed in one slave From the node .

MySQL Group Replication

For a long time MySQL Officials lack native MySQL Clusters are flexible and can provide solutions with strong consistency , So third party companies are based on Galera Agreed Percona XtraDB Cluster(PXC) Accumulated many customer cases . 2016 year 12 month 12 Japan Oracle Released MySQL Group Replication The first of GA edition , And provide their own comparison Galera Performance testing .MGR As a star product promoted by the government , Indeed, it has the same old brand products as the market ( Such as PXC) Eligibility for competition .MGR Is based on Paxos High availability solution of distributed consistency protocol , Perfectly solved MySQL Defects in consistency and high availability . future MGR The probability of the plan will become the bank 、 insurance 、 High availability and disaster recovery solutions for financial services such as securities .


Keepalived+ High availability architecture of dual master replication


All right, that's it , I hope the little partner who gets this document can cut down his favorite offer
边栏推荐
- 海思Hi3798MV100机顶盒芯片介绍[通俗易懂]
- 剑指 Offer 26. 树的子结构
- 深度之眼(三)——矩阵的行列式
- SSB threshold_ SSB modulation "suggestions collection"
- 求简单微分方程
- Green bamboo biological sprint Hong Kong stocks: loss of more than 500million during the year, tiger medicine and Beijing Yizhuang are shareholders
- VMware install win10 image
- helm kubernetes包管理工具
- Weili holdings listed on the Hong Kong Stock Exchange: with a market value of HK $500million, it contributed an IPO to Hubei
- 例题 非线性整数规划
猜你喜欢

Goodbye, shucang. Alibaba's data Lake construction strategy is really awesome!

使用知行之桥的API端口,提供资源供合作伙伴访问

ThreadLocal

【征文活动】亲爱的开发者,RT-Thread社区喊你投稿啦

TCP拥塞控制详解 | 2. 背景

宝宝巴士创业板IPO被终止:曾拟募资18亿 唐光宇控制47%股权

13、Darknet YOLO3

si446使用记录(一):基本资料获取

Qstype implementation of self drawing interface project practice (II)

The poor family once again gave birth to a noble son: Jiangxi poor county got the provincial number one, what did you do right?
随机推荐
书包网小说多线程爬虫[通俗易懂]
对接保时捷及3PL EDI案例
Dstat use [easy to understand]
綠竹生物沖刺港股:年期內虧損超5億 泰格醫藥與北京亦莊是股東
IP地址转换地址段
Explanation of traceroute command
PhD battle-11 preview | review and prospect backdoor attack and defense of neural network
Usage of sprintf() function in C language
伟立控股港交所上市:市值5亿港元 为湖北贡献一个IPO
寒门再出贵子:江西穷县考出了省状元,做对了什么?
Green bamboo biological sprint Hong Kong stocks: loss of more than 500million during the year, tiger medicine and Beijing Yizhuang are shareholders
LSF basic command
Sword finger offer 24 Reverse linked list
超卓航科上市:募资9亿市值超60亿 成襄阳首家科创板企业
Youzan won the "top 50 Chinese enterprise cloud technology service providers" together with Tencent cloud and Alibaba cloud [easy to understand]
博客主题 “Text“ 夏日清新特别版
简单介绍BASE64Encoder的使用
What will you do after digital IC Verification?
福元医药上交所上市:市值105亿 胡柏藩身价超40亿
Listing of chaozhuo Aviation Technology Co., Ltd.: raising 900million yuan, with a market value of more than 6billion yuan, becoming the first science and technology innovation board enterprise in Xia