Beyond MySQL GA: patches, storage engines, forks, and pre-releases – FOSDEM 2010

Kristian Nielsen presented “Beyond MySQL GA: patches, storage engines, forks, and pre-releases”.
This included a history of current products:

Google Patches (5.0 & 5.1) included improvements in :

  • statistics/monitoring
    • lock contention
      • binlog
        • malloc()
          • filesorts
            • innodb I/O and wait statistics
              • SHOW …STATISTICS statements
                • smp scalability
                  • I/O scalability
                    • semisync replication
                      • many more

                      Percona Patches (5.0) focus on

                      • statistics/monitoring
                        • performance/scalability
                          • buffer pool content/mutexes
                            • microslow patch

                            These have been ported to 5.1 and mainly integrated into XtraDB.

                            EBay Patches (5.0) have included:

                            • variable length memory storage engine
                              • pool of threads
                                • Virtual columns

                                XtraDB storage engine (5.1) includes

                                • Percona patches
                                  • Google patches
                                    • Innodb patches
                                      • Has XtraBackup for backup

                                      Other engines/patches discussed included:

                                      • PBXT storage engine – community contribution
                                        • FederatedX – replacement to Federated
                                          • Sphinx storage engine
                                            • Pinba storage engine – Collects PHP statistics
Tagged with: Databases FOSDEM 2010 MySQL Uncategorized

Related Posts

Multi-Master Manager for MySQL – FOSDEM 2010

The next presentation by Piotr Biel from Percona was on Multi-Master Manager for MySQL. The introduction included a discussion of the popular MySQL HA solutions including: MySQL Master-slave replication with failover MMM managed bi-directional replication Heartbeat/SAN Heartbeat/DRBD NDB Cluster A key problem that was clarified in the talk is the discussion of Multi-Master and this IS NOT master-master.

Read more

State of phpMyAdmin – FOSDEM 2010

Following the opening keynote “Dolphins, now and beyond”, Marc Delisle presented on “State of phpMyAdmin”. phpMyAdmin is an DBA administration tool for MySQL available today in 57 different languages. This is found today in many distributions, LAMP stack products and also in cpanel.

Read more

Europe conference options for MySQL Developers

For those in the US the annual MySQL UC is taking place again in April. For those in Europe we have dedicated room for MySQL and MySQL related products/variants/branches at FOSDEM 2010 being held in Brussels, Belgium on 6-7 Feb.

Read more