Advanced Total found: 952
Posts (353) Pages (4) Comments (595)

August 10, 2006

Post: MySQL Performance Forums

Posted by peter |
I’m happy to announce availability of MySQL Performance Forums on MySQL …forum is created as free alternative to MySQL Consulting Services which we provide. If …LAMP Forum for Web Application scaling and performance topics, whatever database you’re using …

March 31, 2008

Post: MySQL Performance on Memory Appliance

Posted by peter |
… had a chance to check out MySQL Performance on “Memory Appliance” by Violin … I got even a bit better performance. Interesting enough utilization in iostat never … cycles handling them without taking large performance hit. I really hope this would …

May 13, 2008

Post: MySQL Performance Engineer opening

Posted by peter |
…. What are we expecting from MySQL Performance Engineer ? Such person should have … what happens on all layers (MySQL, Operation System, Hardware) when for example… friend. One should have good MySQL knowledge including main storage engines, …

September 20, 2009

Post: Guidance for MySQL Optimizer Developers

Posted by peter |
… large portion of my life working on MySQL Performance Optimization and so MySQL … to old optimizer behavior with new MySQL Version. Make Cost Model Adjustable MySQL…IO cost. Focus on Execution Methods Performance problems can be due to optimizer…

October 9, 2009

Post: Finding your MySQL High-Availability solution - The definitions

Posted by yves |
As my first contribution to the MySQL Performance Blog, I joined Percona at … as it is above some defined performance threshold. Downtime means the opposite, either … or unresponsive according to the defined performance threshold.  In many cases, people don’…

August 18, 2006

Post: MySQL Performance Forum: Hot Topics

Posted by peter |
As I already announced last week I started MySQL Performance Forums project focusing on MySQL Performance … is the list for last week: Ways to perform full text search on Chinese texts with MySQL Replication of Summary tables only Overhead of …

April 14, 2008

Post: Meet MySQL Performance Blog guys on MySQL Users Conference

Posted by peter |
Percona, the company maintaining MySQL Performance Blog has a good presence on…list of sessions we have: Sphinx: High Performance Full Text Search for MySQL (Andrew) EXPLAIN Demystified (Baron) The MySQL Query Cache (Baron) Investigating Innodb …

May 31, 2008

Post: Tools to use for MySQL Performance Review

Posted by peter |
… are some tools we commonly use doing performance review and optimization and we often ask …So now you can find our favorite MySQL Performance Review Tools on the site. … tools which are helpful for “in time” performance audit – for example you see no …

February 15, 2008

Post: MySQL Performance Blog now uses Sphinx for Site Search

Posted by peter |
…search if I wanted to find something on MySQL Performance Blog. Today we have published new search functionality for our site which is… for SEO. Hope this addition will make MySQL Performance Blog more useful for you. UPDATE…

October 17, 2007

Post: MySQL Performance - eliminating ORDER BY function

Posted by peter |
…the first rules you would learn about MySQL Performance Optimization is to avoid using …column value needs to do the filesort: mysql> explain select * from tst where i=5… cases when this would be possible: mysql> explain select * from tst where i=5…