SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Downloaden Sie, um offline zu lesen
MySQL in the Real World™ 
Copyright © 2014, Oracle and/or its affiliates. All rriigghhttss rreesseerrvveedd.. || 
Abel Flórez 
abel.florez@oracle.com 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Safe Harbor Statement 
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 decisions. The development, release, and timing of any features or 
functionality described for Oracle’s products remains at the sole discretion of Oracle. 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
2
Program Agenda 
Oracle Stewardship 
Reaching Out to the MySQL Community 
1 
2 
Real World™ samples 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
3 
3
Program Agenda 
Oracle Stewardship 
Reaching Out to the MySQL Community 
1 
2 
Real World™ samples 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
3 
4
Nearly 5 Years of Oracle Stewardship 
More Investment, More Innovation 
2x Engineering Staff 
3x QA Staff 
Jan 2010 Sept 2014 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
5 
2x Support Staff
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 
Oracle Products Certifications 
MySQL Windows Installer 
MySQL Enterprise Security 
MySQL Enterprise Scalability 
MySQL Enterprise Audit 
MySQL Cluster 7.2 
MySQL Windows Tools 
MySQL Database 5.6 
MySQL Cluster 7.3 
MySQL Enterprise Monitor 3.0 
MySQL Workbench 6.1 
MySQL Enterprise Backup 3.11 
Driving MySQL Innovation: 2010 - 2014 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL Enterprise Monitor 2.3 
MySQL Cluster Manager 1.1 
MySQL Enterprise Backup 3.7 
All GA! 
MySQL Cluster Manager 1.3 
MySQL Utilities 
MySQL Workbench 6.0 
All GA! 
MySQL Fabric 
MySQL Workbench 6.2 
MySQL Database 5.7 DMRs* 
MySQL Cluster 7.4 DMR 
*Development Milestone Release 
All GA! 
Available Now! 
Partial List of Releases Delivered 
6
MySQL 5.7: Innovation & Quality 
• Worklogs Implemented: 244 
• New MTR Tests for 5.7: 497 
• Total Bugs Fixed in 5.7: 1263 
• Total Bugs Fixed since 5.5: 8259 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
– Since MySQL 5.5 GA Dec 15, 2010 
7
MySQL & Oracle Product Integrations 
• Oracle Linux 
• Oracle VM 
• Oracle Solaris 
• Oracle Clusterware 
• Oracle Secure Backup 
• Oracle Enterprise Manager 
• Oracle Fusion Middleware 
• Oracle GoldenGate 
• Oracle Audit Vault & Database Firewall 
• MyOracle Online Support 
MySQL Integrates into your Oracle Environment 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
8
Program Agenda 
Oracle Stewardship 
Reaching Out to the MySQL Community 
1 
2 
Real World™ samples 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
3 
Oracle Confidential – Internal/Restricted/Highly Restricted 9
MySQL Fabric: OpenStack Server Provisioning labs.mysql.com 
Improving Cloud Operations 
• Provisions machines & MySQL 
– Initially using OpenStack Nova 
– Other cloud frameworks on the way 
(OpenStack Trove, AWS,…) 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
• Server setup 
– Clones slave 
– Sets up replication 
– Performs custom operations 
11
MySQL Community Repositories: Yum, APT, NuGET 
• Simple and convenient way to install & 
update MySQL products 
• Supports the following distributions 
– Oracle, Red Hat, CentOS 
– Fedora 
– Ubuntu, Debian 
• The latest releases of 
– MySQL Database 
– MySQL Workbench 
– MySQL Connector/ODBC 
– MySQL Connector/Python 
– MySQL Connector/NET 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
• Coming Soon 
– SUSE 
– Preconfigured Containers 
– Improved support for popular DevOps 
deployment tools 
– MySQL Utilities 
12
MySQL Source Code Available on GitHub 
• Git for MySQL Engineering 
– Fast, flexible and great for a distributed team 
– Great tooling 
– Large and vibrant community 
• GitHub for MySQL Community 
– Easy and fast code availability to the community and to downstream projects 
– Beta repo available today at https://github.com/mysql 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
– More info at http://mysqlrelease.com 
13
Program Agenda 
Oracle Stewardship 
Reaching Out to the MySQL Community 
1 
2 
Real World™ samples 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
3 
14
MySQL: Powering the Web 
Web OEM / ISV's 
SaaS, Hosting Telecommunications Enterprise 2.0 
Leading Open Source Database 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
"The notion persists within many traditional enterprises that once you reach a certain 
level of application importance, it is necessary to transition to big, expensive boxes 
running big, expensive databases. However, free-thinking members of their IT staffs 
are beginning to ask the question: 'What can we learn from Google, Yahoo, and 
Wikipedia on how to scale for high growth?'" 
Stephen O'Grady, Principal Analyst 
Red Monk 
Wikipedia's growth statistics are simply amazing. Since its introduction in 2001: 
• Monthly visitor growth from less than 50,000 to over 350 million 
• Content growth from less than 100 articles to over 15 million 
• Contributor growth from less than 100 to over 300,000 
Wikipedia relies upon MySQL replication to scale-out their database infrastructure 
and accommodate more visitors, more articles and more contributors. 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Suggesting that we could develop a synchronization server in a few 
months that would rival the performance and reliability of MySQL, which 
has been in development for nearly 20 years and is used by thousands of 
companies around the world, would have been ridiculous. Furthermore, 
none of our developers had experience developing high-performance, 
robust server software. We were more than happy to trust this portion of 
our software to open source developers. 
Science Activity Planner (SAP) is the primary science downlink analysis and uplink 
planning tool for NASA’s Mars Exploration Rover Mission. 
During each sol (Martian day) of mission operations, scientists and engineers use SAP 
to visualize the data acquired by the rover on previous sols and develop a plan of 
activities for the rover to accomplish on the next sol. Other operations tools then refine 
the plan and transmit it to the spacecraft. 
SAP uses MySQL to synchronize data between multiple 
program instances and ensure HA 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Millions of people every day visit the BBC News website for their daily fix 
of world news and analysis. Stories from hundreds of dedicated 
journalists in all time zones are constantly being fed to the site, which 
currently attracts 35 million unique users and receives over 800 million 
page impressions each month. 
The BBC wanted a dynamic system, working in real time, which would give audiences a 
real sense of the news stories on the website being picked up most by other users. 
The challenge was to balance a demand for high performance with value for money on 
a limited budget. The BBC’s solution was to develop the 'BBC News Live Stats' system 
in-house, supported by an open source software stack consisting of Apache web 
servers, Linux as the operating system and the MySQL database for data management. 
BBC News Website uses MySQL to Monitor Reader Interest 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
”Caspur relies on MySQL Enterprise because MySQL is the de-facto 
industry-standard database used in Bioinformatics. The MySQL Query 
Analyzer allows more effective monitoring and optimization of database 
queries.” 
Nico Sanna Senior Technology Manager Divisione HPC Chimica e Biologia 
Computazionale Consorzio CASPUR 
CASPUR is a non-profit inter-university consortium which was founded in 1992, based 
in Rome. It deals with scientific supercomputing applications and innovative 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
technologies. 
CASPUR employs a MySQL Enterprise subscription that allows them to monitor application 
reliability using MySQL Monitor, and improves query performance through the MySQL 
Query
“MySQL represents a very reliable and strong foundation for a 
computational analysis application like ours, and has been a key to its 
success.” 
Matti Hellqvist, 
Bank of Finland 
The Bank of Finland (BoF) acts as Finland's central bank, national monetary authority, 
and member of the European System of Central Banks and the Eurosystem. 
The BoF has developed a versatile Payment and Settlement System Simulator (BoFPSS2), 
for making payments and settlement system simulations. The simulator can be 
used for analyzing liquidity needs, risk issues, settlement algorithms as well as changes in 
behavioral patterns, authority policies & regulations, settlement conventions and pricing 
or costs issues. It is freely available for research purposes at http://pss.bof.fi. 
The BoF selected MySQL as embedded database within its PSS2 product in 
order to provide the turnkey, easy to use and powerful simulation application they were 
hoping other central bank economists would also adopt. 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
”The Central Registry is an extremely mission critical application 
that must never go down or face interruptions. Powering the Central 
Registry with MySQL Enterprise helped us ensure that the system is 
reliable and highly available while very performant and flexible.” 
Jan Fridén 
Medical Doctor, Sahlgrenska University Hospital 
Sahlgrenska University Hospital (SU) provides emergency and basic care within the city 
of Göteborg with 700,000 inhabitants, as well as highly specialized care for the Västra 
Götaland county with 1.7 million inhabitants. 
Every year, Sahlgrenska University Hospital records two million referrals and comments 
through the Central Registry system which is powered by MySQL. All in all, the Central 
Registry manages about 100 gigabytes of data with up to 2,000 concurrent users on a 
yearly basis. 
The Central iRegistry (CR) s a Java-based system where referrals and comments 
are registered - either illustrated by images, graphs or as plain text. 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
“Thanks in part to MySQL, we deliver a highly reliable and robust SaaS 
solution to Fortune 100 companies at affordable prices that our 
competitors can’t touch.” 
Trevor Stansbury 
President, Supply Dynamics 
Supply Dynamics is a leading supply chain solution provider that is focused on material 
consolidation solutions known as “Material Demand Aggregation.” 
Supply Dynamics developed an innovative, SaaS solution that has the ability to seamlessly 
integrate with an OEM customer’s existing ERP/MRP/Data Warehouse systems such as SAP 
R/3. This allows the OEM to get an aggregate view into total raw material demand across its 
supply chain, encompassing a virtually unlimited number of manufacturing sites and sub-tier 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
suppliers. 
Supply Dynamics relies on MySQL to cost effectively 
store tens of thousands of unique multi-level Bill of Material records, 
synchronizing those in real-time with actual finished part demand at the OEM.
Copyright © 2014, Oracle and/or its affiliates. All rriigghhttss rreesseerrvveedd.. || 
Thank You! 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Weitere ähnliche Inhalte

