Top Banner
MySQL Strategy in Oracle Ryusuke Kajiyama MySQL Principal Sales Consultant, Asia and Pacific
27

Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Jan 14, 2015

Download

Technology

Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

<Insert Picture Here>

MySQL Strategy in OracleRyusuke KajiyamaMySQL Principal Sales Consultant, Asia and Pacific

Page 2: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

The world's most popular open source database

Page 3: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Oracle’s Strategy:Complete. Open. Integrated.

• Built together• Tested together• Managed together• Serviced together• Based on open standards• Lower cost• Lower risk• More reliable

Page 4: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Support For Open StandardsIntegrating Real-World Heterogeneous Environments

Page 5: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Oracle’s Investment in Open Source

• Supported popular open source projects for many years• Part of Oracle’s Complete, Open, Integrated strategy• Speed up time-to-innovation• Expand the developer community

Page 6: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

• Enterprise-class support for Linux

• Our code is accepted into mainline kernel• File Systems – OCFS, Btrfs; Clustering• Data Integrity• Storage Validation• Asynchronous I/O• Virtualization

• Real-world testing with Validated Configurations

• The Linux Foundation board member• Licensee of Open Invention Network (OIN)

Committed to working with the Linux Community

Oracle Enterprise Linux

Page 7: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Oracle VM

• Oracle VM Server for x86• Enhancing Xen• Free to download, use and distribute• Oracle VM Templates• Oracle VM Storage Connect Framework• Enterprise-quality support

• Oracle VM VirtualBox• Continued development and enhanced support

Page 8: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Complete. Open. Integrated. Two more important attributes

• Oracle never settles for beingsecond best at any level of thestack

• “Complete” means we meetmost customer requirementsat every level

That’s why MySQL mattersto Oracle and Oraclecustomers

Page 9: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Oracle Database and MySQLComplementary

• Together servicing broader user needs• MySQL well suited for web-based apps, custom

departmental apps and embedded apps• Users can benefit by running MySQL and Oracle

together

Page 10: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL Makes The Cover!

Page 11: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Investment in MySQLRapid Innovation

• Make MySQL a Better MySQL• #1 Open Source Database for Web Applications• Most Complete LAMP Stack• Telecom & Embedded

• Develop, Promote and Support MySQL• Improve engineering, consulting and support• Leverage 24x7, World-Class Oracle Support

• MySQL Community Edition• Source and binary releases• GPL license

Page 12: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Oracle + MySQL Customers

• Product Integration• Oracle GoldenGate (Complete!)• Oracle Enterprise Linux + Oracle VM (CY 2011)• Oracle Secure Backup (CY 2011)• Oracle Audit Vault (CY 2011)• Oracle Enterprise Manager (CY 2011)

• Support• Leverage 24x7, World-Class Oracle Support• MyOracle Support

Page 13: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL: Still Free, Open to the Community

mysql.com/downloads/

Available to download and use under the GPL:• MySQL Database (Community Server)

• All 5.5 features, all storage engines• MySQL Cluster• MySQL Workbench Community Edition• MySQL Connectors• MySQL Proxy• Documentation (free to use, not covered under GPL)• Forums

Page 14: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Multiple Platforms Multiple Languages

C C++ C#

MySQL is Everywhere

Page 15: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL is Powering the Web

Enterprise 2.0SaaS, Hosting

Web OEM / ISV’s

Telecommunications

Thank You – MySQL Customers

Page 16: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Pluggable Storage Engine Architecture

Page 17: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

Making MySQL Better Everyday

Products

Page 18: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

InnoDB will become default• ACID Transactions, FKs, Crash Recovery

Improved Performane• Both in InnoDB and in MySQL• Better CPU Scalability• More than 10x improvement in recovery times

Improved Availability• Semi-synchronous Replication• Replication Heartbeat

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

MySQL 5.5GA

Page 19: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL 5.5 SysBench Benchmarks

Intel Xeon X7460 x86_64 4 CPU x 6 Cores/CPU 2.66 GHz, 32GB RAM Fedora 10

MySQL 5.1.40(InnoDB built-in)

MySQL 5.1.40 (InnoDB Plug-in)

MySQL 5.5.4 (New InnoDB)

200% performance gainfor MySQL 5.5 over 5.1.40; at scale

GA

Page 20: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL 5.5 SysBench Benchmarks

MySQL 5.1.40(InnoDB built-in)

MySQL 5.1.40 (InnoDB Plug-in)

MySQL 5.5.4 (New InnoDB)

Intel Xeon X7460 x86_64 4 CPU x 6 Cores/CPU 2.66 GHz, 32GB RAM Fedora 10

364% performance gainfor MySQL 5.5 over 5.1.40; at scale

GA

Page 21: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL Workbench 5.2• 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

GA

Page 22: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

© 2010 Oracle Corporation – Proprietary and Confidential

MySQL Cluster 7.1 – Key Enhancements

•Simplified Management & Monitoring:•ndbinfo real-time monitoring•MySQL Cluster Manager•Faster system restarts

Reducing Cost of Operations

•MySQL Cluster Connector for Java:•Native Java API•OpenJPA Plug-In

Delivering up to 10x higher Java Throughput

•GA Version - Ready for production

Windows Support

GA

Page 23: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL Enterprise Monitor 2.3

• Improved Performance Monitoring• MySQL Query Analyzer• Data from MySQL Connectors• For Java and .Net apps

• MySQL Cluster support• 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

GA

Page 24: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

• Comprehensive offering of MySQL Database, Managementtools, and Oracle Lifetime Support services

MySQL Enterprise Monitor

Performance Monitoring/Alerts

Hot fixes

Service packs

MySQL Workbench

Oracle Lifetime Support

MySQL Enterprise Backup

MySQL Enterprise Edition

Query Analyzer

Management Support

Database

Page 25: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL Enterprise Edition

MySQL Database•Reliability•Performance•Ease of Use

MySQL Enterprise Backup•Online “Hot” Backup•Full, Incremental, Partial Backups•Point in Time Recovery (PITR)

MySQL Enterprise Monitor•Global Monitoring of All Servers•Advisors with Best Practice Advice•MySQL Query Analyzer

MySQL Workbench•Database Design•SQL Development•MySQL Administration

Oracle Premier Support• Online Knowledge Base• 24x7 Problem Resolution• Consultative Support

Page 26: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle

MySQL Product ReleasesContinuous Innovation

Q1 CY2010 Q2 CY2010 Q3 CY2010 Q4 CY2010

MySQL Enterprise Monitor 2.2GA

MySQL Workbench 5.2GA

• MySQL Database 5.5• MySQL Enterprise Backup 3.5• MySQL Enterprise Monitor 2.3• MySQL Cluster Manager 1.1

All GA now!

MySQL Cluster 7.1GA

A Better MySQLMySQL Cluster Manager 1.0

GA

Page 27: Seminar : "The Future of MySQL - Roadmap to Success" session MySQL Strategy in Oracle