SlideShare uma empresa Scribd logo
1 de 30
Baixar para ler offline
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.1
Advantages of Commercial
MySQL vs. Community Edition
Mario Beck
MySQL Sales Consulting Manager EMEA
Mario.Beck@oracle.com
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.2
The following 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 decision. The development, release, and timing of any
features or functionality described for Oracle’s products remains at the sole discretion
of Oracle.
Safe Harbor Statement
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.3
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.4
MySQL 5.5
MySQL Cluster 7.3
MySQL Enterprise Monitor 2.3 & 3.0
MySQL Enterprise Backup
Security
Scalability
HA
Audit
MySQL 5.6
MySQL Workbench 6.0
M y S Q L U t i l i t i e s
M y S Q L
A p p l i e r f o r
H a d o o p
MySQL Workbench 5.2 & 6.0
M y S Q L E n t e r p r i s e
O r a c l e C e r t i f i c a t i o n s
Almost 4 Years of MySQL Innovation
M y S Q L C l u s t e r
M a n a g e rWindows installer & Tools
MySQL Cluster 7.2
MySQL Cluster 7.1
MySQLMigration
Wizard
MySQL 5.7
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.5
MySQL Enterprise Monitor 2.2
MySQL Cluster 7.1
MySQL Cluster Manager 1.0
MySQL Workbench 5.2
MySQL Database 5.5
MySQL Enterprise Backup 3.5
MySQL Enterprise Monitor 2.3
Driving MySQL Innovation
MySQL since 2010 (SUN  Oracle), part 1
All GA! - 2010
MySQL Cluster Manager 1.1
Oracle VM Template for MySQL
Enterprise Edition
MySQL Enterprise Oracle
Certifications
MySQL Windows Installer
MySQL Enterprise Security
MySQL Enterprise Scalability
MySQL Enterprise Backup 3.7
MySQL Cluster 7.2
MySQL Cluster Manager 1.2
MySQL Utilities 1.0
MySQL Migration Wizard
MySQL for Excel 1.0 / 1.1
MySQL Enterprise Backup 3.8
MySQL Enterprise Audit
MySQL Enterprise HA (DRBD)
All GA! - 2011
MySQL Database 5.6
MySQL Utilities 1.3
MySQL Cluster 7.3
MySQL Workbench 6.0
MySQL Enterprise Monitor 3.0
MySQL Enterprise Backup 3.9
MySQL Yum Linux repository
All GA! - 2012 All GA! - 2013
and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.6
MySQL Cluster Manager 1.3
MySQL Workbench 6.2
MySQL for Excel 1.2
MySQL Enterprise Backup 3.11
Oracle Grid Infrastructure
Agents for MySQL
Latest:
MySQL 5.5.41 / 5.6.22
MySQL Cluster 7.2.18 / 7.3.7
GA! – 2014DMR* Q1 / 2014
*Development Milestone Release
MySQL Utilities Fabric 1.4.4 (GA)
MySQL 5.7.5 m15
- Throughput improvements
- Optimizer improvements
- more online DDL
- temporary tables in InnoDB
- Execution plan of running statements
- GIS: Spatial Indexes
and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver
Driving MySQL Innovation
MySQL since 2010 (SUN  Oracle), part 2
Labs – Q1 / 2014
MySQL with InnoDB PageIO Compression
MySQL GIS, InnoDB R-tree, Parser Refactoring
MySQL Cluster 7.4.0
MySQL Multi-source Replication
MySQL JSON UDFs 0.3.1
MySQL Applier for Hadoop
Proxy 0.8.3 (Alpha)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.7
Oracle Premier
Lifetime Support
Oracle Product
Certifications/Integrations
MySQL Enterprise
High Availability
MySQL Enterprise
Security
MySQL Enterprise
Scalability
MySQL Enterprise
Backup
MySQL Enterprise
Monitor/Query Analyzer
MySQL Workbench
MySQL Enterprise Edition
Highest Levels of Security, Performance and Availability
MySQL Enterprise
Audit
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.8
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.9
 Out-of-the-box logging of connections, logins, query
activity across all or specific MySQL servers
 User defined policies, filtering and log rotation
 Dynamically enabled, disabled: no server restart
 XML-based audit stream per Oracle audit specification
 Easily implemented via MySQL 5.5 Audit API
 MySQL 5.5.28 and higher
MySQL Enterprise Audit
Policy-based Auditing for MySQL Applications
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.10
MySQL Enterprise Encryption
Standards Based Cryptography
 MySQL encryption libraries
