1 seconds to kill business analysis
Normal e-business process
(1) Inquiry goods, (2) Create Order, (3) deduct inventory, (4) Update order, (5) payment, (6) Seller issue
The characteristics of the second kill business
(1) Low price, (2) Large
A good tool for connecting to killMySQL is part of perconatoolkit. when there are many idle connections, the maximum number of connections is exceeded, and a problematic SQL statement causes high mysql load, you need to kill some connections. This
Method OneGenerate the statement temporary files that need to be processed by the connection information in the Information_schema.processlist table, and then execute the instructions generated in the temporary file.
Copy Code code as follows:
This article mainly introduces the parameters of common pt-kill processes. if you need it, refer to pt-kill, which is an excellent tool for kill MySQL connection and part of percona toolkit, when the maximum number of connections is exceeded due to
Pt-kill is an excellent tool for connecting to killMySQL. it is part of perconatoolkit. when many idle connections cause the maximum number of connections to be exceeded and a problematic SQL statement causes high mysql load, all of them need to
Percona utility-Introduction to pt-kill, perconapt-kill
Pt-kill is an excellent tool for kill MySQL connection and is part of percona toolkit, when the maximum number of connections is exceeded due to a large number of idle connections and a
Batch kill SQL statements that run for a long time in mysql, killmysql
KILL syntax
KILL [CONNECTION | QUERY] thread_idEach connection to mysqld runs in an independent thread. You can use the show processlist statement to check which threads are
Method OneGenerate the statement temporary file for the MySQL connection that needs to be processed through the connection information in the Information_schema.processlist table, and then execute the instructions generated in the temporary
Pt-kill is a good kill MySQL connection tool, is a part of Percona Toolkit, in the due to more idle connections cause more than the maximum number of connections, a problem of SQL causes MySQL load is high, you need to kill some connections, This
The following is from the MySQL manual:13.5.5.3. Kill syntaxKILL [CONNECTION | QUERY] thread_idEach connection to the mysqld is run in a separate thread, and you can use the show Processlist statement to see which threads are running and terminate a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.