Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to check the run time of mysql statements

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to check the running time of mysql statements, has a certain reference value, friends who need can refer to it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

The way to check the run time of mysql statements is to first execute the [set profiling = 1;] command to open the query profiler tool, and then execute the [show profiles;] command to view the run time of sql statements.

Query Profiler is a query diagnostic analysis tool that comes with MYSQL, which can locate the various resource consumption of a SQL statement execution, such as CPU,IO, and the time spent on the SQL execution.

First of all, check whether profile is enabled. The database is disabled by default.

Check to see if the method is enabled:

Show variables like "pro%"

Set the enabling method:

Set profiling = 1

Then execute show profiles; to see the total execution time of all sql.

Thank you for reading this article carefully. I hope it is helpful for everyone to share how to view the run time of mysql sentences. At the same time, I also hope you can support us, pay attention to the industry information channel, and find out if you have any problems. Detailed solutions are waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report