SlideShare a Scribd company logo
1 of 20
Download to read offline
<Insert Picture Here>




         MySQL: The Dolphins Leap Again
         Ivan Zoratti
         Sales Consulting Manager EMEA


Wednesday, 12 May 2010
Thank You – MySQL Customers




                            Web                         OEM / ISV’s




                   SaaS, Hosting   Telecommunications          Enterprise 2.0


                             MySQL is Powering the Web



Wednesday, 12 May 2010
The Top 20 most popular Websites
                         1.Google                  11.Twitter
                         2.Facebook                12.Yahoo.co.jp
                         3.Youtube                 13.Google.co.in
                         4.Yahoo                   14.Taobao
                         5.Live                    15.Google.de
                         6.Wikipedia               16.Google.com.hk
                         7.Baidu                   17.Wordpress
                         8.Blogger                 18.Sina.com.cn
                         9.MSN                     19.Google.co.uk
                         10.QQ                     20.Amazon.com
                                                       Source: Alexa Top 500 Sites - 6 May 2010



             ...and many more: Flickr, Second Life, Craigslist, Slashdot,
             LiveJournal, Digg, Del.icio.us, Pricegrabber.com, Weather.com etc.


Wednesday, 12 May 2010
MySQL is Everywhere




Wednesday, 12 May 2010
MySQL is Everywhere

                 Multiple Platforms   Multiple Languages




                                      C    C++ C#

Wednesday, 12 May 2010
Pluggable Storage Engine Architecture




Wednesday, 12 May 2010
Products
                         Making MySQL Better Today




Wednesday, 12 May 2010
MySQL 5.5
       InnoDB will become default                 Beta
       • ACID Transactions, FKs, Crash Recovery

       Improved Availability
       • Semi-synchronous Replication
       • Replication Heartbeat

       Improved Usability
       • SIGNAL/RESIGNAL
       • More Partitioning Options
       • PERFORMANCE_SCHEMA

       Better Instrumentation/Diagnostics
       • InnoDB stats in 5.5 PERFORMANCE_SCHEMA




Wednesday, 12 May 2010
MySQL 5.5 is Faster!
     InnoDB Performance improvements                                     Beta
          •   Multiple Buffer Pool Instances
          •   Multiple Rollback Segments
          •   Extended Change Buffering (with delete buffering, purge buffering)
          •   Improved Purge Scheduling
          •   Improved Log Sys mutex
          •   Separate Flush List mutex

     MySQL Performance Improvements
          •   Better Metadata Locking within Transactions
          •   Split LOCK_open mutex
          •   Eliminated LOCK_alarm mutex as bottleneck
          •   Eliminated LOCK_thread_count as bottleneck
          •   Improved Performance/Scale on Win32, 64

     More than 10x improvement in recovery times



Wednesday, 12 May 2010
MySQL 5.5 SysBench Benchmarks
                                                                           Beta


                                                                 MySQL 5.5.4
                                                                 (New InnoDB)



                                                                 MySQL 5.1.40
                                                                 (InnoDB Plug-in)



                                                                 MySQL 5.1.40
                                                                 (InnoDB built-in)




                         200% performance gain                      Intel Xeon X7460 x86_64
                                                                    4 CPU x 6 Cores/CPU

                           for MySQL 5.5 over 5.1.40; at scale      2.66 GHz, 32GB RAM
                                                                    Fedora 10




Wednesday, 12 May 2010
MySQL 5.5 SysBench Benchmarks
                                                                         Beta


                                                               MySQL 5.5.4
                                                               (New InnoDB)



                                                               MySQL 5.1.40
                                                               (InnoDB Plug-in)



                                                               MySQL 5.1.40
                                                               (InnoDB built-in)




                     364% performance gain                     Intel Xeon X7460 x86_64
                                                               4 CPU x 6 Cores/CPU

                         for MySQL 5.5 over 5.1.40; at scale   2.66 GHz, 32GB RAM
                                                               Fedora 10




Wednesday, 12 May 2010
MySQL Workbench 5.2
                                                                    Beta
          • SQL Development
               • SQL Editor - Color Syntax Highlighting
               • Object Management - Import/Export, Browser, Edit
               • Connection Management - Wizard, SSH Tunnel
               • Multi-Pane Results View, In-grid data edits
          • Database Administration
               • Status, Configuration, Start/Stop, Replication
               • Users, Security, Session Management
               • Import/Export Dump Files
          • Data Modelling
               • Visual Design
               • Forward/Reverse Engineer