– Symmetric encryption AES256
– Public-key / asymmetric cryptography
 Key management
– Generate public and private keys
– Key exchange methods: RSA, DSA, DH
 Sign and verify data
– Cryptographic hashing for digital signing, verification, & validation
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.11
 PAM (Pluggable Authentication Modules)
- Access external authentication methods
- Standard interface (Unix, LDAP, Kerberos, others)
- proxied and non-proxied users
 Windows
- Access native Windows services
- Authenticate users already logged into Windows (Windows Active
Directory)
 Pluggable Authentication API
MySQL Enterprise Security
External Authentication
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.12
 MySQL default thread-handling – excellent
performance, can limit scalability as user connections
grow
 MySQL Thread Pool improves sustained
performance/scale as user connections grow
 Thread Pool API
Ensures better, sustained performance as user loads continue to grow.
MySQL Enterprise Scalability
MySQL Thread Pool
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.13
MySQL Enterprise Edition
With Thread Pool
MySQL Community Server
Without Thread Pool
20x Better Scalability with Thread Pool
0
1.000
2.000
3.000
4.000
5.000
6.000
7.000
8.000
TransactionsPerSecond
Simultaneous Database Connections
MySQL 5.5 Sysbench OLTP Read/Write
MySQL 5.5.16
Oracle Linux 6.1, Unbreakable Kernel 2.6.32
2 sockets, 24 cores, 2 X 12-core
Intel(R) Xeon(R) X5670 2.93GHz CPUs
72GB DDR3 RAM
2 X LSI SCSI Disk (MR9261-8i) (597GB)
With Thread Pool Enabled
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.14
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.15
Availability monitoring
Performance monitoring
Configuration monitoring
All available metrics collected
– Allowing for custom
threshold based incident
reports
MySQL auto-detection
Oracle Enterprise Manager for MySQL
Performance
Availability
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.16
A Virtual MySQL DBA Assistant!
 Web-based, global view of
MySQL/Cluster applications (on-
premise and Cloud deployments)
 Automated, rules-based monitoring and
alerts (SMTP, SNMP enabled)
 Query capture, monitoring, analysis and
tuning, correlated with Monitor graphs
 Real-time Replication Monitor with auto-
discovery of master-slave topologies
 Integrated with Oracle Support
MySQL Enterprise Monitor
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.17
 Online Backup for InnoDB (scriptable interface)
 Full, Incremental, Partial Backups (with compression)
 Point in Time, Full, Partial Recovery options
 Parallel, multi-threaded backup/recovery operations
 Metadata on status, progress, history
 Unlimited Database Size
 Cross-Platform
- Windows, Linux, Unix
 Certified with Oracle Secure Backup
MEB Backup
Files
MySQL
Database Files
mysqlbackup
Ensures quick, online backup and recovery of your on premise and Cloud
based MySQL applications.
MySQL Enterprise Backup
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.18
Database Design
- Visual Design, modeling
- Forward/Reverse Engineer
- Schema validation, Schema doc
SQL Development
- SQL Editor - Color Syntax Highlighting
- Objects - Import/Export, Browse/Edit
Database Administration
- Status, Configuration, Start/Stop
- Users, Security, Sessions
- Import/Export Dump Files
New! Database Migration Wizard
for SQL Server, Sybase, PostgreSQLMySQL Workbench
Saves you time developing and
managing your MySQL applications.
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.19
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.20
 Oracle Fusion MiddleWare
- WebLogic Server
- Database Adapter for Oracle SOA Suite
- Oracle Business Process Management
- Oracle Virtual Directory
- Oracle Data Integrator
- Oracle Enterprise Performance Management
- Oracle Identity Analytics
- Open SSO STS, Open SSO Fedlet
All ship with MySQL 5.x JDBC driver
Oracle Product Integrations/Certifications
Available Now
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.21
 Oracle Linux (w/DRBD Stack)
 Oracle VM
 Oracle VM Template for MySQL EE
 Oracle Solaris Clustering
 Oracle GoldenGate
 Oracle Secure Backup
 Oracle Database Firewall
 Oracle Clusterware
Oracle Product Integrations/Certifications
Available Now
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.22
 Largest Team of MySQL Experts
 Backed by MySQL Developers
 Forward Compatible Hot Fixes
 MySQL Maintenance Releases
 Direct Access to MySQL Support Engineers
 Support in 29 Languages
 24/7/365
 Unlimited Incidents
 Knowledge Base
 MySQL Consultative Support
