… query which opened that table. Bug fixed #1127008 (Sergei Glushchenko). Fix for bug #1070856 introduced a regression in Percona Server for MySQL… MySQL client to abort the connections on terminal resize. Bug fixed #925343 (Sergei Glushchenko). Percona Server for MySQL would re-create the test…
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… perfect case for read-only transaction optimization in MySQL 5.6, because all SELECT queries in the AUTOCOMMIT mode are, by definition… results in our tests. In Dimitri’s tests Percona Server scalability is somewhere in between of MySQL 5.5 and MySQL 5.6. In…
Post: MySQL 5.6 - InnoDB Memcached Plugin as a caching layer
… and a minimally tuned MySQL 5.6 instance running the memcached plugin. Here are some details about the test: Minimal hardware (vBox… average fetch time. Here are the raw results from this test run (100,000 store operations, 1,000,000 fetch operations… ms/op) MySQL Select showed 27% increase over InnoDB fetch (~.09 ms/op) This replaced $cache->load() with $db->query(“SELECT * FROM…
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…open_cache=5000 table-definition-cache=1000 query_cache_size=0 query_cache_type=0 performance_schema=0 … config/MyConfig.properties -l command line to run test for 10x dataset: ./bin/linkbench -D requesters=64 …
Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue
… query which opened that table. Bug fixed #1127008 (Sergei Glushchenko). Fix for bug #1070856 introduced a regression in Percona Server for MySQL… MySQL client to abort the connections on terminal resize. Bug fixed #925343 (Sergei Glushchenko). Percona Server for MySQL would re-create the test…
Post: Virident vCache vs. FlashCache: Part 2
… each test run. With that out of the way, let’s look at some numbers. vCache vs. vCache – MySQL parameter testing The first test was designed to look solely at vCache performance under some different sets of MySQL configuration parameters… join_buffer_size = 4M thread_cache_size = 1000 query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 thread…
Post: Benchmarking Percona Server TokuDB vs InnoDB
… to run: sysbench –test=insert_roll.lua –oltp-table-size=10000 –mysql-user=root –oltp-tables-count=32 –mysql_table_engine=tokudb –oltp… join_buffer_size = 4M thread_cache_size = 1000 query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 #default… = 10G myisam_repair_threads = 1 myisam_recover socket=/var/lib/mysql/mysql.sock user=root skip-grant-tables TokuDB-related options are…
Comment: SimCity outages, traffic control and Thread Pool for MySQL
… NDB and 5.5.x clusters with not just simple queries or simple transactions but high concurrency with complex transactions as… in the days of MySQL 5.0.x. On that end, I’m in the process of tests that aim to show just how far things have come with MySQL clustering performance: http://themattreid…
Post: Shard-Query turbo charges Infobright community edition (ICE)
… Shard-Query over Hive is that it works with existing MySQL data sets and queries. Another advantage is that it works with all MySQL… testing was limited to a subset of Vadim’s test queries (see that post). As this new test schema is normalized, Vadim’s test queries must…, and additionally two new test queries have been added. To model real world complexity, each of the test queries feature at least one join…