Was ist angesagt?

MySQL InnoDB Cluster: Management and Troubleshooting with MySQL Shell
MySQL InnoDB Cluster: Management and Troubleshooting with MySQL ShellMySQL InnoDB Cluster: Management and Troubleshooting with MySQL Shell
MySQL InnoDB Cluster: Management and Troubleshooting with MySQL ShellMiguel Araújo
 
MySQL Shell: The DevOps Tool for MySQL
MySQL Shell: The DevOps Tool for MySQLMySQL Shell: The DevOps Tool for MySQL
MySQL Shell: The DevOps Tool for MySQLMiguel Araújo
 
MySQL Manchester TT - MySQL Enterprise Edition
MySQL Manchester TT - MySQL Enterprise EditionMySQL Manchester TT - MySQL Enterprise Edition
MySQL Manchester TT - MySQL Enterprise EditionMark Swarbrick
 
MySQL High Availibility Solutions
MySQL High Availibility SolutionsMySQL High Availibility Solutions
MySQL High Availibility SolutionsMark Swarbrick
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeArnab Ray
 
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 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 @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMark Swarbrick
 
Netherlands Tech Tour 03 - MySQL Cluster
Netherlands Tech Tour 03 -   MySQL ClusterNetherlands Tech Tour 03 -   MySQL Cluster
Netherlands Tech Tour 03 - MySQL ClusterMark Swarbrick
 
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
 