Wednesday, 12 May 2010
MySQL Cluster 7.1
                                                                                GA
              Improved Administration
              • NDBINFO: Real time status & usage statistics
              • MySQL Cluster Manager (CGE Only)

              Higher Performance
              • MySQL Cluster Connector for Java
              • Native Java & OpenJPA access to MySQL Cluster

              Carrier Grade Availability & Performance
              •   Shared nothing, distributed design for 99.999% availability
              •   Sub-Second Failover & Self Healing Recovery
              •   On-Line Scaling and Maintenance
              •   Parallel Multi-Master Architecture
              •   Low Latency, Real Time Responsiveness




Wednesday, 12 May 2010
MySQL Enterprise: Commercial Offering
                         • MySQL Enterprise Server
    Database             • Monthly Rapid Updates
                         • Quarterly Service Packs
                         • Hot Fix Program • Subscription:
                                                • MySQL Enterprise
                                             • License (OEM):
                         • Global Monitoring of All Servers
                                                • Embedded Server
                         • Web-Based Central Console
    Monitoring           • Built-in Advisors, Expert Advice
                                                • Support
                         • MySQL Query Analyzer
                         • Specialized Scale-Out Help Cluster Carrier-
                                             • MySQL
                                               Grade
                                             • Training
                         • Online Self help Knowledge Base
                                             • Consulting
                         • 24 x 7 x 365 Problem Resolution
    Support              • Consultative Help• NRE
                         • High Availability and Scale Out




Wednesday, 12 May 2010
MySQL Enterprise Backup

          • Formerly “InnoDB Hot Backup”
          • Online, non-locking backup & recovery
              • Tables, Indexes
              • Server, database, or object-level
          • Logical and physical backups
          • Full or incremental backups
          • Point-in-time recovery
          • Compressed backups
          • Also provides backup & recovery for MyISAM
          • Cross-Platform (Windows, Linux, Unix)




Wednesday, 12 May 2010
MySQL Enterprise Monitor
     • Single, consolidated view into
       entire MySQL environment
     • Auto-discovery of MySQL servers,
       replication topologies
     • Customizable rules-based
       monitoring and alerts
     • Identifies problems before they
       occur
     • Reduces risk of downtime
     • Makes it easier to scale out
       without requiring more DBAs


                                          A Virtual MySQL DBA Assistant!


Wednesday, 12 May 2010
MySQL Enterprise Monitor 2.2
                                             Beta
   • Improved Performance Monitoring
       • MySQL Query Analyzer
       • Data from MySQL Connectors
       • For Java and .Net apps
   • Filter for Specific Query Problems
       • Full Table Scans, Bad Indexes
   • Faster Problem Resolution
       • MySQL Support diagnostic reports
   • Improved User/Security Model
   • Improved Advisor Rules & Graphs




Wednesday, 12 May 2010
Thank You


                           Download Now
          http://dev.mysql.com/downloads
         • Documentation: http://dev.mysql.com/doc
         • Blogs: http://planet.mysql.com
         • Forums: http://forums.mysql.com

            ivan@mysql.com
            http://izoratti.blogspot.com



Wednesday, 12 May 2010
The preceding is intended to outline our general
               product direction. It is intended for information
               purposes only, and may not be incorporated into any
               contract. It is not a commitment to deliver any
               material, code, or functionality, and should not be
               relied upon in making purchasing decisions.
               The development, release, and timing of any features
               or functionality described for Oracle’s products
               remains at the sole discretion of Oracle.




Wednesday, 12 May 2010
Wednesday, 12 May 2010

More Related Content

What's hot

MySQL 5.5&5.6 new features summary
MySQL 5.5&5.6 new features summaryMySQL 5.5&5.6 new features summary
MySQL 5.5&5.6 new features summary
Louis liu
 
My sql 56_roadmap_april2012_zht2
My sql 56_roadmap_april2012_zht2My sql 56_roadmap_april2012_zht2
My sql 56_roadmap_april2012_zht2
Ivan Tu
 

What's hot (20)

Databases in the hosted cloud
Databases in the hosted cloud Databases in the hosted cloud
Databases in the hosted cloud
 
MariaDB 10: A MySQL Replacement - HKOSC
MariaDB 10: A MySQL Replacement - HKOSC MariaDB 10: A MySQL Replacement - HKOSC
MariaDB 10: A MySQL Replacement - HKOSC
 
