Compared with other large databases such as Oracle, DB2, SQL Server, etc., MySQL has its own shortcomings, but this does not reduce its popularity at all. For general individual users and small and medium-sized enterprises, the functions provided by MySQL are more than enough, and because MySQL is open source software, it can greatly reduce the total cost of ownership. How does an enterprise optimize MySQL in production? Reference answer: a: Hardware optimization: 1. Use 64-bit CPU, at least 4 CPUs, and the larger the L2 cache, the better b: Operating system optimization 1. Choose x86_64 as the operating system and try to use xfs file system c: mysql architecture optimization 1. Configure the server to run multiple instances based on memory size d: MySQL database level optimization 1. Optimize my.cnf parameters e: Database management process and system optimization 1. Human process: Development -> Core operation and maintenance/DBA f: MySQL database security optimization 1. The database is prohibited from setting up an external network Summarize This is the end of this article on enterprise production MySQL optimization introduction. I hope it will be helpful to everyone. Interested friends can refer to: Detailed explanation of Oracle paging query performance optimization code, analysis of key points of ORACLE SQL statement optimization technology, introduction to C/C++ compiler optimization, etc. If you have any questions, you can leave a message at any time and the editor will reply to you in time. You may also be interested in:
|
<<: How to build nfs service in ubuntu16.04
>>: Ubuntu16.04 builds php5.6 web server environment
Table of contents Install and configure dnsmasq I...
This article shares the installation and configur...
We hope to insert the weather forecast into the w...
Record the problems you solve for others. Problem...
The process of installing MySQL database and conf...
Definition and Usage The <input> tag is use...
1. Achieve results 2. Data format returned by the...
Table of contents Why choose react-beautiful-dnd ...
This article example shares the specific code for...
I recently used Docker to upgrade a project. I ha...
1. Configure local yum source 1. Mount the ISO im...
Data migration needs to be imported from MySQL to...
VMware Tools is a tool that comes with VMware vir...
Preface What is data type conversion? The default...
Table of contents 1. Sub-route syntax 2. Examples...