June 20, 2013

Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!

… least for the moment, this table must use the latin1 character set. mysql: CREATE TABLE innodb_ft_list2 (…terms are prefixed with “+” and others have no prefix, results that have the unprefixed term will be …Playback) that can help you with this. These tools are free and open source, please use them….

Page: Tools

… Toolkit is a great set of tools for MySQL Performance Analyses and maintainence. Must know and have for any MySQL User. mysqladmin mysqladmin extended -i100 -r is very nice way to look how MySQL performance counters…

Post: Heikki Tuuri Innodb answers - Part I

… like self tuning in theory. But I really like to have tools to steer the database behavior in the cases when self… would like to have the memlock also. PZ: memlock already works – it is global MySQL Server option, though it may have problems on… serialization. MySQL‘s binlog and InnoDB’s log must have the transactions in the same order, for a recovery based on MySQL‘s binlog…

Post: MySQL 5.6 vs MySQL 5.5 and the Star Schema Benchmark

… pools on MySQL 5.5.30. Finally, MySQL 5.6.10 has many additional tuning options which must be … schema, so they are popular for use with tools like Mondrian and also for data mining.  I… and the other secondary indexes have been pushed out of the buffer pool. mysql> select * from information_schema…

Post: High availability for MySQL on Amazon EC2 – Part 2 - Setting up the initial instances

mysql host would be much larger. Using another type is trivial. I will assume you are using the command line api tools…STATUS|$START|$STORE \n” } } and now we have yves@yves-laptop:~$ ec2-describe-instances | ./filtre_instances…, the chosen key in the authkeys file must be identical and good way to …

Post: Infinite Replication Loop

… and it is fixed ! Of course you must be sure that there are no direct … failover during the process because high availability tools like mmm can cause failover if you stop …have reviewed this post. [1] http://dev.mysql.com/doc/refman/5.1/en/replication-implementation-details.html [2] http://dev.mysql

Post: Connecting orphaned .ibd files

… to an alien ibdata1. There are several situation when you have to: 1. ibdata1 is erroneously removed 2. ibdata1 is heavily… SPACE in InnoDB dictionary. MySQL must be stopped at this point. There is a tool ibdconnect in Percona InnoDB Recovery Tool. Make sure you… it shold not be used in production. The tool ibdconnect was tested on MySQL 5.1 on CentOS 5.6 x86_64…

Post: How To Test Your Upgrades - pt-upgrade

… upgrading your servers. pt-upgrade This tool lets you test your SELECT queries against multiple MySQL servers and reports on how each…. First, ideally, each server must have identical set of data. One approach and most recommended is by having a slave upgraded to your…. Lastly, although if you are upgrading your hardware alongside your MySQL version, you should also consider running these tests on similar…

Post: Should you have your swap file enabled while running MySQL ?

…- if you keep swap enabled you may have hard time keeping MySQL in memory because Kernel would love to … use can be less if you have swap file disabled. Though I must note again this can be …not mind slowdowns if you mixedup as well as have tools to resolve them quickly (ie killing runaway queries) …

Post: Analyzing Slow Query Table in MySQL 5.6

…log in table format.  Users of some MySQL appliances like Amazon RDS must use table logs, since they can’t…logging code in MySQL 5.6.10 source, in file sql/log.cc.  I discovered  that they have refactored …is so imprecise.  But pt-query-digest and similar tools don’t read the query log table—they only…