"The rep that assisted me was simply
outstanding. He immediately recognized
the cause of my problem and provided the
resolution.”
mysql.com/support/quotes
Only From
Oracle
Oracle Premier Lifetime Support for MySQL
Rely on the Experts
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.23
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons
 MySQL Tools
 MySQL Support
 MySQL Licensing
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.24
 Dual Licensing for MySQL and MySQL Cluster
 GPLv2 (GNU Public License, version 2)
 Commercial License
 Which one to choose: http://www.mysql.com/about/legal/licensing/oem/
OEMs (Original Equipment Manufacturers), ISVs (Independent
Software Vendors), VARs (Value Added Resellers) and other
distributors that combine and distribute commercially licensed
software with MySQL software and do not wish to distribute the
source code for the commercially licensed software under version 2
of the GNU General Public License (the "GPL") must enter into a
commercial license agreement with Oracle.
MySQL Licensing
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.25
 Easy to use for your customers
 Zero maintenance for MySQL database
 Simplifies your support
 More cost effective licensing model („Embedded Software License“)
Benefits of Integration
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.26
Summary
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)
 MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)
 MySQL Support (7x24, Consultative Support, Certifications)
 MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.27
 mysql.com
- MySQL Products and Editions
- TCO calculator
- Customer use cases and success stories
 dev.mysql.com
- Downloads, Documentation
- Forums
- PlanetMySQL
 eDelivery.oracle.com
- Download and evaluate all MySQL products
Learn More
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.28
Stay Tuned!
 News from the MySQL Server Team
– http://mysqlserverteam.com/
 News from the broader MySQL engineering teams
– http://insidemysql.com/
 MySQL performance benchmarks and news
– http://dimitrik.free.fr/blog/index.html
 Get the latest 5.7 DMR
– All Platforms http://dev.mysql.com/downloads/mysql/
– YUM repo - http://dev.mysql.com/downloads/repo/
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.29
Program Agenda
 Oracle’s Investment in MySQL
 MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)
 MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)
 MySQL Support (7x24, Consultative Support, Certifications)
 MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)
 Questions?
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.30

Mais conteúdo relacionado

Mais procurados

MySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB ClusterMySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB ClusterMario Beck
 
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.pdfAlkin Tezuysal
 
Parallel Replication in MySQL and MariaDB
Parallel Replication in MySQL and MariaDBParallel Replication in MySQL and MariaDB
Parallel Replication in MySQL and MariaDBMydbops
 
Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?
Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?
Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?Miguel Araújo
 
Getting started with MariaDB with Docker
Getting started with MariaDB with DockerGetting started with MariaDB with Docker
Getting started with MariaDB with DockerMariaDB plc
 
Microservices Architecture Part 2 Event Sourcing and Saga
Microservices Architecture Part 2 Event Sourcing and SagaMicroservices Architecture Part 2 Event Sourcing and Saga
Microservices Architecture Part 2 Event Sourcing and SagaAraf Karsh Hamid
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMarkus Michalewicz
 
MySQL Performance - Best practices
MySQL Performance - Best practices MySQL Performance - Best practices
MySQL Performance - Best practices Ted Wennmark
 
MySQL Performance Schema in Action
MySQL Performance Schema in ActionMySQL Performance Schema in Action
MySQL Performance Schema in ActionSveta Smirnova
 
Upgrade from MySQL 5.7 to MySQL 8.0
Upgrade from MySQL 5.7 to MySQL 8.0Upgrade from MySQL 5.7 to MySQL 8.0
Upgrade from MySQL 5.7 to MySQL 8.0Olivier DASINI
 
MySQL InnoDB Cluster - Advanced Configuration & Operations
MySQL InnoDB Cluster - Advanced Configuration & OperationsMySQL InnoDB Cluster - Advanced Configuration & Operations
MySQL InnoDB Cluster - Advanced Configuration & OperationsFrederic Descamps
 
MariaDB Galera Cluster presentation
MariaDB Galera Cluster presentationMariaDB Galera Cluster presentation
MariaDB Galera Cluster presentationFrancisco Gonçalves
 
MySQL Enterprise Backup (MEB)
MySQL Enterprise Backup (MEB)MySQL Enterprise Backup (MEB)
MySQL Enterprise Backup (MEB)Mydbops
 
