June 19, 2013

Post: How to recover table structure from InnoDB dictionary

…: Table was dropped and innodb_file_per_table is ON Frm file corrupt, zeroed out, lost or SHOW CREATE TABLE crashes MySQL There is yet another source of information about the table structure – InnoDB dictionary. Let…` varchar(255) DEFAULT NULL, PRIMARY KEY (`INDEX_ID`,`POS`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 Fields names explain their content. Index id…

Post: Virident vCache vs. FlashCache: Part 2

…in the graph as the blue line – SSD config) which shows the most consistent performance. The others all have assorted … #####fixed innodb options innodb_file_format = barracuda innodb_buffer_pool_size = 4G innodb_file_per_table = true innodb_data_file_path = ibdata1:100M innodb_flush_method…

Post: 10 years of MySQL User Conferences

… API diminishing importance of the Innodb storage engine. The Falcon storage engine was announced as a potential Innodb successor. A “MySQL Network… S3 and IBM DB2 integration were all present at this show. Marten reports revenues of almost $50 million in 2006, preparing… will be separate from MySQL Server, providing a more scalable Innodb version with more features. Gearman and MemcacheD storage engine plugins…

Post: More on MySQL transaction descriptors optimization

… views. However, the more general descriptors optimization in Percona Server showed fairly close results in our tests. In Dimitri’s tests…:autoextend innodb_flush_log_at_trx_commit = 2 innodb_flush_method = O_DIRECT innodb_log_buffer_size = 16M innodb_buffer_pool_size = 52G innodb_log_file_size = 2000M innodb_log_files…

Post: What I'm looking forward to at Percona Live (MySQL Users Conference)

… to my Keynote and Panel sessions I will give an Innodb and Performance Optimization Tutorial as well as talk about Goal… see the largest selection of MySQL Ecosystem vendors at the show. If you’re doing business associated with MySQL, you’ll… their organizations. Well… We’re going to have a great show this year at the Percona Live MySQL Conference and Expo…

Post: MySQL and Percona Server in LinkBench benchmark

… Server shows much better results Configurations and how to run benchmark: [mysqld] user=root port=3306 innodb_buffer_pool_size = 30G innodb_flush… innodb_log_buffer_size=128M innodb_max_dirty_pages_pct=80 innodb_file_format=barracuda innodb_file_per_table innodb_read_io_threads = 8 innodb_write…

Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

… MySQL will now be shipped with the libjemalloc library. Benchmark showing the impact of memory allocators on MySQL performance can be… upstream bug #49169. This also provides much better scalability in InnoDB high-concurrent workloads. Bugs fixed #1131189 (Alexey Kopytov). In the… #1041981 (Alexey Bychko). Fixed the upstream bug #68197 that caused InnoDB to misclassify internal read operations as synchronous when they were…

Post: Percona Server for MySQL 5.5.30-30.2 now available

… MySQL will now be shipped with the libjemalloc library. Benchmark showing the impact of memory allocators on MySQL performance can be… upstream bug #49169. This also provides much better scalability in InnoDB high-concurrent workloads. Bugs fixed #1131189 (Alexey Kopytov). In the… #1041981 (Alexey Bychko). Fixed the upstream bug #68197 that caused InnoDB to misclassify internal read operations as synchronous when they were…

Post: Percona XtraBackup 2.0.7 for MySQL available for download

… MySQL hot backup software that performs non-blocking backups for InnoDB and XtraDB databases. This release is the current GA (Generally… pool dump files). Percona XtraBackup has implemented support for the InnoDB Buffer Pool Preloading introduced in MySQL 5.6. Starting with… binaries, the –version message which should include the revision was showing “undefined”. Bug fixed #1171721. Redundant code has been removed from…