May 21, 2012

Post: Benchmarking single-row insert performance on Amazon EC2

… to the MySQL configuration. MySQL Configuration I used Percona Server 5.5.22-55 for the tests. Following is the configuration that… = 4 innodb_file_per_table = 1 ## Disabling query cache query_cache_size = 0 query_cache_type = 0 You can see that the buffer… THAN MAXVALUE ENGINE = InnoDB) */ Also, I ran 5 instances of iiBench simultaneously to simulate 5 concurrent connections writing to the table, with…

Post: New distribution of random generator for sysbench - Zipf

… 3: 1,000,000/(2^1.1)=298,652 times, …, row id=10000 : 1,000,000/(10,000^1.1) = 39 times. Obviously with θ=0 we… row lookup 1 million times. There are histograms on how many times each row selected for different θ: 0.5, 0.9, 1.1: The curve is very skewed, so I zoomed graphs to show only 0-100k level: I…

Post: Testing Intel SSD 520

… synchronous IO varying amount of threads and with measurements every 1 sec to see how bad are drops. So there is… 5.5 uses async IO for writes. Maybe 8 threads in the first graph is too much and we should go with 1… !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id…

Post: Multi Range Read (MRR) in MySQL 5.6 and MariaDB 5.5

5.6 MySQL 5.6 w/ read_rnd_bufer_size=4M MariaDB 5.5 MariaDB 5.5 w/ mrr_buffer_size=4M Created_tmp_disk_tables 1 1 1 1 1 Created_tmp_tables 1 1 1 1 1 Handler_mrr_init N/A 0 0 1 1 Handler… Select_scan 1 1 1 1 1 Sort_scan 1 1 1 1 1 As you can see from the status counters above that both MySQL 5.6 and MariaDB 5.5 are…

Post: Index Condition Pushdown in MySQL 5.6 and MariaDB 5.5 and its performance impact

… for the talk comparing the optimizer enhancements in MySQL 5.6 and MariaDB 5.5. We are taking a look at and benchmarking… Condition Pushdown (ICP). Its available in both MySQL 5.6 and MariaDB 5.5 Now let’s take a look briefly at what… WHERE condition defined as: l_partkey = x and l_quantity >= 1 and l_quantity = 1 and l_quantity

Post: Join Optimizations in MySQL 5.6 and MariaDB 5.5

… lowest query time is for MySQL 5.6 which takes 0.16s less as compared to MySQL 5.5 While with join_buffer_size… MariaDB 5.5 Hash Join Disabled w/ join_buffer_size=4M & mrr_buffer_size=4M Created_tmp_disk_tables 0 0 0 0 0 0 Created_tmp_tables 1 1 1 1 1 1 Handler_mrr_init N/A 112 3 1133 1 1 Handler_mrr_key_refills…

Comment: Percona XtraDB Cluster Feature 2: Multi-Master replication

…/Vadim, We had install mysql-server-wsrep-5.5.20-23.4 with galera-23.2.0. When starting the second node and…:14:26 [Note] WSREP: Requesting state transfer: success, donor: 0 Apr 1 14:14:27 ubuntu-server-129 mysqld: 120401 14:14…_position var submitted: ’8630f2a8-7be8-11e1-0800-7e1ae413f999:5010′ Apr 1 14:14:27 ubuntu-server-129 mysqld: 120401 14:14…

Post: Percona Server 5.5.21-25.1 released!

… is glad to announce the release of Percona Server 5.5.21-25.1 on March 30, 2012 (Downloads are available here and… 5.5.21, including all the bug fixes in it, Percona Server 5.5.21-25.1 is now the current stable release in the 5.5…. Bugs Fixed: Fixed a memory corruption regression introduced in 5.5.18-23.0. Bug fixed #915814 (Alexey Kopytov). Fixed InnoDB compilation warnings…

Post: Percona XtraDB Cluster 5.5.20 - Beta release

… beta release is based on Percona Server 5.5.20 and the recently released Galera 2.0 GA The main focus in this… tar.gz and RPM binaries for RedHat (CentOS, Oracle Linux) 5 and 6, and Debian packages. Downloads: http://www.percona.com… reports Previous posts on this topic: Percona XtraDB Cluster Feature 1: High Availability Percona XtraDB Cluster Feature 2: Multi-Master replication…

Post: Percona XtraBackup 1.9.2 released (Beta)

… release in the process of going towards Percona XtraBackup 2.0.0. This is a BETA quality release and is not inteded… release, you should use the current Stable version – currently 1.6.5 in the 1.6 series at the time of writing. The 1.9.x version numbers will be used to distinguish between…