May 24, 2012

Post: MySQL Replication vs DRBD Battles

…. In the large databases I run in production relaying on MySQL Replication for HA I often have 15+ minutes reply… in this case DRBD slave node can’t be called hot because write load often does not… consistency – MySQL Replication can out of sync – and there is bunch of tips in documentation of how to …

Post: Managing Slave Lag with MySQL Replication

often get is how far MySQL may fall behind and how to keep replicationMySQL Replication goes in single thread it is enough for one statement to get stuck to have all replication stalled. Long Queries – MySQL Replicationminute on the Master it will likely run 1 Minute

Post: Upgrading MySQL

… road. So how do people approach … plan, taking minutes or hours even…MySQL does not crash under your load as well s it scales well. There have been number of scalability bugs in MySQL…best to use MySQL Replication for upgrade. …often stage upgrades in time a bit so if something happens (like MySQL

Post: Estimating Replication Capacity

MySQL replicationdoes not work in Oracle MySQL Server. set userstat_running=1 and run following query: mysql> select * from information_schema.user_statistics where user=”#mysqlhow long it takes to catch up. If you paused replication for 10 minutes and it took 5 minutes to catch up your replication

Post: MySQL Consulting - Being on your own

oftenin 15 minutesdoes MySQL Related work – it is very hard to find people with good enough MySQL knowledge. MySQLMySQL and LAMP systems in general, LAMP performance optimization, replication and high availability, scaling, writing whitepapers, helping people with data recoveries, implement MySQL

Post: Heikki Tuuri Innodb answers - Part I

replication, and remember that the execution is not serializable. PZ: Cool. This is one of little known new features in MySQL 5.1 Q15: How frequently does Innodb fuzzy …problems every so often. Q16: How Innodb decided how many pages… to disk) once every minute or two. This way…