And the winner is: MySQL or Memcached or Tokyo Tyrant?
Wednesday, October 28, 2009 at 7:05AM
HighScalability Team

Matt, from the ever excellent MySQL Performance Blog, decided to run a test using a simple scenario drawn from his client experience in the gaming space. The scenario: read a row based on a primary key, update the row, write it to disk, and use the row to lookup another row. Matt ran three different tests explained in a series of three different articles: MySQL and MySQL + Memcached, Memcached Only, and Tokyo Tyrant.

The lovingly compiled details along with many cool graphs are in the articles, but in general the lessons learned are:

Matt is careful to say he is not trying to pick a winner. His purpose is to get you to take a look at your application and be open to which solution will work best for your particular problem. There are options out there now. Ask yourself: Is keeping data in the database really necessary? Or is there a different tool for the job that may work better than that trusty old hammer?

Related Articles

 

 

 

 

 

Article originally appeared on (http://highscalability.com/).
See website for complete article licensing information.