What is MariaDB Server 10.3?
What is MariaDB Server 10.3?What is MariaDB Server 10.3?
What is MariaDB Server 10.3?
 
Differences between MariaDB 10.3 & MySQL 8.0
Differences between MariaDB 10.3 & MySQL 8.0Differences between MariaDB 10.3 & MySQL 8.0
Differences between MariaDB 10.3 & MySQL 8.0
 
MariaDB 5.5 and what comes next - Percona Live NYC 2012
MariaDB 5.5 and what comes next - Percona Live NYC 2012MariaDB 5.5 and what comes next - Percona Live NYC 2012
MariaDB 5.5 and what comes next - Percona Live NYC 2012
 
MySQL 5.5&5.6 new features summary
MySQL 5.5&5.6 new features summaryMySQL 5.5&5.6 new features summary
MySQL 5.5&5.6 new features summary
 
MariaDB 10.0 - SkySQL Paris Meetup
MariaDB 10.0 - SkySQL Paris MeetupMariaDB 10.0 - SkySQL Paris Meetup
MariaDB 10.0 - SkySQL Paris Meetup
 
MariaDB 10 Tutorial - 13.11.11 - Percona Live London
MariaDB 10 Tutorial - 13.11.11 - Percona Live LondonMariaDB 10 Tutorial - 13.11.11 - Percona Live London
MariaDB 10 Tutorial - 13.11.11 - Percona Live London
 
MariaDB - a MySQL Replacement #SELF2014
MariaDB - a MySQL Replacement #SELF2014MariaDB - a MySQL Replacement #SELF2014
MariaDB - a MySQL Replacement #SELF2014
 
MariaDB: The New M In LAMP - SCALE10x
MariaDB: The New M In LAMP - SCALE10xMariaDB: The New M In LAMP - SCALE10x
MariaDB: The New M In LAMP - SCALE10x
 
MySQL features missing in MariaDB Server
MySQL features missing in MariaDB ServerMySQL features missing in MariaDB Server
MySQL features missing in MariaDB Server
 
The MySQL ecosystem - understanding it, not running away from it!
The MySQL ecosystem - understanding it, not running away from it! The MySQL ecosystem - understanding it, not running away from it!
The MySQL ecosystem - understanding it, not running away from it!
 
2012.10.20 OSC 2012 Hiroshima
2012.10.20 OSC 2012 Hiroshima2012.10.20 OSC 2012 Hiroshima
2012.10.20 OSC 2012 Hiroshima
 
My sql 56_roadmap_april2012_zht2
My sql 56_roadmap_april2012_zht2My sql 56_roadmap_april2012_zht2
My sql 56_roadmap_april2012_zht2
 
Lessons from database failures
Lessons from database failuresLessons from database failures
Lessons from database failures
 
MySQL高可用
MySQL高可用MySQL高可用
MySQL高可用
 
MariaDB 10.1 what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
MariaDB 10.1   what's new and what's coming in 10.2 - Tokyo MariaDB MeetupMariaDB 10.1   what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
MariaDB 10.1 what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
 
The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016
 
The Glassfish Experience
The Glassfish ExperienceThe Glassfish Experience
The Glassfish Experience
 
Maria db vs mysql
Maria db vs mysqlMaria db vs mysql
Maria db vs mysql
 

Viewers also liked

Viewers also liked (8)

Orchestrating MySQL
Orchestrating MySQLOrchestrating MySQL
Orchestrating MySQL
 
SkySQL & MariaDB What's all the buzz?
SkySQL & MariaDB What's all the buzz?SkySQL & MariaDB What's all the buzz?
SkySQL & MariaDB What's all the buzz?
 
MySQL & MariaDB - Innovation Happens Here
MySQL & MariaDB - Innovation Happens HereMySQL & MariaDB - Innovation Happens Here
MySQL & MariaDB - Innovation Happens Here
 
Anatomy of a Proxy Server - MaxScale Internals
Anatomy of a Proxy Server - MaxScale InternalsAnatomy of a Proxy Server - MaxScale Internals
Anatomy of a Proxy Server - MaxScale Internals
 
Time Series From Collection To Analysis
Time Series From Collection To AnalysisTime Series From Collection To Analysis
Time Series From Collection To Analysis
 
