June 19, 2013

Post: Reasons for MySQL Replication Lag

write-through mode which can cause serve performance degradation. Configuration Changes Have you changed MySQL…change as increasing buffer pool size could cause performance problems. MySQL Restart MySQL Restarts may include … may see only modest slowdown when data doubles, while in other case 10-20% …

Post: When would you use SAN with MySQL ?

… read caching more efficient in its memory while write buffering can too be done by MySQL and local RAID (with BBU) quite efficiently… what is about MySQL/Innodb specifics ? First, in MySQL if you’re looking for durable transactions the log write latency is triple important… split in two (ie for recovery purposes). Sure it needs double the storage but you get 2 copies of data too…

Post: Percona Server 5.1.47-rel11.0

…. Added the –percona_innodb_doublewrite_path option to place the double-write-buffer into its own file (issue #584299). The feature is sponsored… compile with CFLAGS=-DUNIV_DEBUG #569156 CentOS 5: mysql-server conflicts with MySQL-server #589639 Recovery process may hang when tablespaces are…

Comment: Innodb Double Write

… help me understand this a bit better. So is this double write buffer a special file on the disk and can we see… recovery then it has to be a file within the Mysql space. – Ratheesh

Post: Heikki Tuuri answers to Innodb questions, Part II

write buffering efficiently. Q30: Question about using solid state disks for storing ib_log* files; I know that innodb writes…to prevent double buffering. Configure as much memory as possible to InnoDB’s buffer pool…. choosing innodb_buffer_pool_size Q36: There have been several MySQL bugs opened …

Post: The relationship between Innodb Log checkpointing and dirty Buffer pool pages

… does it tell us? mysql> SHOW ENGINE INNODB STATUS\G — LOG…writing in the log. Dirty Buffer Pool Pages On the other side, we have dirty buffers.  These two numbers are relevant from the BUFFERbuffer flushing also doesn’t scale well on high io subsystems, it effectively just doubles the dirty buffer

Post: MySQL 5.5.8 - in search of stability

… ran the tpcc-mysql benchmark with 500W (about 50GB of data) on the FusionIO 160GB SLC card. For innodb_buffer_pool_size… of buffer_pool_size to data. For the initial tests, I used MySQL 5.5.8 (the tar.gz binary from dev.mysql… activity actually adds significant I/O activity. Basically, it doubles the amount of writes :) , as you see from its name. So, let…

Post: How does MySQL Replication really work?

…So, I decided to write one now. Of course, there are many aspects of MySQL replication, but my main … the SQL thread, still it makes sense to double check. You can do that by comparing the … disks and write-back cache. Writes, even though they are serialized, will be fast because they are buffered in …

Post: MySQL Performance on Memory Appliance

…I helped Violin Memory to optimize MySQL for customer workload and Violin … for reads and about 500MB/sec writes with 16 concurrent threads. Things … with key buffer on and off. Interesting enough disabling key buffer actually worked ….5K queries/sec from MyISAM (double of Innodb already) which scaled …

Post: MySQL Users Conference - Innodb

… look like it is too late to write about stuff happened at Users Conference but I’m…increasingly important as their number per CPU just keeps doubling. It is also rather interesting how is sort …other areas in Innodb than buffer-pool which had it locking relaxed in latest MySQL 5.0 Hopefully the …