MySQL Intro JSON NoSQL
MySQL Intro JSON NoSQLMySQL Intro JSON NoSQL
MySQL Intro JSON NoSQLMark Swarbrick
 
MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...
MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...
MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...Miguel Araújo
 
MySQL Day Paris 2016 - Introducing Oracle MySQL Cloud Service
MySQL Day Paris 2016 - Introducing Oracle MySQL Cloud ServiceMySQL Day Paris 2016 - Introducing Oracle MySQL Cloud Service
MySQL Day Paris 2016 - Introducing Oracle MySQL Cloud ServiceOlivier DASINI
 
MySQL Manchester TT - Security
MySQL Manchester TT  - SecurityMySQL Manchester TT  - Security
MySQL Manchester TT - SecurityMark Swarbrick
 
Solaris 11.2 What's New
Solaris 11.2 What's NewSolaris 11.2 What's New
Solaris 11.2 What's NewOrgad Kimchi
 
MySQL Tech Tour 2015 - 5.7 Connector/J/Net
MySQL Tech Tour 2015 - 5.7 Connector/J/NetMySQL Tech Tour 2015 - 5.7 Connector/J/Net
MySQL Tech Tour 2015 - 5.7 Connector/J/NetMark Swarbrick
 
MySQL NoSQL Document Store
MySQL NoSQL Document StoreMySQL NoSQL Document Store
MySQL NoSQL Document StoreMark Swarbrick
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceJean-Philippe PINTE
 
MySQL Enterprise Monitor
MySQL Enterprise MonitorMySQL Enterprise Monitor
MySQL Enterprise MonitorTed Wennmark
 

Was ist angesagt? (20)

MySQL InnoDB Cluster: Management and Troubleshooting with MySQL Shell
MySQL InnoDB Cluster: Management and Troubleshooting with MySQL ShellMySQL InnoDB Cluster: Management and Troubleshooting with MySQL Shell
MySQL InnoDB Cluster: Management and Troubleshooting with MySQL Shell
 
MySQL Shell: The DevOps Tool for MySQL
MySQL Shell: The DevOps Tool for MySQLMySQL Shell: The DevOps Tool for MySQL
MySQL Shell: The DevOps Tool for MySQL
 
MySQL Manchester TT - MySQL Enterprise Edition
MySQL Manchester TT - MySQL Enterprise EditionMySQL Manchester TT - MySQL Enterprise Edition
MySQL Manchester TT - MySQL Enterprise Edition
 
MySQL High Availibility Solutions
MySQL High Availibility SolutionsMySQL High Availibility Solutions
MySQL High Availibility Solutions
 
MySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime TimeMySQL 8: Ready for Prime Time
MySQL 8: Ready for Prime Time
 
MySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt IntroMySQL Tech Tour 2015 - Alt Intro
MySQL Tech Tour 2015 - Alt Intro
 
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 @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of Nottingham
 
