Articles under the 'Mysql' tag
Why Does MySQL Sometimes Choose the Wrong Index?
After the table is indexed, sql can select the right index when the amount of data is small, but when the amount of data becomes large, it cannot select the correct index. We analyze the reasons for mysql’s wrong index selection from the following aspects.
Impact the execution of sql cost analysis
A
...
More >>
2023-07-26
Back End
/
Mysql
Mysql Online DDL
About Online DDLDDL(Data Definition Language), that is, the data definition language, including new table, table add fields, change fields and other operations.Large table DDL at will execute dozens of minutes, even a few hours, such a long time to lock the table for the business is obviously unacce
...
More >>
2023-07-17
Back End
/
Mysql