June 20, 2013

Post: Percona Server 5.1.69-14.7 now available: A drop in replacement for MySQL

… on MySQL 5.1.69, this release will include all the bug fixes in it. All of Percona’s software is open… the INNODB_CHANGED_PAGES table would cause server to stop with an I/O error if a bitmap file in the middle… any bitmap files. Bug fixed #1184427. Incorrect schema definition for the User Statistics tables in INFORMATION_SCHEMA (CLIENT_STATISTICS, INDEX_STATISTICS, TABLE_STATISTICS…

Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency

…=/usr/local/mysql socket=/var/lib/mysql/mysql.sock user=justin innodb_buffer_pool_size=64G innodb_log_file_size=4G innodb_file_per_table innodb…=off innodb_file_format=barracuda innodb_log_buffer_size=32M innodb_buffer_pool_instances=16 metadata_locks_hash_instances=32 table_open_cache…

Post: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1

… are one of the new features regarding replication in MySQL 5.6. They open up a lot of opportunities to make the… mysql> change master to master_auto_position = 1; mysql> start slave; and let’s create a new table on the master: mysql> create table test… the table has been created everywhere. So once GTIDs are enabled on all servers, you can have some slaves using file-based…

Post: Experiences with the McAfee MySQL Audit Plugin

MySQL internals can enlighten me here. – audit_record_objs : List of database objects (tables… one commented line for switching between file and socket for output): plugin-…opening new possibilities of extending MySQL‘s behavior in a way that, once set up, is transparent to users, and the McAfee MySQL

Post: Percona Server 5.6.11-60.3 first Release Candidate now available

…_13396″ align=”alignright” width=”247″] Percona Server for MySQL version 5.6.11-60.3[/caption] Percona …5.6 series. All of Percona’s software is open-source and free, all the details of the …need to read any bitmap files. Bug fixed #1184427. Query to the INNODB_CHANGED_PAGES table would cause server …

Post: More on MySQL transaction descriptors optimization

…_file_per_table = true innodb_read_io_threads = 8 innodb_write_io_threads = 8 innodb_io_capacity = 2000 max_connections=5000 table_open…120 –max-requests=0 –percentile=99 –mysql-user=root –mysql-db=sbtest8t1M –mysql-table-engine=INNODB –mysql-socket=/tmp/mysql.sock –oltp-point-selects=1 –…

Post: MySQL and Percona Server in LinkBench benchmark

… 5.5 outperforms MySQL in about 2x times. Both MySQL 5.5.30 and MySQL 5.6.11 demonstrate…max_dirty_pages_pct=80 innodb_file_format=barracuda innodb_file_per_table innodb_read_io_threads = 8 …= 5000 sync_binlog=0 max_connections=5000 table_open_cache=5000 table-definition-cache=1000 query_cache_size=0…

Post: Percona XtraDB Cluster 5.5.30-23.7.4 for MySQL now available

… replicate in case DROP TABLE statement is used on a temporary table. Bug fixed #1084702 (Seppo Jaakola…tmpdir was specified more than once in the MySQL configuration file (my.cnf). Bugs fixed #1160047 and #1086978… release. All of Percona’s software is open-source and free. Release notes for Percona …

Post: Percona XtraBackup 2.0.7 for MySQL available for download

… Software Repositories. Percona XtraBackup is the world’s only open-source, free MySQL hot backup software that performs non-blocking backups for… files, that can be imported by ALTER TABLE IMPORT TABLESPACE on MySQL and Percona Server 5.6 as described in Exporting and Importing Tables

Post: Benchmarking Percona Server TokuDB vs InnoDB

…/data/mysql #for SSD innodb_flush_neighbor_pages = none innodb_adaptive_flushing_method = keep_average innodb_file_per_table = true innodb_data_file_path… max_connect_errors = 10 table_open_cache = 2048 max_allowed_packet = 16M binlog_cache_size = 16M max_heap_table_size = 64M sort_buffer…_extra_sort_file_size = 10G myisam_repair_threads = 1 myisam_recover socket=/var/lib/mysql/mysql.sock user=root skip-grant-tables TokuDB-related…