Netherlands Tech Tour 03 - MySQL Cluster
Netherlands Tech Tour 03 -   MySQL ClusterNetherlands Tech Tour 03 -   MySQL Cluster
Netherlands Tech Tour 03 - MySQL Cluster
 
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?
 
MySQL Intro JSON NoSQL
MySQL Intro JSON NoSQLMySQL Intro JSON NoSQL
MySQL Intro JSON NoSQL
 
InnoDb Vs NDB Cluster
InnoDb Vs NDB ClusterInnoDb Vs NDB Cluster
InnoDb Vs NDB Cluster
 
MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...
MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...
MySQL Shell - A DevOps-engineer day with MySQL’s development and administrati...
 
MySQL Day Paris 2016 - Introducing Oracle MySQL Cloud Service
MySQL Day Paris 2016 - Introducing Oracle MySQL Cloud ServiceMySQL Day Paris 2016 - Introducing Oracle MySQL Cloud Service
MySQL Day Paris 2016 - Introducing Oracle MySQL Cloud Service
 
MySQL Manchester TT - Security
MySQL Manchester TT  - SecurityMySQL Manchester TT  - Security
MySQL Manchester TT - Security
 
Solaris 11.2 What's New
Solaris 11.2 What's NewSolaris 11.2 What's New
Solaris 11.2 What's New
 
MySQL Tech Tour 2015 - 5.7 Connector/J/Net
MySQL Tech Tour 2015 - 5.7 Connector/J/NetMySQL Tech Tour 2015 - 5.7 Connector/J/Net
MySQL Tech Tour 2015 - 5.7 Connector/J/Net
 
MySQL NoSQL Document Store
MySQL NoSQL Document StoreMySQL NoSQL Document Store
MySQL NoSQL Document Store
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
 
MySQL Enterprise Monitor
MySQL Enterprise MonitorMySQL Enterprise Monitor
MySQL Enterprise Monitor
 

Andere mochten auch

La apuesta de Telefónica por la cloud privada
La apuesta de Telefónica por la cloud privadaLa apuesta de Telefónica por la cloud privada
La apuesta de Telefónica por la cloud privadaLibreCon
 
Software libre en la banca - Experiencias del grupo Santander con OSS
Software libre en la banca - Experiencias del grupo Santander con OSSSoftware libre en la banca - Experiencias del grupo Santander con OSS
Software libre en la banca - Experiencias del grupo Santander con OSSLibreCon
 
FABulous: Open Source technologies for 3D printing - introduction to Fiware a...
FABulous: Open Source technologies for 3D printing - introduction to Fiware a...FABulous: Open Source technologies for 3D printing - introduction to Fiware a...
FABulous: Open Source technologies for 3D printing - introduction to Fiware a...LibreCon
 
Beneficios del software libre en la Universidad Complutense de Madrid
Beneficios del software libre en la Universidad Complutense de MadridBeneficios del software libre en la Universidad Complutense de Madrid
Beneficios del software libre en la Universidad Complutense de MadridLibreCon
 
LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...
LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...
LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...LibreCon
 
Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...LibreCon
 
Open Source in robotics and its business - LibreCon 2016
Open Source in robotics and its business - LibreCon 2016Open Source in robotics and its business - LibreCon 2016
Open Source in robotics and its business - LibreCon 2016LibreCon
 
¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016LibreCon
 
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016LibreCon
 
SmartDeviceLink - An open approach to the connected car
SmartDeviceLink - An open approach to the connected carSmartDeviceLink - An open approach to the connected car
SmartDeviceLink - An open approach to the connected carLibreCon
 
Driverlerless and open document management
Driverlerless and open document managementDriverlerless and open document management
Driverlerless and open document managementLibreCon
 
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016LibreCon
 
A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...LibreCon
 
Autonomous intelligence for the Industrial Internet - LibreCon 2016
Autonomous intelligence for the Industrial Internet - LibreCon 2016Autonomous intelligence for the Industrial Internet - LibreCon 2016
Autonomous intelligence for the Industrial Internet - LibreCon 2016LibreCon
 
Software Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENASoftware Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENALibreCon
 
Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016LibreCon
 

Andere mochten auch (16)

La apuesta de Telefónica por la cloud privada
La apuesta de Telefónica por la cloud privadaLa apuesta de Telefónica por la cloud privada
La apuesta de Telefónica por la cloud privada
 
Software libre en la banca - Experiencias del grupo Santander con OSS
Software libre en la banca - Experiencias del grupo Santander con OSSSoftware libre en la banca - Experiencias del grupo Santander con OSS
Software libre en la banca - Experiencias del grupo Santander con OSS
 
FABulous: Open Source technologies for 3D printing - introduction to Fiware a...
FABulous: Open Source technologies for 3D printing - introduction to Fiware a...FABulous: Open Source technologies for 3D printing - introduction to Fiware a...
FABulous: Open Source technologies for 3D printing - introduction to Fiware a...
 
