… for the test (5.5.28-29.1). This is needed as the plugin needs the offset to some MySQL data structures… and process the audit records as you wish. Performance-wise, I did basic tests on the VM I was working in and…”:”localhost”,”cmd”:”Connect”,”query“:”Connect”} In conclusion, the plugin API seems to be opening new possibilities of extending MySQL‘s behavior in…
Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency
… tested with a cold buffer pool. Then the query is tested again without restarting the database. The first test is described as the cold test… performs better, at least for this workload. Notes MySQL version used: 5.6.11, custom compiled to remove performance_schema For the InnoDB tests…
Post: The small improvements of MySQL 5.6: Duplicate Index Detection
Here at the MySQL Performance Blog, we’ve been discussing the several new features that MySQL 5.6 brought: GTID-based replication, InnoDB…: mysql> ALTER TABLE test ADD INDEX (col2); Query OK, 0 rows affected (0.22 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> ALTER TABLE test…): mysql> ALTER TABLE test ADD INDEX (col2); Query OK, 0 rows affected (0.36 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> ALTER TABLE test…
Post: MySQL Query Patterns, Optimized - Webinar questions followup
… SQL can produce an infinite variety of queries. The query optimizer analyzes queries for common patterns the MySQL designers know can be improved. But… in performance like this, so it pays to test all different solutions, and measure the resulting performance! Q: Bill, back to the query where…
Post: Choosing a MySQL HA Solution - Post-Webinar Q&A
…to degrade. If you’re just setting up a test environment to get familiar with the technology, certainly … But, if you can connect and run a simple query and receive a response back in a reasonable (…ever want to use MySQL on top of something like that? I can’t imagine the performance being all that…
Post: MySQL and Percona Server in LinkBench benchmark
…MySQL performs quite well, though we can see small performance drop in MySQL 5.6. In IO-bound cases MySQL still has performance…-definition-cache=1000 query_cache_size=0 query_cache_type=0 performance_schema=0 #56only…MyConfig.properties -l command line to run test for 10x dataset: ./bin/linkbench -D …
Post: Percona Server for MySQL 5.5.30-30.2 now available
…MySQL performance can be found in this blogpost. (Ignacio Nin) This release of Percona Server for MySQL has fixed a number of performance…query which opened that table. Bug fixed #1127008 (Sergei Glushchenko). Fix for bug #1070856 introduced a regression in Percona Server for MySQL…
Post: More on MySQL transaction descriptors optimization
… the first post: single SELECT queries doing PRIMARY KEY lookups (aka QPS sysbench mode); same MySQL queries executed inside single-statement transactions (TPS… other tests. There is some minor variation, e.g. in the first two cases Percona Server performance is even slightly ahead of MySQL…
Post: Webinar: SQL Query Patterns, Optimized
…queries with which developers struggle. I’ll test several SQL solutions for each type of query objective, and show how you can use MySQL… for optimal query efficiency. The discussion will cover optimizer reports, query profiling, and session status to measure performance. The query patterns will …
Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue
…MySQL performance can be found in this blogpost. (Ignacio Nin) This release of Percona Server for MySQL has fixed a number of performance…query which opened that table. Bug fixed #1127008 (Sergei Glushchenko). Fix for bug #1070856 introduced a regression in Percona Server for MySQL…

