Quantcast
Channel: MySQL Performance Blog » Search Results » my.cnf mysql 5 optimize
Browsing all 37 articles
Browse latest View live

Post: Aligning IO on a hard disk RAID – the Benchmarks

….088 TB 1 (1-0-0) 2 2-2 64 Optimal WT, RA PhysiclDev Type State Errors Vendor Model Size ========== ==== ======= ====== ======= ============ =========== Hard… running on a Percona Server 5.0.92-87...

View Article



Post: Shard-Query EC2 images available

…query-innodb-demo-64bit x86_64 Percona Server 5.5.11 with XtraDB. Requires m1.large or larger…14.573 InnoDB my.cnf [client] port=3306 socket=/tmp/mysql-inno.sock [mysqld] socket=/tmp/mysql-inno.sock...

View Article

Post: How Percona does a MySQL Performance Audit

…my.cnf files. In fact my.cnf files are usually one of the smallest levers we can pull for server optimization. Schema and query optimization… in some cases): vmstat 5 5 iostat -dx 5 5 If you don’t...

View Article

Post: InnoDB Full-text Search in MySQL 5.6 (part 1)

… editions of MySQL 5.5.30 and MySQL 5.6.10 with… = 1 in /etc/my.cnf), but I think …mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema.innodb_ft_config;...

View Article

Post: Profiling MySQL Memory Usage With Valgrind Massif

…[generally available] packages may contain optimized or stripped binaries, which are optimized for speed rather than …include –default-file=/etc/my.cnf (if this is where your my.cnf file is located)...

View Article


Post: Review of MySQL 5.6 Defaults Changes

… of defaults changes in MySQL 5.6 compared to MySQL 5.5 In general there …my.cnf and getting rid of old my-huge.cnf which are great. Perhaps my jokes about my-huge my-large etc referring to amounts of...

View Article

Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency

…my previous blog post I compared MySQL 5.5.30 to MySQL 5.6.10, both with default settings using only the InnoDB storage engine.  In my…unique challenge to the database optimizer. The SSB benchmark...

View Article

Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

… RHEL 5 and CentOS 5. Bug fixed #1144777 (Ignacio Nin). When mysqldump was used with –innodb-optimize… set in the [client] section of the my.cnf. Bug fixed #1155859 (Sergei Glushchenko). Fixed the...

View Article


Post: Percona Server for MySQL 5.5.30-30.2 now available

…MySQL version 5.5.30-30.2[/caption] Percona is glad to announce the release of Percona Server for MySQL 5.5… 5 and CentOS 5. Bug fixed #1144777 (Ignacio Nin). When mysqldump was used with...

View Article


Post: Choosing a MySQL HA Solution - Post-Webinar Q&A

…a virtual-machine approach, but for the optimal production deployment you want two identical physical…the slave_compressed_protocol option in /etc/my.cnf if bandwidth is a concern. If you… What is my...

View Article

When to use Hardware upgrade instead of Software Optimization

One typical question which frequently pops up is whenever it is better to use hardware upgrade or optimize software more. I already wrote about it, for example here.Today I’ll look at the same topic...

View Article

Why you should ignore MySQL’s key cache hit ratio

I have not caused a fist fight in a while, so it’s time to take off the gloves. I claim that somewhere around of 99% of advice about tuning MySQL’s key cache hit ratio is wrong, even when you hear it...

View Article

Image may be NSFW.
Clik here to view.

Tuning InnoDB Concurrency Tickets

InnoDB has an oft-unused parameter innodb_concurrency_tickets that seems widely misunderstood. From the docs: “The number of threads that can enter InnoDB concurrently is determined by the...

View Article


Here’s my favorite secret MySQL 5.6 feature. What’s yours?

MySQL 5.6 has a great many new features, including, but certainly not limited to a number of performance improvements. However, besides the widely talked-about features such as InnoDB support for full...

View Article

Percona XtraBackup – A workaround to the failed assertion bug

I recently conducted a test backup of my “master-slave” setup in my VirtualBox as I was migrating from Percona Server 5.6.12 to version 5.6.13-rel61.0 with Percona XtraBackup v2.2.0 rev. 4885. However,...

View Article


Image may be NSFW.
Clik here to view.

Percona Server 5.6.15-63.0 is now available

Percona Server version 5.6.15-63.0Percona is glad to announce the release of Percona Server 5.6.15-63.0 on December 19th, 2013 (Downloads are available here and from the Percona Software...

View Article

Profiling MySQL Memory Usage With Valgrind Massif

There are times where you need to know exactly how much memory the mysqld server (or any other program) is using, where (i.e. for what function) it was allocated, how it got there (a backtrace,...

View Article


InnoDB Full-text Search in MySQL 5.6 (part 1)

I’ve never been a very big fan of MyISAM; I would argue that in most situations, any possible advantages to using MyISAM are far outweighed by the potential disadvantages and the strengths of InnoDB....

View Article

Image may be NSFW.
Clik here to view.

Percona Server for MySQL 5.5.30-30.2 now available

Percona Server for MySQL version 5.5.30-30.2Percona is glad to announce the release of Percona Server for MySQL 5.5.30-30.2 on April 10, 2013 (Downloads are available here and from the Percona Software...

View Article

Image may be NSFW.
Clik here to view.

Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

In our last 5.5 series release of Percona Server, we included a regression in the RPM packaging that prevented the server from restarting following an upgrade — instead, the server would remain stopped...

View Article
Browsing all 37 articles
Browse latest View live


Latest Images