Beneficios del software libre en la Universidad Complutense de Madrid
Beneficios del software libre en la Universidad Complutense de MadridBeneficios del software libre en la Universidad Complutense de Madrid
Beneficios del software libre en la Universidad Complutense de Madrid
 
LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...
LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...
LiMux: El proyecto que ha ayudado a Munich a ahorrar 11 millones de euros. Pe...
 
Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...
 
Open Source in robotics and its business - LibreCon 2016
Open Source in robotics and its business - LibreCon 2016Open Source in robotics and its business - LibreCon 2016
Open Source in robotics and its business - LibreCon 2016
 
¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016
 
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
 
SmartDeviceLink - An open approach to the connected car
SmartDeviceLink - An open approach to the connected carSmartDeviceLink - An open approach to the connected car
SmartDeviceLink - An open approach to the connected car
 
Driverlerless and open document management
Driverlerless and open document managementDriverlerless and open document management
Driverlerless and open document management
 
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
 
A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...
 
Autonomous intelligence for the Industrial Internet - LibreCon 2016
Autonomous intelligence for the Industrial Internet - LibreCon 2016Autonomous intelligence for the Industrial Internet - LibreCon 2016
Autonomous intelligence for the Industrial Internet - LibreCon 2016
 
Software Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENASoftware Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENA
 
Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016
 

Ähnlich wie MySQL en el mundo real. Evolución desde la compra por Oracle

MySQL Technology Overview
MySQL Technology OverviewMySQL Technology Overview
MySQL Technology OverviewKeith Hollman
 
MySQL Community and Commercial Edition
MySQL Community and Commercial EditionMySQL Community and Commercial Edition
MySQL Community and Commercial EditionMario Beck
 
MySQL & Oracle Linux Keynote at Open Source India 2014
MySQL & Oracle Linux Keynote at Open Source India 2014MySQL & Oracle Linux Keynote at Open Source India 2014
MySQL & Oracle Linux Keynote at Open Source India 2014Sanjay Manwani
 
MySQL Database Service - 100% Developed, Managed and Supported by the MySQL Team
MySQL Database Service - 100% Developed, Managed and Supported by the MySQL TeamMySQL Database Service - 100% Developed, Managed and Supported by the MySQL Team
MySQL Database Service - 100% Developed, Managed and Supported by the MySQL TeamOlivier DASINI
 
MySQL 8.0 - What's New ?
MySQL 8.0 - What's New ?MySQL 8.0 - What's New ?
MySQL 8.0 - What's New ?Olivier DASINI
 
Enabling digital transformation with MySQL
Enabling digital transformation with MySQLEnabling digital transformation with MySQL
Enabling digital transformation with MySQLMySQL Brasil
 
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 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
 
Unlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLUnlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLMatt Lord
 
MySQL in oracle_public_cloud
MySQL in oracle_public_cloudMySQL in oracle_public_cloud
MySQL in oracle_public_cloudOracleMySQL
 
MySQL enterprise edition
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition Mark Swarbrick
 
Unlocking big data with Hadoop + MySQL
Unlocking big data with Hadoop + MySQLUnlocking big data with Hadoop + MySQL
Unlocking big data with Hadoop + MySQLRicky Setyawan
 
MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?
MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?
MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?Olivier DASINI
 
20090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp0220090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp02Vinamra Mittal
 
MySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP Paris
MySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP ParisMySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP Paris
MySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP ParisOlivier DASINI
 
[OSC 2020 Osaka] MySQL"超"入門
[OSC 2020 Osaka] MySQL"超"入門[OSC 2020 Osaka] MySQL"超"入門
[OSC 2020 Osaka] MySQL"超"入門Ryusuke Kajiyama
 

Ähnlich wie MySQL en el mundo real. Evolución desde la compra por Oracle (20)

MySQL Technology Overview
MySQL Technology OverviewMySQL Technology Overview
MySQL Technology Overview
 
MySQL Community and Commercial Edition
MySQL Community and Commercial EditionMySQL Community and Commercial Edition
MySQL Community and Commercial Edition
 
MySQL & Oracle Linux Keynote at Open Source India 2014
MySQL & Oracle Linux Keynote at Open Source India 2014MySQL & Oracle Linux Keynote at Open Source India 2014
MySQL & Oracle Linux Keynote at Open Source India 2014
 
OpenStack & MySQL
OpenStack & MySQLOpenStack & MySQL
OpenStack & MySQL
 
MySQL Database Service - 100% Developed, Managed and Supported by the MySQL Team
MySQL Database Service - 100% Developed, Managed and Supported by the MySQL TeamMySQL Database Service - 100% Developed, Managed and Supported by the MySQL Team
MySQL Database Service - 100% Developed, Managed and Supported by the MySQL Team
 
