0% found this document useful (0 votes)
41 views3 pages

Watch The Mysql Enterprise Monitor Demos : Improve Mysql Performance: Find and Fix Problem Queries

The document discusses how the MySQL Query Analyzer tool allows developers to monitor and improve query performance on both development and production systems. It provides a consolidated view of query activities and execution details to help identify expensive queries, visualize query patterns, and drill down into detailed query statistics and execution plans to find and address performance issues. Correlated graphs also allow visualizing MySQL server activity alongside query execution over time to further help with performance tuning.

Uploaded by

sandeep
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views3 pages

Watch The Mysql Enterprise Monitor Demos : Improve Mysql Performance: Find and Fix Problem Queries

The document discusses how the MySQL Query Analyzer tool allows developers to monitor and improve query performance on both development and production systems. It provides a consolidated view of query activities and execution details to help identify expensive queries, visualize query patterns, and drill down into detailed query statistics and execution plans to find and address performance issues. Correlated graphs also allow visualizing MySQL server activity alongside query execution over time to further help with performance tuning.

Uploaded by

sandeep
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Rich graphs that drill down into detailed query information provide significantly better visibility

into database performance issues. With the MySQL Query Analyzer, developers can
improve SQL code during active development as well as continuously monitor and tune
queries running on production systems.

Watch the MySQL Enterprise Monitor Demos »

Improve MySQL Performance: Find and Fix Problem Queries


The MySQL Query Analyzer provides a consolidated view of query activities and execution
details enabling developers and DBAs to quickly find performance tuning opportunities.
MySQL Query Analyzer enables developers to:

 Quickly identify expensive queries that impact the performance of their


applications
 Visualize query activity to gain further insight into performance beyond query
statistics
 Filter for specific query problems like full table scans and bad indexes using
advanced global search options
 Fix the root causes of poor performance directly in the SQL code

Visually Correlate Query Execution with MySQL Server Activity


Correlated graphs allow developers and DBAs to visually compare MySQL server activity
concurrently with executing queries.

 Drag and Select a region on a graph to display the queries being executed
during the selected time period
 Combine timeframes with numerous filtering options such as Query Type,
Execution Counts, First Seen and more to further target tuning opportunities

Drill Down into Detailed Query Information


Fine-grained query statistics take the guesswork out of finding queries that can be tuned for
better performance.

 Query Analyzer Table provides aggregated summary information for all


executing queries
 Query Response Time Index (QRTi) identifies queries with unacceptable
response times
 Response Statistics provide Execution Time and Row Statistics, Time Span
and First Seen
 Example Query provides a sample query for further review
 Explain Query provides insight into the execution plan used for the query
 Graphs provides key metrics such as Execution Time, Executions, Rows, and
Kilobytes for a window of time for a specific query

Demos
 Installing MySQL Enterprise Monitor
 Real-time MySQL Performance & Availability Monitoring
 Performance Tuning with MySQL Query Analyzer
 Remotely Monitor MySQL in the Cloud

White Papers
 MySQL Enterprise Edition Product Guide

Presentations
 MySQL Enterprise Edition
Contact MySQL Sales
USA/Canada: +1-866-221-0634   (More Countries »)
   

 PRODUCTS

 MySQL Database Service

 MySQL Enterprise Edition

 MySQL Standard Edition

 MySQL Classic Edition

 MySQL Cluster CGE

 MySQL Embedded (OEM/ISV)

 
 SERVICES

 Training

 Certification

 Consulting

 Support

 
 DOWNLOADS

 MySQL Community Server

 MySQL NDB Cluster

 MySQL Shell

 MySQL Router

 MySQL Workbench
 

You might also like