ScaleDB Technical Presentation
ScaleDB Technical PresentationScaleDB Technical Presentation
ScaleDB Technical Presentation
 
ScaleDB Technical Presentation
ScaleDB Technical PresentationScaleDB Technical Presentation
ScaleDB Technical Presentation
 
MySQL for Beginners - part 1
MySQL for Beginners - part 1MySQL for Beginners - part 1
MySQL for Beginners - part 1
 

Similar to The Dolphins Leap Again

My sqlstrategyroadmap
My sqlstrategyroadmapMy sqlstrategyroadmap
My sqlstrategyroadmap
slidethanks
 
A26 MariaDB : The New&Implemented MySQL Branch by Colin Charles
A26 MariaDB : The New&Implemented MySQL Branch by Colin CharlesA26 MariaDB : The New&Implemented MySQL Branch by Colin Charles
A26 MariaDB : The New&Implemented MySQL Branch by Colin Charles
Insight Technology, Inc.
 
Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)
Ontico
 
MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0
IDG Romania
 
MySQL DW Breakfast
MySQL DW BreakfastMySQL DW Breakfast
MySQL DW Breakfast
Ivan Zoratti
 

Similar to The Dolphins Leap Again (20)

Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
 
20111121 osi keynote
20111121 osi keynote20111121 osi keynote
20111121 osi keynote
 
What's new in MySQL 5.5?
What's new in MySQL 5.5?What's new in MySQL 5.5?
What's new in MySQL 5.5?
 
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot; session MySQL...
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot;  session MySQL...Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot;  session MySQL...
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot; session MySQL...
 
MySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdf
MySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdfMySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdf
MySQL Ecosystem in 2023 - FOSSASIA'23 - Alkin.pptx.pdf
 
My sqlstrategyroadmap
My sqlstrategyroadmapMy sqlstrategyroadmap
My sqlstrategyroadmap
 
MySQL Strategy&Roadmap
MySQL Strategy&RoadmapMySQL Strategy&Roadmap
MySQL Strategy&Roadmap
 
MySQL State of the Dolphin - Rich Mason
MySQL State of the Dolphin - Rich MasonMySQL State of the Dolphin - Rich Mason
MySQL State of the Dolphin - Rich Mason
 
A26 MariaDB : The New&Implemented MySQL Branch by Colin Charles
A26 MariaDB : The New&Implemented MySQL Branch by Colin CharlesA26 MariaDB : The New&Implemented MySQL Branch by Colin Charles
A26 MariaDB : The New&Implemented MySQL Branch by Colin Charles
 
MariaDB 初学者指南
MariaDB 初学者指南MariaDB 初学者指南
MariaDB 初学者指南
 
A beginners guide to MariaDB
A beginners guide to MariaDBA beginners guide to MariaDB
A beginners guide to MariaDB
 
The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016The MySQL Server ecosystem in 2016
The MySQL Server ecosystem in 2016
 
My sql crashcourse_intro_kdl
My sql crashcourse_intro_kdlMy sql crashcourse_intro_kdl
My sql crashcourse_intro_kdl
 
The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016The MySQL Server Ecosystem in 2016
The MySQL Server Ecosystem in 2016
 
Maria db 10 and the mariadb foundation(colin)
Maria db 10 and the mariadb foundation(colin)Maria db 10 and the mariadb foundation(colin)
Maria db 10 and the mariadb foundation(colin)
 
MySQL Ecosystem in 2020
MySQL Ecosystem in 2020MySQL Ecosystem in 2020
MySQL Ecosystem in 2020
 
Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)Maria db the new mysql (Colin Charles)
Maria db the new mysql (Colin Charles)
 
OSDC 2017 | Lessons from database failures by Colin Charles
OSDC 2017 | Lessons from database failures by Colin CharlesOSDC 2017 | Lessons from database failures by Colin Charles
OSDC 2017 | Lessons from database failures by Colin Charles
 
MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0MySQL - powering the web economy v1.0
MySQL - powering the web economy v1.0
 
MySQL DW Breakfast
MySQL DW BreakfastMySQL DW Breakfast
MySQL DW Breakfast
 

More from Ivan Zoratti

Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ivan Zoratti
 

More from Ivan Zoratti (15)

AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4jAI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
 
Introducing the Open Edge Module
Introducing the Open Edge ModuleIntroducing the Open Edge Module
Introducing the Open Edge Module
 