Presentation database security audit vault & database firewall
Presentation   database security audit vault & database firewallPresentation   database security audit vault & database firewall
Presentation database security audit vault & database firewallxKinAnx
 
Thiết kế hệ thống E-Commerce yêu cầu mở rộng
Thiết kế hệ thống E-Commerce yêu cầu mở rộngThiết kế hệ thống E-Commerce yêu cầu mở rộng
Thiết kế hệ thống E-Commerce yêu cầu mở rộngNguyen Minh Quang
 
MySQL Day Roma - MySQL Shell and Visual Studio Code Extension
MySQL Day Roma - MySQL Shell and Visual Studio Code ExtensionMySQL Day Roma - MySQL Shell and Visual Studio Code Extension
MySQL Day Roma - MySQL Shell and Visual Studio Code ExtensionFrederic Descamps
 
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)Jean-François Gagné
 

Mais procurados (20)

MySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB ClusterMySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB Cluster
 
Introduction to Galera Cluster
Introduction to Galera ClusterIntroduction to Galera Cluster
Introduction to Galera Cluster
 
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
 
Parallel Replication in MySQL and MariaDB
Parallel Replication in MySQL and MariaDBParallel Replication in MySQL and MariaDB
Parallel Replication in MySQL and MariaDB
 
Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?
Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?
Disaster Recovery with MySQL InnoDB ClusterSet - What is it and how do I use it?
 
Getting started with MariaDB with Docker
Getting started with MariaDB with DockerGetting started with MariaDB with Docker
Getting started with MariaDB with Docker
 
Microservices Architecture Part 2 Event Sourcing and Saga
Microservices Architecture Part 2 Event Sourcing and SagaMicroservices Architecture Part 2 Event Sourcing and Saga
Microservices Architecture Part 2 Event Sourcing and Saga
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For It
 
MySQL Performance - Best practices
MySQL Performance - Best practices MySQL Performance - Best practices
MySQL Performance - Best practices
 
MySQL Performance Schema in Action
MySQL Performance Schema in ActionMySQL Performance Schema in Action
MySQL Performance Schema in Action
 
Upgrade from MySQL 5.7 to MySQL 8.0
Upgrade from MySQL 5.7 to MySQL 8.0Upgrade from MySQL 5.7 to MySQL 8.0
Upgrade from MySQL 5.7 to MySQL 8.0
 
MySQL InnoDB Cluster - Advanced Configuration & Operations
MySQL InnoDB Cluster - Advanced Configuration & OperationsMySQL InnoDB Cluster - Advanced Configuration & Operations
MySQL InnoDB Cluster - Advanced Configuration & Operations
 
MySQL 8
MySQL 8MySQL 8
MySQL 8
 
MariaDB Galera Cluster presentation
MariaDB Galera Cluster presentationMariaDB Galera Cluster presentation
MariaDB Galera Cluster presentation
 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
 
MySQL Enterprise Backup (MEB)
MySQL Enterprise Backup (MEB)MySQL Enterprise Backup (MEB)
MySQL Enterprise Backup (MEB)
 
Presentation database security audit vault & database firewall
Presentation   database security audit vault & database firewallPresentation   database security audit vault & database firewall
Presentation database security audit vault & database firewall
 
Thiết kế hệ thống E-Commerce yêu cầu mở rộng
Thiết kế hệ thống E-Commerce yêu cầu mở rộngThiết kế hệ thống E-Commerce yêu cầu mở rộng
Thiết kế hệ thống E-Commerce yêu cầu mở rộng
 
MySQL Day Roma - MySQL Shell and Visual Studio Code Extension
MySQL Day Roma - MySQL Shell and Visual Studio Code ExtensionMySQL Day Roma - MySQL Shell and Visual Studio Code Extension
MySQL Day Roma - MySQL Shell and Visual Studio Code Extension
 
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
 

Destaque

Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleSteve Johnson
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docMysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docAnanda Dwi Satrio
 
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Blackboard APAC
 
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard APAC
 
Oracle mysql comparison
Oracle mysql comparisonOracle mysql comparison
Oracle mysql comparisonArun Sharma
 
Comparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsComparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsLucas Jellema
 
Integrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleIntegrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleNetSpot Pty Ltd
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceMysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceAnanda Dwi Satrio
 
Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Blackboard APAC
 
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateGetting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateMike Shaffer
 
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationIncorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationImagine Easy Solutions
 
Blackboard
BlackboardBlackboard
Blackboardzeniaaa
 
Embedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnEmbedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnBlackboardEMEA
 

