Skip to main content

MySQL AB __ Using the New MySQL Query Profiler

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (1)

  • mysql

    MySQL

    19 members,83 bookmarks

    Let's talk about MySQL here.

Bookmark History

Saved by 9 people (5 private), first by anonymouse user on 2007-04-05


Public Sticky notes

When it comes to overall performance, it's important to remember that the #1 contributor is always a good database design. The second highest contributor to performance is well-tuned SQL code.

Highlighted by ken

But a better day has come along in MySQL 5.0.37 with the inclusion of the SQL Profiling utility. This interactive diagnostic aid allows a developer or DBA to gain insight into where a set of SQL code spends its time and the resources it is using.

Highlighted by ken