MySQL 8.0 - What's New ?
MySQL 8.0 - What's New ?MySQL 8.0 - What's New ?
MySQL 8.0 - What's New ?
 
Enabling digital transformation with MySQL
Enabling digital transformation with MySQLEnabling digital transformation with MySQL
Enabling digital transformation with MySQL
 
MySQL
MySQLMySQL
MySQL
 
My sql8 innodb_cluster
My sql8 innodb_clusterMy sql8 innodb_cluster
My sql8 innodb_cluster
 
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 cluster 7.4
MySQL cluster 7.4 MySQL cluster 7.4
MySQL cluster 7.4
 
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...
 
Unlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLUnlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQL
 
MySQL in oracle_public_cloud
MySQL in oracle_public_cloudMySQL in oracle_public_cloud
MySQL in oracle_public_cloud
 
MySQL enterprise edition
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition
 
Unlocking big data with Hadoop + MySQL
Unlocking big data with Hadoop + MySQLUnlocking big data with Hadoop + MySQL
Unlocking big data with Hadoop + MySQL
 
MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?
MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?
MySQL Day Paris 2018 - What’s New in MySQL 8.0 ?
 
20090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp0220090425mysqlslides 12593434194072-phpapp02
20090425mysqlslides 12593434194072-phpapp02
 
MySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP Paris
MySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP ParisMySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP Paris
MySQL InnoDB Cluster - Meetup Oracle MySQL / AFUP Paris
 
[OSC 2020 Osaka] MySQL"超"入門
[OSC 2020 Osaka] MySQL"超"入門[OSC 2020 Osaka] MySQL"超"入門
[OSC 2020 Osaka] MySQL"超"入門
 

Mehr von LibreCon

Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...LibreCon
 
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...LibreCon
 
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016LibreCon
 
Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016LibreCon
 
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...LibreCon
 
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016LibreCon
 
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016LibreCon
 
Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016LibreCon
 
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016LibreCon
 
Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...LibreCon
 
Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016LibreCon
 
Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016LibreCon
 
IoT's impact on products design and innovation - LibreCon 2016
IoT's impact on products design and innovation - LibreCon 2016IoT's impact on products design and innovation - LibreCon 2016
IoT's impact on products design and innovation - LibreCon 2016LibreCon
 
Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...LibreCon
 
Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016LibreCon
 
Metamorfosis - LibreCon 2016
Metamorfosis - LibreCon 2016Metamorfosis - LibreCon 2016
Metamorfosis - LibreCon 2016LibreCon
 
Analítica web de experiencia de usuario y conversión
Analítica web de experiencia de usuario y conversiónAnalítica web de experiencia de usuario y conversión
Analítica web de experiencia de usuario y conversiónLibreCon
 
Hybrid ECM: Con la cabeza en las nubes y los pies en la tierra
Hybrid ECM: Con la cabeza en las nubes y los pies en la tierraHybrid ECM: Con la cabeza en las nubes y los pies en la tierra
Hybrid ECM: Con la cabeza en las nubes y los pies en la tierraLibreCon
 
xPaaS Services for OpenShift
xPaaS Services for OpenShiftxPaaS Services for OpenShift
xPaaS Services for OpenShiftLibreCon
 
Scratch + Kinect One: Programar jugando, jugar programando
Scratch + Kinect One: Programar jugando, jugar programandoScratch + Kinect One: Programar jugando, jugar programando
Scratch + Kinect One: Programar jugando, jugar programandoLibreCon
 

Mehr von LibreCon (20)

Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
 
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
 
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
 
Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016
 
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
 
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
 
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
 
Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016
 
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
 
Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...
 
Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016
 
Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016
 
IoT's impact on products design and innovation - LibreCon 2016
IoT's impact on products design and innovation - LibreCon 2016IoT's impact on products design and innovation - LibreCon 2016
IoT's impact on products design and innovation - LibreCon 2016
 
Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...
 
Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016
 
Metamorfosis - LibreCon 2016
Metamorfosis - LibreCon 2016Metamorfosis - LibreCon 2016
Metamorfosis - LibreCon 2016
 
Analítica web de experiencia de usuario y conversión
Analítica web de experiencia de usuario y conversiónAnalítica web de experiencia de usuario y conversión
Analítica web de experiencia de usuario y conversión
 
Hybrid ECM: Con la cabeza en las nubes y los pies en la tierra
Hybrid ECM: Con la cabeza en las nubes y los pies en la tierraHybrid ECM: Con la cabeza en las nubes y los pies en la tierra
Hybrid ECM: Con la cabeza en las nubes y los pies en la tierra
 
xPaaS Services for OpenShift
xPaaS Services for OpenShiftxPaaS Services for OpenShift
xPaaS Services for OpenShift
 