Destaque (13)

Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and Oracle
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource docMysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource doc
 
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
Supporting Blackboard today and tomorrow with integrated solutions, Pearson E...
 
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
Blackboard Learn integration overview: 9.1, SaaS, and Ultra - Scott Hurrey, M...
 
Oracle mysql comparison
Oracle mysql comparisonOracle mysql comparison
Oracle mysql comparison
 
Comparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statementsComparing 30 MongoDB operations with Oracle SQL statements
Comparing 30 MongoDB operations with Oracle SQL statements
 
Integrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and MoodleIntegrating Blackboard Collaborate 12 and Moodle
Integrating Blackboard Collaborate 12 and Moodle
 
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan ResourceMysql vs oracle Kecepatan Transaksi, Index, dan Resource
Mysql vs oracle Kecepatan Transaksi, Index, dan Resource
 
Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...Integrating the Student Information System and Blackboard - you just press a ...
Integrating the Student Information System and Blackboard - you just press a ...
 
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard CollaborateGetting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
Getting Campus-Wide Adoption - Happy Faculty - via Blackboard Collaborate
 
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI IntegrationIncorporating ResearchReady into Blackboard Learn Using LTI Integration
Incorporating ResearchReady into Blackboard Learn Using LTI Integration
 
Blackboard
BlackboardBlackboard
Blackboard
 
Embedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard LearnEmbedding Library Services in Blackboard Learn
Embedding Library Services in Blackboard Learn
 

Semelhante a MySQL Community and Commercial Edition

20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech UpdatesRyusuke Kajiyama
 
MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL Brasil
 
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...GeneXus
 
Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesTarique Saleem
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL SupportMysql User Camp
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLMario Beck
 
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014Manuel Contreras
 
MySQL Technology Overview
MySQL Technology OverviewMySQL Technology Overview
MySQL Technology OverviewKeith Hollman
 
MySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMark Swarbrick
 
MySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of ChoiceMySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of ChoiceMark Swarbrick
 
MySQL Enterprise Edition Overview
MySQL Enterprise Edition OverviewMySQL Enterprise Edition Overview
MySQL Enterprise Edition OverviewMario Beck
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmapOpenSourceIndia
 
MySQL Web Reference Architecture
MySQL Web Reference Architecture MySQL Web Reference Architecture
MySQL Web Reference Architecture Ricky Setyawan
 
MySQL enterprise edition
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition Mark Swarbrick
 
MySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats NewMySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats NewMark Swarbrick
 
MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAsMario Beck
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeArnab Ray
 

Semelhante a MySQL Community and Commercial Edition (20)

20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates20140722 Taiwan MySQL User Group Meeting Tech Updates
20140722 Taiwan MySQL User Group Meeting Tech Updates
 
MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15
 
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
MySQL 20 años: pasado, presente y futuro; conoce las nuevas características d...
 
MySQL Latest News
MySQL Latest NewsMySQL Latest News
MySQL Latest News
 
Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New Features
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 
MySQL
MySQLMySQL
MySQL
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQL
 
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
Oracle MySQL Tutorial -- MySQL NoSQL Cloud Buenos Aires Nov, 13 2014
 
MySQL Technology Overview
MySQL Technology OverviewMySQL Technology Overview
MySQL Technology Overview
 
MySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt Intro
 
MySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of ChoiceMySQL London Tech Tour March 2015 - Embedded Database of Choice
MySQL London Tech Tour March 2015 - Embedded Database of Choice
 
MySQL Enterprise Edition Overview
MySQL Enterprise Edition OverviewMySQL Enterprise Edition Overview
MySQL Enterprise Edition Overview
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmap
 
MySQL Web Reference Architecture
MySQL Web Reference Architecture MySQL Web Reference Architecture
MySQL Web Reference Architecture
 
MySQL Tech Tour Nov, 2013
MySQL Tech Tour Nov, 2013MySQL Tech Tour Nov, 2013
MySQL Tech Tour Nov, 2013
 
MySQL enterprise edition
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition
 
MySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats NewMySQL London Tech Tour March 2015 - Whats New
MySQL London Tech Tour March 2015 - Whats New
 
MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAs
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime Time
 

Mais de Mario Beck

MySQL Cloud Service
MySQL Cloud ServiceMySQL Cloud Service
MySQL Cloud ServiceMario Beck
 
