May 25, 2012

Post: Cache Performance Comparison

… to publish his comparison of all caches anyway, I decided to check peak performance of all caches compared to MySQL Server, by measuring… MySQL Cache to work CREATE TABLE `test` ( `k` varchar(60) NOT NULL default ”, `val` varchar(255) default NULL, PRIMARY KEY (`k`) ) ENGINE

Post: Countless storage engines

… in write workload, though currently comparison with InnoDB will not be fair, as PBXT do not perform fsync() after commit and fully… to fix it soon. Falcon The Storage Engine which is developed in MySQL. The performance we see in our previous benchmarks was not…. Also this engine will not support index coverage optimization, that makes Falcon less attractive from performance reasons. Solid The engine with both pessimistic…

Post: MySQL Users Conference Presentation Proposals

…for MySQL. Performance comparison of MySQL 5.0, MySQL 5.1 and MySQL 6.0 Come to see how performance of MySQL 5.1 and forthcoming MySQL…of forum posts. Transactional Storage Engines Performance We’re looking at performance at Open Source Transactional Storage engine MySQL – Innodb, Falcon, SolidDB, …

Page: Presentations

…- Mercurial Egypt, December 2007 Talk about Mercurial version systems, comparison with similar tools and basic usage patterns Download …storage engine. Download MySQL/Innodb Performance: OS and Hardware MySQL Users Conference 2004, Orlando, FL Presentation shows how much you can improve performance

Post: Shard-Query EC2 images available

… interesting information about how Shard-Query will perform on each database. To do the size comparison, I used the du utility: InnoDB… [client] port=3306 socket=/tmp/mysql-inno.sock [mysqld] socket=/tmp/mysql-inno.sock default-storage-engine=INNODB innodb-buffer-pool-instances=2…

Post: Analyzing air traffic performance with InfoBright and MonetDB

….mysqlperformanceblog.com/2009/09/29/quick-comparison-of-myisam-infobright-and-monetdb/) this… DEFAULT NULL, `Div5TailNum` varchar(10) DEFAULT NULL ) ENGINE=BRIGHTHOUSE DEFAULT CHARSET=latin1; Last fields …After that load statement is: mysql -S /tmp/mysql-ib.sock -e “LOAD DATA… about air performance

Post: MySQL Storage Engines - PBXT

… and transactions and this is valid comparison for good and for bad. At … be fixed before stable release but performance effect of it is yet unknown -…MySQL Users Conference only allowed 45 minutes for Storage Engine presentations. This is complex topic and especially newsly presented storage engines

Post: MySQL Replication vs DRBD Battles

…but this is not the point of comparison. “Failback could destroy the original master …further degraded performance. In the large databases I run in production relaying on MySQL Replication for…can do with MySQL Replication, such as filtered replication or cross storage engine replication, though …

Comment: Cache Performance Comparison

… quite offtopic from Cache Performance Comparison discussion but anyway, We’re now working on FullText Search Engine comparison for MySQL and test MySQL Build in Full Text Search, Siena, Sphinx, Lucene indexing Wikipedia database and performing appropriate queries…

Post: Drop table performance

performance-problem-with-innodb-and-drop-table/ and these bug reports: http://bugs.mysql.com/bug.php?id=51325 and http://bugs.mysqlcomparison for the 104GB case: Pecona Server is 3.5x better than MySQL 5.1.56 and 2.6x better than MySQL