MYSQL optimization tips: 5 steps + 10 cases
in the hope that useful to everyone
in the hope that useful to everyone
MySQL is a relational database management system developed by MySQL AB in Sweden and currently belongs to Oracle.
Let me declare that the optimization solutions are based on the Mysl-Index-BTree type
We all know that InnoDB's use of '%xx' when fuzzy querying data will cause index failure, but sometimes this is the requirement, and there are many similar requirements
At present, containers and Docker are still the hottest terms in the technical field. The containerization of stateless services has become the general trend. At the same time, it has also brought a hot issue that everyone has debated: `Does database MySQL need containerization?`