MySQL Enterprise Backup
MySQL Enterprise BackupMySQL Enterprise Backup
MySQL Enterprise BackupMario Beck
 
MySQL Document Store
MySQL Document StoreMySQL Document Store
MySQL Document StoreMario Beck
 
MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)Mario Beck
 
NoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSONNoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSONMario Beck
 
MySQL 5.7: Focus on Replication
MySQL 5.7: Focus on ReplicationMySQL 5.7: Focus on Replication
MySQL 5.7: Focus on ReplicationMario Beck
 
MySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDBMySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDBMario Beck
 
MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015Mario Beck
 
MySQL Security
MySQL SecurityMySQL Security
MySQL SecurityMario Beck
 
MySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench IntegrationMySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench IntegrationMario Beck
 
MySQL Enterprise Monitor
MySQL Enterprise MonitorMySQL Enterprise Monitor
MySQL Enterprise MonitorMario Beck
 

Mais de Mario Beck (12)

MySQL Cloud Service
MySQL Cloud ServiceMySQL Cloud Service
MySQL Cloud Service
 
MySQL Enterprise Backup
MySQL Enterprise BackupMySQL Enterprise Backup
MySQL Enterprise Backup
 
MySQL Document Store
MySQL Document StoreMySQL Document Store
MySQL Document Store
 
MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)MySQL for Software-as-a-Service (SaaS)
MySQL for Software-as-a-Service (SaaS)
 
NoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSONNoSQL and MySQL: News about JSON
NoSQL and MySQL: News about JSON
 
MySQL 5.7: Focus on Replication
MySQL 5.7: Focus on ReplicationMySQL 5.7: Focus on Replication
MySQL 5.7: Focus on Replication
 
MySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDBMySQL 5.7: Focus on InnoDB
MySQL 5.7: Focus on InnoDB
 
MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015
 
MySQL Security
MySQL SecurityMySQL Security
MySQL Security
 
MySQL Cluster
MySQL ClusterMySQL Cluster
MySQL Cluster
 
MySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench IntegrationMySQL's Performance Schema, SYS Schema and Workbench Integration
MySQL's Performance Schema, SYS Schema and Workbench Integration
 
MySQL Enterprise Monitor
MySQL Enterprise MonitorMySQL Enterprise Monitor
MySQL Enterprise Monitor
 

Último

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 

