Home arrow MySQL arrow MySQL Benchmarking Concepts and Strategies

MySQL Benchmarking Concepts and Strategies

MySQL is the world’s most popular open source relational database management system (RDBMS). As a result, over ten million installations are spread around the globe. Nevertheless, in reality only a small percentage of those are actually high performance, optimized, and tuned servers. This four-part article series targets the MySQL database and system administrators, covering various strategies to help benchmark and optimize databases, and tune servers to yield an outstanding performance.

TABLE OF CONTENTS:
  1. MySQL Benchmarking Concepts and Strategies
  2. Basics of Benchmarking
  3. Benchmarking Concepts
  4. Taking a Break
By: Barzan "Tony" Antal
Rating: starstarstarstarstar / 8
November 04, 2008

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

You are reading the first segment of this multi-part series. In this part we will first present the importance of benchmarking and then discuss a few techniques for benchmarking MySQL servers. It is important to understand the basics that lie behind benchmarking and stress testing, the distinctions between each, and when we should use which. Ultimately, I will present the tools necessary for accomplishing these tasks. 

The upcoming three segments of this series are going to cover in great detail the tools you need for benchmarking, the various database performance optimization strategies, and MySQL server tuning strategies, respectively. Right now, we should focus only on benchmarking because we need to grasp these "metrics" to be able to analytically see the results of our optimizations later on. The beauty of benchmarks is that they give us numerical feedback.

Therefore, during this series we assume that the reader is somewhat familiar with the "inner mechanism" of relational databases, has a basic understanding of MySQL servers, and ultimately knows his or her way around as far as accomplishing administrative tasks in the operating system of choice is concerned (e.g.; chosen Linux distro or Windows).

Having said this, let's begin. Please bookmark and/or save these articles for further reading because throughout the upcoming parts we will often refer to earlier articles and therefore take for granted that you are familiar with the concepts discussed in previous parts. 



 
 
>>> More MySQL Articles          >>> More By Barzan "Tony" Antal
 

blog comments powered by Disqus
   

MYSQL ARTICLES

- Xeround Releases Free Version of MySQL Cloud...
- Oracle Announces New MySQL Specialization
- Constant Contact Chooses SkySQL for MySQL Su...
- Revoke Statement in MySQL
- The Grant Statement in MySQL
- SuccessBricks Announces ClearDB Availability...
- Building a PHP ORM: Deploying a Blog
- TROSYS Launches Free MySQL Manager and Admin...
- Building an ORM in PHP: Domain Modeling
- Building an ORM in PHP
- MySQL Leads Open Source Market, Gets Cluster...
- Oracle Announces Milestone Release for MySQL
- How to Stop SQL Injection Attacks
- New Defragmentation Solution for SQL Server
- Comparison of MyISAM and InnoDB MySQL Databa...


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap

Dev Shed Tutorial Topics: