- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Marc Delisle
- 93字
- 2021-08-20 15:55:26
Profiling queries
Profiling support has been added in the MySQL versions 5.0.37 and 5.1.28. We have previously seen the Profiling checkbox appear in query results.
When this box is checked, phpMyAdmin will analyze every query (including the current one), and a report about the execution time of each MySQL internal operation is displayed as shown in the following screenshot:

Although the profiling system can report additional information about operations (such as the CPU time, and even the internal server's function names), phpMyAdmin currently displays only the name of the operation and its duration.
推薦閱讀
- 數據科學實戰手冊(R+Python)
- HTML5+CSS3王者歸來
- Mastering C# Concurrency
- Python 3網絡爬蟲實戰
- Learning Network Forensics
- 基于Swift語言的iOS App 商業實戰教程
- Bootstrap 4:Responsive Web Design
- 人工智能算法(卷1):基礎算法
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Qt 5.12實戰
- 軟件測試(慕課版)
- HikariCP數據庫連接池實戰
- Mastering Swift 4(Fourth Edition)
- Unity Certified Programmer:Exam Guide
- HTML5 for Flash Developers