MySQL Performance Tuning London Meetup June 2017
MySQL Performance Tuning London Meetup June 2017MySQL Performance Tuning London Meetup June 2017
MySQL Performance Tuning London Meetup June 2017
 
NOSQL Meets Relational - The MySQL Ecosystem Gains More Flexibility
NOSQL Meets Relational - The MySQL Ecosystem Gains More FlexibilityNOSQL Meets Relational - The MySQL Ecosystem Gains More Flexibility
NOSQL Meets Relational - The MySQL Ecosystem Gains More Flexibility
 
MariaDB ColumnStore - LONDON MySQL Meetup
MariaDB ColumnStore - LONDON MySQL MeetupMariaDB ColumnStore - LONDON MySQL Meetup
MariaDB ColumnStore - LONDON MySQL Meetup
 
GTIDs Explained
GTIDs ExplainedGTIDs Explained
GTIDs Explained
 
The Evolution of Open Source Databases
The Evolution of Open Source DatabasesThe Evolution of Open Source Databases
The Evolution of Open Source Databases
 
MaxScale for Effective MySQL Meetup NYC - 14.01.21
MaxScale for Effective MySQL Meetup NYC - 14.01.21MaxScale for Effective MySQL Meetup NYC - 14.01.21
MaxScale for Effective MySQL Meetup NYC - 14.01.21
 
What can we learn from NoSQL technologies?
What can we learn from NoSQL technologies?What can we learn from NoSQL technologies?
What can we learn from NoSQL technologies?
 
Big Data with MySQL
Big Data with MySQLBig Data with MySQL
Big Data with MySQL
 
Sky Is The limit
Sky Is The limitSky Is The limit
Sky Is The limit
 
The sky's the limit
The sky's the limitThe sky's the limit
The sky's the limit
 
HA Reloaded
HA ReloadedHA Reloaded
HA Reloaded
 
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
Ora mysql bothGetting the best of both worlds with Oracle 11g and MySQL Enter...
 
MySQL Breakfast in London - 24 June 2010
MySQL Breakfast in London - 24 June 2010MySQL Breakfast in London - 24 June 2010
MySQL Breakfast in London - 24 June 2010
 

Recently uploaded

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 