Scratch + Kinect One: Programar jugando, jugar programando
Scratch + Kinect One: Programar jugando, jugar programandoScratch + Kinect One: Programar jugando, jugar programando
Scratch + Kinect One: Programar jugando, jugar programando
 

Kürzlich hochgeladen

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

MySQL en el mundo real. Evolución desde la compra por Oracle

  • 1. MySQL in the Real World™ Copyright © 2014, Oracle and/or its affiliates. All rriigghhttss rreesseerrvveedd.. || Abel Flórez abel.florez@oracle.com Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
  • 2. Safe Harbor Statement 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 decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 2
  • 3. Program Agenda Oracle Stewardship Reaching Out to the MySQL Community 1 2 Real World™ samples Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 3 3
  • 4. Program Agenda Oracle Stewardship Reaching Out to the MySQL Community 1 2 Real World™ samples Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 3 4
  • 5. Nearly 5 Years of Oracle Stewardship More Investment, More Innovation 2x Engineering Staff 3x QA Staff Jan 2010 Sept 2014 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 5 2x Support Staff
  • 6. 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 Oracle Products Certifications MySQL Windows Installer MySQL Enterprise Security MySQL Enterprise Scalability MySQL Enterprise Audit MySQL Cluster 7.2 MySQL Windows Tools MySQL Database 5.6 MySQL Cluster 7.3 MySQL Enterprise Monitor 3.0 MySQL Workbench 6.1 MySQL Enterprise Backup 3.11 Driving MySQL Innovation: 2010 - 2014 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Enterprise Monitor 2.3 MySQL Cluster Manager 1.1 MySQL Enterprise Backup 3.7 All GA! MySQL Cluster Manager 1.3 MySQL Utilities MySQL Workbench 6.0 All GA! MySQL Fabric MySQL Workbench 6.2 MySQL Database 5.7 DMRs* MySQL Cluster 7.4 DMR *Development Milestone Release All GA! Available Now! Partial List of Releases Delivered 6
  • 7. MySQL 5.7: Innovation & Quality • Worklogs Implemented: 244 • New MTR Tests for 5.7: 497 • Total Bugs Fixed in 5.7: 1263 • Total Bugs Fixed since 5.5: 8259 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | – Since MySQL 5.5 GA Dec 15, 2010 7
  • 8. MySQL & Oracle Product Integrations • Oracle Linux • Oracle VM • Oracle Solaris • Oracle Clusterware • Oracle Secure Backup • Oracle Enterprise Manager • Oracle Fusion Middleware • Oracle GoldenGate • Oracle Audit Vault & Database Firewall • MyOracle Online Support MySQL Integrates into your Oracle Environment Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 8
  • 9. Program Agenda Oracle Stewardship Reaching Out to the MySQL Community 1 2 Real World™ samples Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 3 Oracle Confidential – Internal/Restricted/Highly Restricted 9
  • 10. MySQL Fabric: OpenStack Server Provisioning labs.mysql.com Improving Cloud Operations • Provisions machines & MySQL – Initially using OpenStack Nova – Other cloud frameworks on the way (OpenStack Trove, AWS,…) Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | • Server setup – Clones slave – Sets up replication – Performs custom operations 11
  • 11. MySQL Community Repositories: Yum, APT, NuGET • Simple and convenient way to install & update MySQL products • Supports the following distributions – Oracle, Red Hat, CentOS – Fedora – Ubuntu, Debian • The latest releases of – MySQL Database – MySQL Workbench – MySQL Connector/ODBC – MySQL Connector/Python – MySQL Connector/NET Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | • Coming Soon – SUSE – Preconfigured Containers – Improved support for popular DevOps deployment tools – MySQL Utilities 12
  • 12. MySQL Source Code Available on GitHub • Git for MySQL Engineering – Fast, flexible and great for a distributed team – Great tooling – Large and vibrant community • GitHub for MySQL Community – Easy and fast code availability to the community and to downstream projects – Beta repo available today at https://github.com/mysql Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | – More info at http://mysqlrelease.com 13
  • 13. Program Agenda Oracle Stewardship Reaching Out to the MySQL Community 1 2 Real World™ samples Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 3 14
  • 14. MySQL: Powering the Web Web OEM / ISV's SaaS, Hosting Telecommunications Enterprise 2.0 Leading Open Source Database Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 15. "The notion persists within many traditional enterprises that once you reach a certain level of application importance, it is necessary to transition to big, expensive boxes running big, expensive databases. However, free-thinking members of their IT staffs are beginning to ask the question: 'What can we learn from Google, Yahoo, and Wikipedia on how to scale for high growth?'" Stephen O'Grady, Principal Analyst Red Monk Wikipedia's growth statistics are simply amazing. Since its introduction in 2001: • Monthly visitor growth from less than 50,000 to over 350 million • Content growth from less than 100 articles to over 15 million • Contributor growth from less than 100 to over 300,000 Wikipedia relies upon MySQL replication to scale-out their database infrastructure and accommodate more visitors, more articles and more contributors. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 16. Suggesting that we could develop a synchronization server in a few months that would rival the performance and reliability of MySQL, which has been in development for nearly 20 years and is used by thousands of companies around the world, would have been ridiculous. Furthermore, none of our developers had experience developing high-performance, robust server software. We were more than happy to trust this portion of our software to open source developers. Science Activity Planner (SAP) is the primary science downlink analysis and uplink planning tool for NASA’s Mars Exploration Rover Mission. During each sol (Martian day) of mission operations, scientists and engineers use SAP to visualize the data acquired by the rover on previous sols and develop a plan of activities for the rover to accomplish on the next sol. Other operations tools then refine the plan and transmit it to the spacecraft. SAP uses MySQL to synchronize data between multiple program instances and ensure HA Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 17. Millions of people every day visit the BBC News website for their daily fix of world news and analysis. Stories from hundreds of dedicated journalists in all time zones are constantly being fed to the site, which currently attracts 35 million unique users and receives over 800 million page impressions each month. The BBC wanted a dynamic system, working in real time, which would give audiences a real sense of the news stories on the website being picked up most by other users. The challenge was to balance a demand for high performance with value for money on a limited budget. The BBC’s solution was to develop the 'BBC News Live Stats' system in-house, supported by an open source software stack consisting of Apache web servers, Linux as the operating system and the MySQL database for data management. BBC News Website uses MySQL to Monitor Reader Interest Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 18. ”Caspur relies on MySQL Enterprise because MySQL is the de-facto industry-standard database used in Bioinformatics. The MySQL Query Analyzer allows more effective monitoring and optimization of database queries.” Nico Sanna Senior Technology Manager Divisione HPC Chimica e Biologia Computazionale Consorzio CASPUR CASPUR is a non-profit inter-university consortium which was founded in 1992, based in Rome. It deals with scientific supercomputing applications and innovative Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | technologies. CASPUR employs a MySQL Enterprise subscription that allows them to monitor application reliability using MySQL Monitor, and improves query performance through the MySQL Query
  • 19. “MySQL represents a very reliable and strong foundation for a computational analysis application like ours, and has been a key to its success.” Matti Hellqvist, Bank of Finland The Bank of Finland (BoF) acts as Finland's central bank, national monetary authority, and member of the European System of Central Banks and the Eurosystem. The BoF has developed a versatile Payment and Settlement System Simulator (BoFPSS2), for making payments and settlement system simulations. The simulator can be used for analyzing liquidity needs, risk issues, settlement algorithms as well as changes in behavioral patterns, authority policies & regulations, settlement conventions and pricing or costs issues. It is freely available for research purposes at http://pss.bof.fi. The BoF selected MySQL as embedded database within its PSS2 product in order to provide the turnkey, easy to use and powerful simulation application they were hoping other central bank economists would also adopt. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 20. ”The Central Registry is an extremely mission critical application that must never go down or face interruptions. Powering the Central Registry with MySQL Enterprise helped us ensure that the system is reliable and highly available while very performant and flexible.” Jan Fridén Medical Doctor, Sahlgrenska University Hospital Sahlgrenska University Hospital (SU) provides emergency and basic care within the city of Göteborg with 700,000 inhabitants, as well as highly specialized care for the Västra Götaland county with 1.7 million inhabitants. Every year, Sahlgrenska University Hospital records two million referrals and comments through the Central Registry system which is powered by MySQL. All in all, the Central Registry manages about 100 gigabytes of data with up to 2,000 concurrent users on a yearly basis. The Central iRegistry (CR) s a Java-based system where referrals and comments are registered - either illustrated by images, graphs or as plain text. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 21. “Thanks in part to MySQL, we deliver a highly reliable and robust SaaS solution to Fortune 100 companies at affordable prices that our competitors can’t touch.” Trevor Stansbury President, Supply Dynamics Supply Dynamics is a leading supply chain solution provider that is focused on material consolidation solutions known as “Material Demand Aggregation.” Supply Dynamics developed an innovative, SaaS solution that has the ability to seamlessly integrate with an OEM customer’s existing ERP/MRP/Data Warehouse systems such as SAP R/3. This allows the OEM to get an aggregate view into total raw material demand across its supply chain, encompassing a virtually unlimited number of manufacturing sites and sub-tier Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | suppliers. Supply Dynamics relies on MySQL to cost effectively store tens of thousands of unique multi-level Bill of Material records, synchronizing those in real-time with actual finished part demand at the OEM.
  • 22. Copyright © 2014, Oracle and/or its affiliates. All rriigghhttss rreesseerrvveedd.. || Thank You! Copyright © 2014, Oracle and/or its affiliates. All rights reserved.