June 19, 2013

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

…in the MySQL manual. You can configure the slave to only replicate a specific database, a set of databases, or …use the slave_compressed_protocol option in /etc/my.cnf if bandwidth is a concern. If you’re …before it occurs. For example, if you see a large number of long-running queries in the output …

Post: Shard-Query EC2 images available

…avaialble data from 1988 to 2010′; mysql> use ontime1; Database changed mysql> show table status like ‘ontime_fact… it will have the same impact. For large datasets effective compression results in the need…InnoDB my.cnf [client] port=3306 socket=/tmp/mysql-inno.sock [mysqld] socket=/tmp/mysql-inno….

Post: What's required to tune MySQL?

… you should expect to deliver huge wins. If MySQL is actually badly configured, you can hurt its … need more than simply looking at your my.cnf file. It’s sometimes possible to look at … large gains that go far beyond configuration alone. [1] I prefer to avoid the word “tuning,” because database

Post: Percona XtraDB Cluster - installation and setup webinar follow up Q&A

…true’. Q: Can you quickly show the my.cnf settings again? A: Sure, see this post … built-in mysql replication are independent from each other. Q: I installed Percona as cluster database working with… apply here, in large zabbix deployments, you may want to partition your large history tables, so …

Post: New SpecJAppServer results at MySQL and Sun.

database 4 cores was enough. Does it mean the J2EE system got saturated before the database ? Or does it mean MySQLMySQL Settings are probably what is the most interesting: MySQL 5.0 Tuning in /etc/my.cnf…_size = 1600M – another Benchmark optimization. Such large logs typically will cause too long…

Post: Why you should ignore MySQL's key cache hit ratio

…manage to reduce Key_reads, we might make the database server faster overall, and perhaps the query of …set — the index blocks that are frequently used. How large is that? This is yet another thing that’…a shame. When you are new to MySQL, trying to configure my.cnf, and you have heard guidance that …

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

…-87 with the following my.cnf configuration: [mysqld] datadir=/data/mysql socket=/var/run/mysqld/mysqld…. concurrently. Because the customer was running a database which was way bigger than 16G, I’… system alignment should have really interesting effects. Large stripe on the other hand should somewhat…

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

…features introduced with InnoDB full-text search), that’s largely where the similarities end. NOTE 1: I was …our database directory: -rw-rw—-. 1 mysql mysql 8632 Feb 20 15:54 dir_test_innodb.frm -rw-rw—-. 1 mysql mysql … lower_case_table_names = 1 in /etc/my.cnf), but I think it’s even worse that …

Post: Heikki Tuuri answers to Innodb questions, Part II

mysql.com/bug.php?id=29560 Concerning a switch to Oracle’s main database, I believe different applications work best on different database…innodb_flush_method=O_DIRECT in my.cnf, to prevent double buffering. Configure as … a good way to get large data manageable. MySQL Master Master Manager can help …

Post: How innodb_open_files affects performance

… be open or closed. Furthermore besides MySQL table_cache Innodb maintains its own (… tables: 091118 18:43:36 InnoDB: Database was not shut down normally! InnoDB: …max_files_open in InnoDB: my.cnf. InnoDB: fil_sys open file LRU…300 is not being that large liability even with large number of tables and…