The Dolphins Leap Again

  • 1. <Insert Picture Here> MySQL: The Dolphins Leap Again Ivan Zoratti Sales Consulting Manager EMEA Wednesday, 12 May 2010
  • 2. Thank You – MySQL Customers Web OEM / ISV’s SaaS, Hosting Telecommunications Enterprise 2.0 MySQL is Powering the Web Wednesday, 12 May 2010
  • 3. The Top 20 most popular Websites 1.Google 11.Twitter 2.Facebook 12.Yahoo.co.jp 3.Youtube 13.Google.co.in 4.Yahoo 14.Taobao 5.Live 15.Google.de 6.Wikipedia 16.Google.com.hk 7.Baidu 17.Wordpress 8.Blogger 18.Sina.com.cn 9.MSN 19.Google.co.uk 10.QQ 20.Amazon.com Source: Alexa Top 500 Sites - 6 May 2010 ...and many more: Flickr, Second Life, Craigslist, Slashdot, LiveJournal, Digg, Del.icio.us, Pricegrabber.com, Weather.com etc. Wednesday, 12 May 2010
  • 5. MySQL is Everywhere Multiple Platforms Multiple Languages C C++ C# Wednesday, 12 May 2010
  • 6. Pluggable Storage Engine Architecture Wednesday, 12 May 2010
  • 7. Products Making MySQL Better Today Wednesday, 12 May 2010
  • 8. MySQL 5.5 InnoDB will become default Beta • ACID Transactions, FKs, Crash Recovery Improved Availability • Semi-synchronous Replication • Replication Heartbeat Improved Usability • SIGNAL/RESIGNAL • More Partitioning Options • PERFORMANCE_SCHEMA Better Instrumentation/Diagnostics • InnoDB stats in 5.5 PERFORMANCE_SCHEMA Wednesday, 12 May 2010
  • 9. MySQL 5.5 is Faster! InnoDB Performance improvements Beta • Multiple Buffer Pool Instances • Multiple Rollback Segments • Extended Change Buffering (with delete buffering, purge buffering) • Improved Purge Scheduling • Improved Log Sys mutex • Separate Flush List mutex MySQL Performance Improvements • Better Metadata Locking within Transactions • Split LOCK_open mutex • Eliminated LOCK_alarm mutex as bottleneck • Eliminated LOCK_thread_count as bottleneck • Improved Performance/Scale on Win32, 64 More than 10x improvement in recovery times Wednesday, 12 May 2010
  • 10. MySQL 5.5 SysBench Benchmarks Beta MySQL 5.5.4 (New InnoDB) MySQL 5.1.40 (InnoDB Plug-in) MySQL 5.1.40 (InnoDB built-in) 200% performance gain Intel Xeon X7460 x86_64 4 CPU x 6 Cores/CPU for MySQL 5.5 over 5.1.40; at scale 2.66 GHz, 32GB RAM Fedora 10 Wednesday, 12 May 2010
  • 11. MySQL 5.5 SysBench Benchmarks Beta MySQL 5.5.4 (New InnoDB) MySQL 5.1.40 (InnoDB Plug-in) MySQL 5.1.40 (InnoDB built-in) 364% performance gain Intel Xeon X7460 x86_64 4 CPU x 6 Cores/CPU for MySQL 5.5 over 5.1.40; at scale 2.66 GHz, 32GB RAM Fedora 10 Wednesday, 12 May 2010
  • 12. MySQL Workbench 5.2 Beta • SQL Development • SQL Editor - Color Syntax Highlighting • Object Management - Import/Export, Browser, Edit • Connection Management - Wizard, SSH Tunnel • Multi-Pane Results View, In-grid data edits • Database Administration • Status, Configuration, Start/Stop, Replication • Users, Security, Session Management • Import/Export Dump Files • Data Modelling • Visual Design • Forward/Reverse Engineer Wednesday, 12 May 2010
  • 13. MySQL Cluster 7.1 GA Improved Administration • NDBINFO: Real time status & usage statistics • MySQL Cluster Manager (CGE Only) Higher Performance • MySQL Cluster Connector for Java • Native Java & OpenJPA access to MySQL Cluster Carrier Grade Availability & Performance • Shared nothing, distributed design for 99.999% availability • Sub-Second Failover & Self Healing Recovery • On-Line Scaling and Maintenance • Parallel Multi-Master Architecture • Low Latency, Real Time Responsiveness Wednesday, 12 May 2010
  • 14. MySQL Enterprise: Commercial Offering • MySQL Enterprise Server Database • Monthly Rapid Updates • Quarterly Service Packs • Hot Fix Program • Subscription: • MySQL Enterprise • License (OEM): • Global Monitoring of All Servers • Embedded Server • Web-Based Central Console Monitoring • Built-in Advisors, Expert Advice • Support • MySQL Query Analyzer • Specialized Scale-Out Help Cluster Carrier- • MySQL Grade • Training • Online Self help Knowledge Base • Consulting • 24 x 7 x 365 Problem Resolution Support • Consultative Help• NRE • High Availability and Scale Out Wednesday, 12 May 2010
  • 15. MySQL Enterprise Backup • Formerly “InnoDB Hot Backup” • Online, non-locking backup & recovery • Tables, Indexes • Server, database, or object-level • Logical and physical backups • Full or incremental backups • Point-in-time recovery • Compressed backups • Also provides backup & recovery for MyISAM • Cross-Platform (Windows, Linux, Unix) Wednesday, 12 May 2010
  • 16. MySQL Enterprise Monitor • Single, consolidated view into entire MySQL environment • Auto-discovery of MySQL servers, replication topologies • Customizable rules-based monitoring and alerts • Identifies problems before they occur • Reduces risk of downtime • Makes it easier to scale out without requiring more DBAs A Virtual MySQL DBA Assistant! Wednesday, 12 May 2010
  • 17. MySQL Enterprise Monitor 2.2 Beta • Improved Performance Monitoring • MySQL Query Analyzer • Data from MySQL Connectors • For Java and .Net apps • Filter for Specific Query Problems • Full Table Scans, Bad Indexes • Faster Problem Resolution • MySQL Support diagnostic reports • Improved User/Security Model • Improved Advisor Rules & Graphs Wednesday, 12 May 2010
  • 18. Thank You Download Now http://dev.mysql.com/downloads • Documentation: http://dev.mysql.com/doc • Blogs: http://planet.mysql.com • Forums: http://forums.mysql.com ivan@mysql.com http://izoratti.blogspot.com Wednesday, 12 May 2010
  • 19. The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Wednesday, 12 May 2010