Último (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 

MySQL Community and Commercial Edition

  • 1. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.1 Advantages of Commercial MySQL vs. Community Edition Mario Beck MySQL Sales Consulting Manager EMEA Mario.Beck@oracle.com
  • 2. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.2 The following 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 decision. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Safe Harbor Statement
  • 3. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.3 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 4. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.4 MySQL 5.5 MySQL Cluster 7.3 MySQL Enterprise Monitor 2.3 & 3.0 MySQL Enterprise Backup Security Scalability HA Audit MySQL 5.6 MySQL Workbench 6.0 M y S Q L U t i l i t i e s M y S Q L A p p l i e r f o r H a d o o p MySQL Workbench 5.2 & 6.0 M y S Q L E n t e r p r i s e O r a c l e C e r t i f i c a t i o n s Almost 4 Years of MySQL Innovation M y S Q L C l u s t e r M a n a g e rWindows installer & Tools MySQL Cluster 7.2 MySQL Cluster 7.1 MySQLMigration Wizard MySQL 5.7
  • 5. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.5 MySQL Enterprise Monitor 2.2 MySQL Cluster 7.1 MySQL Cluster Manager 1.0 MySQL Workbench 5.2 MySQL Database 5.5 MySQL Enterprise Backup 3.5 MySQL Enterprise Monitor 2.3 Driving MySQL Innovation MySQL since 2010 (SUN  Oracle), part 1 All GA! - 2010 MySQL Cluster Manager 1.1 Oracle VM Template for MySQL Enterprise Edition MySQL Enterprise Oracle Certifications MySQL Windows Installer MySQL Enterprise Security MySQL Enterprise Scalability MySQL Enterprise Backup 3.7 MySQL Cluster 7.2 MySQL Cluster Manager 1.2 MySQL Utilities 1.0 MySQL Migration Wizard MySQL for Excel 1.0 / 1.1 MySQL Enterprise Backup 3.8 MySQL Enterprise Audit MySQL Enterprise HA (DRBD) All GA! - 2011 MySQL Database 5.6 MySQL Utilities 1.3 MySQL Cluster 7.3 MySQL Workbench 6.0 MySQL Enterprise Monitor 3.0 MySQL Enterprise Backup 3.9 MySQL Yum Linux repository All GA! - 2012 All GA! - 2013 and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver
  • 6. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.6 MySQL Cluster Manager 1.3 MySQL Workbench 6.2 MySQL for Excel 1.2 MySQL Enterprise Backup 3.11 Oracle Grid Infrastructure Agents for MySQL Latest: MySQL 5.5.41 / 5.6.22 MySQL Cluster 7.2.18 / 7.3.7 GA! – 2014DMR* Q1 / 2014 *Development Milestone Release MySQL Utilities Fabric 1.4.4 (GA) MySQL 5.7.5 m15 - Throughput improvements - Optimizer improvements - more online DDL - temporary tables in InnoDB - Execution plan of running statements - GIS: Spatial Indexes and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver Driving MySQL Innovation MySQL since 2010 (SUN  Oracle), part 2 Labs – Q1 / 2014 MySQL with InnoDB PageIO Compression MySQL GIS, InnoDB R-tree, Parser Refactoring MySQL Cluster 7.4.0 MySQL Multi-source Replication MySQL JSON UDFs 0.3.1 MySQL Applier for Hadoop Proxy 0.8.3 (Alpha)
  • 7. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.7 Oracle Premier Lifetime Support Oracle Product Certifications/Integrations MySQL Enterprise High Availability MySQL Enterprise Security MySQL Enterprise Scalability MySQL Enterprise Backup MySQL Enterprise Monitor/Query Analyzer MySQL Workbench MySQL Enterprise Edition Highest Levels of Security, Performance and Availability MySQL Enterprise Audit
  • 8. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.8 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 9. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.9  Out-of-the-box logging of connections, logins, query activity across all or specific MySQL servers  User defined policies, filtering and log rotation  Dynamically enabled, disabled: no server restart  XML-based audit stream per Oracle audit specification  Easily implemented via MySQL 5.5 Audit API  MySQL 5.5.28 and higher MySQL Enterprise Audit Policy-based Auditing for MySQL Applications
  • 10. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.10 MySQL Enterprise Encryption Standards Based Cryptography  MySQL encryption libraries – Symmetric encryption AES256 – Public-key / asymmetric cryptography  Key management – Generate public and private keys – Key exchange methods: RSA, DSA, DH  Sign and verify data – Cryptographic hashing for digital signing, verification, & validation
  • 11. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.11  PAM (Pluggable Authentication Modules) - Access external authentication methods - Standard interface (Unix, LDAP, Kerberos, others) - proxied and non-proxied users  Windows - Access native Windows services - Authenticate users already logged into Windows (Windows Active Directory)  Pluggable Authentication API MySQL Enterprise Security External Authentication
  • 12. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.12  MySQL default thread-handling – excellent performance, can limit scalability as user connections grow  MySQL Thread Pool improves sustained performance/scale as user connections grow  Thread Pool API Ensures better, sustained performance as user loads continue to grow. MySQL Enterprise Scalability MySQL Thread Pool
  • 13. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.13 MySQL Enterprise Edition With Thread Pool MySQL Community Server Without Thread Pool 20x Better Scalability with Thread Pool 0 1.000 2.000 3.000 4.000 5.000 6.000 7.000 8.000 TransactionsPerSecond Simultaneous Database Connections MySQL 5.5 Sysbench OLTP Read/Write MySQL 5.5.16 Oracle Linux 6.1, Unbreakable Kernel 2.6.32 2 sockets, 24 cores, 2 X 12-core Intel(R) Xeon(R) X5670 2.93GHz CPUs 72GB DDR3 RAM 2 X LSI SCSI Disk (MR9261-8i) (597GB) With Thread Pool Enabled
  • 14. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.14 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 15. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.15 Availability monitoring Performance monitoring Configuration monitoring All available metrics collected – Allowing for custom threshold based incident reports MySQL auto-detection Oracle Enterprise Manager for MySQL Performance Availability
  • 16. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.16 A Virtual MySQL DBA Assistant!  Web-based, global view of MySQL/Cluster applications (on- premise and Cloud deployments)  Automated, rules-based monitoring and alerts (SMTP, SNMP enabled)  Query capture, monitoring, analysis and tuning, correlated with Monitor graphs  Real-time Replication Monitor with auto- discovery of master-slave topologies  Integrated with Oracle Support MySQL Enterprise Monitor
  • 17. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.17  Online Backup for InnoDB (scriptable interface)  Full, Incremental, Partial Backups (with compression)  Point in Time, Full, Partial Recovery options  Parallel, multi-threaded backup/recovery operations  Metadata on status, progress, history  Unlimited Database Size  Cross-Platform - Windows, Linux, Unix  Certified with Oracle Secure Backup MEB Backup Files MySQL Database Files mysqlbackup Ensures quick, online backup and recovery of your on premise and Cloud based MySQL applications. MySQL Enterprise Backup
  • 18. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.18 Database Design - Visual Design, modeling - Forward/Reverse Engineer - Schema validation, Schema doc SQL Development - SQL Editor - Color Syntax Highlighting - Objects - Import/Export, Browse/Edit Database Administration - Status, Configuration, Start/Stop - Users, Security, Sessions - Import/Export Dump Files New! Database Migration Wizard for SQL Server, Sybase, PostgreSQLMySQL Workbench Saves you time developing and managing your MySQL applications.
  • 19. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.19 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 20. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.20  Oracle Fusion MiddleWare - WebLogic Server - Database Adapter for Oracle SOA Suite - Oracle Business Process Management - Oracle Virtual Directory - Oracle Data Integrator - Oracle Enterprise Performance Management - Oracle Identity Analytics - Open SSO STS, Open SSO Fedlet All ship with MySQL 5.x JDBC driver Oracle Product Integrations/Certifications Available Now
  • 21. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.21  Oracle Linux (w/DRBD Stack)  Oracle VM  Oracle VM Template for MySQL EE  Oracle Solaris Clustering  Oracle GoldenGate  Oracle Secure Backup  Oracle Database Firewall  Oracle Clusterware Oracle Product Integrations/Certifications Available Now
  • 22. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.22  Largest Team of MySQL Experts  Backed by MySQL Developers  Forward Compatible Hot Fixes  MySQL Maintenance Releases  Direct Access to MySQL Support Engineers  Support in 29 Languages  24/7/365  Unlimited Incidents  Knowledge Base  MySQL Consultative Support "The rep that assisted me was simply outstanding. He immediately recognized the cause of my problem and provided the resolution.” mysql.com/support/quotes Only From Oracle Oracle Premier Lifetime Support for MySQL Rely on the Experts
  • 23. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.23 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons  MySQL Tools  MySQL Support  MySQL Licensing  Questions?
  • 24. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.24  Dual Licensing for MySQL and MySQL Cluster  GPLv2 (GNU Public License, version 2)  Commercial License  Which one to choose: http://www.mysql.com/about/legal/licensing/oem/ OEMs (Original Equipment Manufacturers), ISVs (Independent Software Vendors), VARs (Value Added Resellers) and other distributors that combine and distribute commercially licensed software with MySQL software and do not wish to distribute the source code for the commercially licensed software under version 2 of the GNU General Public License (the "GPL") must enter into a commercial license agreement with Oracle. MySQL Licensing
  • 25. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.25  Easy to use for your customers  Zero maintenance for MySQL database  Simplifies your support  More cost effective licensing model („Embedded Software License“) Benefits of Integration
  • 26. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.26 Summary  Oracle’s Investment in MySQL  MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)  MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)  MySQL Support (7x24, Consultative Support, Certifications)  MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)  Questions?
  • 27. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.27  mysql.com - MySQL Products and Editions - TCO calculator - Customer use cases and success stories  dev.mysql.com - Downloads, Documentation - Forums - PlanetMySQL  eDelivery.oracle.com - Download and evaluate all MySQL products Learn More
  • 28. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.28 Stay Tuned!  News from the MySQL Server Team – http://mysqlserverteam.com/  News from the broader MySQL engineering teams – http://insidemysql.com/  MySQL performance benchmarks and news – http://dimitrik.free.fr/blog/index.html  Get the latest 5.7 DMR – All Platforms http://dev.mysql.com/downloads/mysql/ – YUM repo - http://dev.mysql.com/downloads/repo/
  • 29. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.29 Program Agenda  Oracle’s Investment in MySQL  MySQL Server Add-Ons (Auditing, ThreadPools, External Authentication)  MySQL Tools (Enterprise Monitor, Enterprise Backup, Workbench)  MySQL Support (7x24, Consultative Support, Certifications)  MySQL Licensing (Protect your IPR, Integrate MySQL and Your Application)  Questions?
  • 30. Copyright © 2014, Oracle and/or its affiliates. All rights reserved.30