June 19, 2013

Post: Percona XtraDB Cluster reference architecture with HaProxy

my.cnfinnodb_locks_unsafe_for_binlog=1 innodb_autoinc_lock_mode=2 innodb_buffer_pool_size=400M innodbdefault_backend pxc-back frontend stats-front bind *:80 mode http defaultdatabase and a userfor it. mysql> create database

Post: Copying InnoDB tables between servers

defaults-file=/etc/my.reg.cnfset by –use-memory parameter) InnoDB: Log scan progressed past the checkpoint lsn 3 763355707 090730 23:22:43 InnoDB: Database

Post: Updated msl (microslow) patch, installation walk-through!

as close to the original one as possible (e.g. to have the same set of storage engines or default…factors such as storage engines used (InnoDB will take significantly longer to close than MyISAM), database configuration, … one as it enables the logging. If you don’t specify it in my.cnf file…

Comment: When is it a time to upgrade memory ?

… not up to date as we would due to the database latency. To give you more information, this is my.cnf: [mysqld] datadir=/var…64M default-collation=utf8_unicode_ci default-character-set=utf8 default-storage-engine=InnoDB bulk_insert_buffer_size=8M # Innobd Tuning #innodb_force_recovery=2 innodb_thread…

Post: New SpecJAppServer results at MySQL and Sun.

… The MySQL Settings are probably what is the most interesting: MySQL 5.0 Tuning in /etc/my.cnf (…- query cache disabled. Not a big surprise though as this is default value I believe there was attempt …lot better in Innodb (and we have patches for this) Operating System Notes from database server: UFS …

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

… (which are used by default) have to live in …my.cnf configuration: [mysqld] datadir=/data/mysql socket=/var/run/mysqld/mysqld.sock innodb_file_per_table = true innodbsetting. Summary For the two workloads that are most relevant to databases …see the difference in production as I had another machine …

Post: Using Flexviews - part two, change data capture

As the name implies, CDC software captures the changes made to database… unique server_id in the my.cnf log_slave_updates=1,…increment primary key, > c2 int > ) > engine=innodb; Query OK, 0 rows affected …is because this is the default config filename to search … 3 rows in set (0.00 sec) As you can see,…

Post: What's required to tune MySQL?

InnoDB. If your server really hasn’t been configured — that is, it’s running with a default…, I sometimes see unlikely settings, such as making the sort buffer size… my.cnf file. It’s sometimes possible to look at the my.cnfdatabase. These changes can give a much greater improvement in your database

Comment: What to tune in MySQL Server after installation

database server. So, mymy.cnf configuration file [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Defaultinnodb_data_home_dir = /var/lib/mysql/ #innodb_data_file_path = ibdata1:100M:autoextend set-variable = innodb_buffer_pool_size=100M set-variable = innodb

Comment: Time for Zero Administration effort at MySQL ?

innodb_buffer_pool_instances. These and a few other settings are usually fine in their default settingsettings (from my.cnf or SHOW GLOBAL VARIABLES) and just tells you how much memory will be allocated for those settings