SlideShare une entreprise Scribd logo
1  sur  47
MySQL Cluster 
Dive into the Latest Developments 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Andrew Morgan 
@andrewmorgan 
clusterdb.com 
Bernhard Ocklin 
bernd.ocklin@oracle.com 
2nd October 2014
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. |
Today’s Database Requirements 
Extreme Write Scalability Real-Time User Experience 
Rock Solid Reliability Rapid Service Innovation 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Today’s Database Requirements 
Transactional Integrity 
OLTP + Real-Time Analytics 
Extreme Write Scalability Real-Time User Experience 
Standards & Skillsets 
Rock Solid Reliability Rapid Service Innovation 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Who’s Using MySQL Cluster 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL Cluster Overview 
• Auto-Sharding, Multi-Master 
• ACID Compliant, OLTP + Real-Time Analytics 
HIGH SCALE, READS + 
WRITES 
• Shared nothing, no Single Point of Failure 
• Self Healing + On-Line Operations 
99.999% AVAILABILITY 
• In-Memory Optimization + Disk-Data 
• Predictable Low-Latency, Bounded Access Time 
REAL-TIME 
• Key/Value + Complex, Relational Queries 
• SQL + Memcached + JavaScript + Java + HTTP/REST & C++ 
SQL + NoSQL 
• Open Source + Commercial Editions 
• Commodity hardware + Management, Monitoring Tools 
LOW TCO
MySQL Cluster Architecture 
MySQL Cluster Data Nodes 
Clients 
Application Layer 
Data Layer 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL Cluster Scaling 
MySQL Cluster Data Nodes 
Clients 
Application Layer 
Data Layer
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL Cluster HA 
MySQL Cluster Data Nodes 
Clients 
Application Layer 
Data Layer
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Scale 
On-Line 
Operations 
Backup 
Evolve 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Upgrade
MySQL Cluster 7.3: 1.2 Billion UPDATEs per Minute 
• NoSQL C++ API, 
flexaSynch benchmark 
• 30 x Intel E5-2600 Intel 
Servers, 2 socket, 64GB 
• ACID Transactions, with 
Synchronous Replication 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
25 
20 
15 
10 
5 
0 
2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 
Millions of UPDATEs per Second 
MySQL Cluster Data Nodes
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
NoSQL Access to MySQL Cluster data 
Apps Apps Apps Apps Apps Apps Apps Apps Apps Apps Apps Apps 
JPA 
Cluster JPA 
PHP Perl Python Ruby JDBC Cluster J JS Apache Memcached 
MySQL JNI Node.JS mod_ndb ndb_eng 
NDB API (C++) 
MySQL Cluster Data Nodes 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Cluster & Memcached – Schema-Free 
key value 
<town:maidenhead,SL6> 
key value 
<town:maidenhead,SL6> 
Key Value 
town:maidenhead SL6 
generic table 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Application view 
SQL view
Cluster & Memcached - Configured Schema 
key value 
<town:maidenhead,SL6> 
prefix key value 
<town:maidenhead,SL6> 
Prefix Table Key-col Val-col policy 
town: map.zip town code cluster 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Config tables 
town ... code ... 
maidenhead ... SL6 ... 
map.zip 
Application view 
SQL view
Real-Time Analytics - Adaptive Query Localization 
• Scale Complex Queries across Shards 
• JOINs pushed down to data nodes 
• Executed in parallel 
• Returns single result set to MySQL 
• Opens Up New Use-Cases 
• Real-time analytics 
• Recommendations engines 
• Fraud-detection 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
mysqld 
Data Nodes 
mysqld 
A 
Q 
L 
Data Nodes 
DON’T COMPROMISE 
FUNCTIONALITY TO SCALE-OUT !!
Query Execution Time Seconds 
87.23 seconds 
MySQL Cluster 7.1 MySQL Cluster 7.2 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Real-World Test Case 
100 
90 
80 
70 
60 
50 
40 
30 
20 
10 
0 
• Web-Based Content Management System 
– JOINs 11-tables, 33.5k rows 
– Returns 2k rows, 19 columns per row 
1.26 seconds 
70x 
Faster
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
 Foreign Key Support 
 MySQL 5.6 
 Auto-Installer 
 NoSQL JavaScript for node.js
MySQL Cluster 7.3: Foreign Keys 
• Brings MySQL Cluster to a broader range of workloads 
– Packaged apps, custom projects 
• Adds powerful functionality while reducing complexity 
– App logic & data model 
• Enabled by default 
• Enforced for SQL & 
NoSQL APIs 
• On-line add and drop 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
MySQL Cluster 7.3: Auto-Installer 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
• Fast configuration 
• Auto-discovery 
•Workload optimized 
• Repeatable best 
practices 
Specify 
Workload 
Auto- 
Discover 
Define 
Deploy Topology
MySQL Cluster 7.3: Connection Thread Scalability 
 Increases throughput of each 
connection to the data layer 
 More client threads can use each 
connection by splitting mutexes 
Reduces configuration complexity 
 Increases cluster scalability 
 Each connection consumes one of 256 
node ids 
Up to 7.5x higher performance per 
connection 
 SQL & NoSQL interfaces 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL Cluster Data Nodes 
MySQL Cluster Data Nodes 
With Connection 
Thread Scalability
MySQL Cluster 7.3: Connection Thread Scalability 
 DBT2 Benchmark 
– Single MySQL Server 
– Single Data Node 
– 128 client connections 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
8.5x
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Node.js NoSQL API 
• Native JavaScript access to MySQL Cluster 
– End-to-End JavaScript: browser to the app & DB 
– Storing and retrieving JavaScript objects 
directly in MySQL Cluster 
– Eliminate SQL transformation 
• Implemented as a module for node.js 
– Integrates Cluster API library within the web 
app 
• Couple high performance, distributed apps, 
with high performance distributed database 
• Optionally routes through MySQL Server 
V8 JavaScript Engine 
MySQL Cluster Node.js Module 
MySQL Cluster Data Nodes 
Clients
MySQL Cluster 7.4.1 DMR 
Available Now! 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
MySQL Cluster 7.4.1 DMR 
Better performance and operational simplicity 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
• Performance gain over 7.3 
– 47% (Read-Only) 
– 38% (Read-Write) 
• Faster maintenance operations 
– Nodal & Rolling restarts 
– Upgrades
• Asynchronous replication between 
MySQL Clusters 
• Active-Active 
– Update anywhere 
– Conflict detection 
• Application notified through exception tables 
• Can opt to have conflicts resolved 
automatically 
– Auto-conflict-resolution 
• Conflicting transaction and dependent ones 
are rolled-back 
• No changes to application schema 
Active-Active Geo-Replication 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Spend $40 Add $100 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
What is a conflict? 
John.balance==$100 
John.balance-=$40 
John.balance==$60 
John.balance==$200 
John.balance==$100 
John.balance+= $100 
John.balance==$200 
John.balance==$600 
$60 
$200
MySQL Cluster 7.4.1 DMR 
• Detects conflicting inserts/updates 
• Entire transactions (and dependent 
ones) rolled back 
• All conflicts are handled before 
switching primary 
Later in MySQL Cluster 7.4 
• Conflicting deletes 
• Rolling back of transactions that 
read conflicted data 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Handling of Conflicts
Detecting Conflicts - Reflected GCI 
• Primary store logical timestamp (GCI) 
against updated row 
– Window for conflict opens 
• GCI replicated with updated row to 
Secondary 
• The same row and GCI is replicated back 
(reflected) from Secondary to Primary 
after it has been applied 
– Closing window for conflict 
• Primary checks every event originating 
from the Secondary to ensure it isn’t for a 
‘conflictable’ row 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Primary Secondary 
John.balance==$100 
John.balance-=$40 
John.balance==$60 
John.balance==$200 
John.balance==$100 
John.balance+= $100 
John.balance==$200 
John.balance==$600 
Spend 
$40 
Add $100 
$60 
$200
How to Use Conflict Detection/Resolution 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Decide which 
tables need 
protecting 
For each table, 
specify what to 
do on conflicts 
Just record in 
exception table 
Application or 
DBA acts on 
content 
Rollback the 
conflicting row 
Rollback the 
conflicting 
transaction
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Restart Times 
What operations benefit? 
• Restarting data node with locally checkpointed data 
– Major improvement 
• Restarting data node which must recover data from peer 
– Major improvement 
– Further speedups to come in 7.4.X (greater parallelization) 
• Upgrade/rolling restarts 
– Major improvement 
• Cluster shutdown and restart 
– Minor improvement
Enhanced Memory Reporting 
mysql> CREATE DATABASE clusterdb;USE clusterdb; 
mysql> CREATE TABLE simples (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY) ENGINE=NDB; 
mysql> select node_id AS node, fragment_num AS frag, fixed_elem_alloc_bytes alloc_bytes, 
fixed_elem_free_bytes AS free_bytes, fixed_elem_free_rows AS spare_rows from 
memory_per_fragment where fq_name like '%simples%'; 
+------+------+-------------+------------+------------+ 
| node | frag | alloc_bytes | free_bytes | spare_rows | 
+------+------+-------------+------------+------------+ 
| 1 | 0 | 131072 | 5504 | 172 | 
| 1 | 2 | 131072 | 1280 | 40 | 
| 2 | 0 | 131072 | 5504 | 172 | 
| 2 | 2 | 131072 | 1280 | 40 | 
| 3 | 1 | 131072 | 3104 | 97 | 
| 3 | 3 | 131072 | 4256 | 133 | 
| 4 | 1 | 131072 | 3104 | 97 | 
| 4 | 3 | 131072 | 4256 | 133 | 
+------+------+-------------+------------+------------+ 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
See how much memory a table is using
Enhanced Memory Reporting 
See how memory is made available after deleting rows 
+------+------+-------------+------------+------------+ 
| node | frag | alloc_bytes | free_bytes | spare_rows | 
+------+------+-------------+------------+------------+ 
| 1 | 0 | 131072 | 5504 | 172 | 
| 1 | 2 | 131072 | 1280 | 40 | 
| 2 | 0 | 131072 | 5504 | 172 | 
| 2 | 2 | 131072 | 1280 | 40 | 
| 3 | 1 | 131072 | 3104 | 97 | 
| 3 | 3 | 131072 | 4256 | 133 | 
| 4 | 1 | 131072 | 3104 | 97 | 
| 4 | 3 | 131072 | 4256 | 133 | 
+------+------+-------------+------------+------------+ 
mysql> DELETE FROM clusterdb.simples LIMIT 1; 
+------+------+-------------+------------+------------+ 
| node | frag | alloc_bytes | free_bytes | spare_rows | 
+------+------+-------------+------------+------------+ 
| 1 | 0 | 131072 | 5504 | 172 | 
| 1 | 2 | 131072 | 1312 | 41 | 
| 2 | 0 | 131072 | 5504 | 172 | 
| 2 | 2 | 131072 | 1312 | 41 | 
| 3 | 1 | 131072 | 3104 | 97 | 
| 3 | 3 | 131072 | 4288 | 134 | 
| 4 | 1 | 131072 | 3104 | 97 | 
| 4 | 3 | 131072 | 4288 | 134 | 
+------+------+-------------+------------+------------+ 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Enhanced Memory Reporting 
Check how well partitioned/sharded a table is 
mysql> CREATE TABLE simples (id INT NOT NULL AUTO_INCREMENT, species VARCHAR(20) DEFAULT "Human", 
PRIMARY KEY(id, species)) engine=ndb PARTITION BY KEY(species); 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
// Add some data 
mysql> select node_id AS node, fragment_num AS frag, fixed_elem_alloc_bytes alloc_bytes, 
fixed_elem_free_bytes AS free_bytes, fixed_elem_free_rows AS spare_rows from ndbinfo.memory_per_fragment 
where fq_name like '%simples%'; 
+------+------+-------------+------------+------------+ 
| node | frag | alloc_bytes | free_bytes | spare_rows | 
+------+------+-------------+------------+------------+ 
| 1 | 0 | 0 | 0 | 0 | 
| 1 | 2 | 196608 | 11732 | 419 | 
| 2 | 0 | 0 | 0 | 0 | 
| 2 | 2 | 196608 | 11732 | 419 | 
| 3 | 1 | 0 | 0 | 0 | 
| 3 | 3 | 0 | 0 | 0 | 
| 4 | 1 | 0 | 0 | 0 | 
| 4 | 3 | 0 | 0 | 0 | 
+------+------+-------------+------------+------------+
Oracle MySQL HA & Scaling Solutions 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL 
Replication 
MySQL 
Fabric 
Oracle VM 
Template 
Oracle 
Clusterware 
Solaris 
Cluster 
Windows 
Cluster 
DRBD 
MySQL 
Cluster 
App Auto-Failover ✖ ✔ ✔ ✔ ✔ ✔ ✔ ✔ 
Data Layer Auto-Failover ✖ ✔ ✔ ✔ ✔ ✔ ✔ ✔ 
Zero Data Loss MySQL 5.7 MySQL 5.7 ✔ ✔ ✔ ✔ ✔ ✔ 
Platform Support All All Linux Linux Solaris Windows Linux All 
Clustering Mode 
Master + 
Slaves 
Master + 
Slaves 
Active/Pas 
sive 
Active/Passi 
ve 
Active/P 
assive 
Active/Pas 
sive 
Active/P 
assive 
Multi- 
Master 
Failover Time N/A Secs Secs + Secs + Secs + Secs + Secs + < 1 Sec 
Scale-out Reads ✔ ✖ ✖ ✖ ✖ ✖ ✔ 
Cross-shard operations N/A ✖ N/A N/A N/A N/A N/A ✔ 
Transparent routing ✖ For HA ✔ ✔ ✔ ✔ ✔ ✔ 
Shared Nothing ✔ ✔ ✖ ✖ ✖ ✖ ✔ ✔ 
Storage Engine InnoDB+ InnoDB+ InnoDB+ InnoDB+ InnoDB+ InnoDB+ InnoDB+ NDB 
Single Vendor Support ✔ ✔ ✔ ✔ ✔ ✖ ✔ ✔ 
37
When to Consider MySQL Cluster 
• Scalability demands 
– Sharding for write performance? 
• Latency demands 
– Cost of each millisecond? 
• Uptime requirements 
– Cost per minute of downtime? 
– Failure versus maintenance? 
• Application agility 
– Developer languages and frameworks? 
– SQL or NoSQL? 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
MySQL Cluster Auto-Installer 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
• Fast configuration 
• Auto-discovery 
•Workload optimized 
• Repeatable best practices 
Specify 
Workload 
Auto- 
Discover 
Define 
Deploy Topology
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Enhancing DevOps Agility, Reducing Downtime 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
MySQL Cluster Manager 
Automated Management 
• Start / Stop node or 
whole cluster 
• On-Line Scaling 
• On-Line Reconfiguration 
• On-Line Upgrades 
• On-Line Backup & 
Restore 
• Import Running Cluster 
Self-Healing 
• Node monitoring 
• Auto-recovery extended 
to SQL + mgmt nodes 
HA Operations 
• Cluster-wide 
configuration 
consistency 
• Persistent 
configurations 
• HA Agents
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Upgrade using MCM 
MySQL Cluster Data Nodes 
Application Layer 
Data Layer 
upgrade cluster --package=7.3 mycluster;
MySQL Cluster Manager 1.3.2 GA 
Available Now! 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
MySQL Cluster Manager 1.3.2 GA 
“Unmanaged” production Cluster 
mcm> create cluster --import 
mcm> import config [--dryrun] 
mcm> import cluster[--dryrun] 
Cluster now managed by MCM 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Import a running Cluster into MCM
Oracle University MySQL Training Services 
Prepare Your Organization to Enable Reliable and High-Performance Web-Based Database Applications 
Top Courses for Administrators and Developers 
Top Certifications 
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
“Training and team skill 
have the most significant impact on overall performance of 
technology and success of technology projects.” - IDC, 2013 
Premier Support customers eligible to 
save 20% on learning credits. 
Benefits 
 Expert-led training to support your MySQL learning needs 
 Flexibility to train in the classroom or online 
 Hands-on experience to gain real world experience 
 Key skills needed for database administrators and developers 
• MySQL for Beginners 
MySQL for Database Administrators 
MySQL Performance Tuning 
MySQL Cluster – NEW - Register Your Interest! 
MySQL and PHP - Developing Dynamic Web Applications 
MySQL for Developers 
MySQL Developer Techniques 
MySQL 5.6 Database Administrator 
MySQL 5.6 Developer 
To find out more about available MySQL Training & Certification 
offerings, go to: education.oracle.com/mysql 
RECENTLY RELEASED 
!!ALL NEW!! MySQL Cluster Training 
To Register your interest to influence the 
schedule on this newly released course – go to 
education.oracle.com/mysql and click on the 
MySQL Cluster Course
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Next Steps 
Learn More 
• www.mysql.com/cluster 
• Authentic MySQL Curriculum: http://oracle.com/education/mysql 
Try it Out 
• dev.mysql.com/downloads/cluster/ 
Let us know what you think 
• bugs.mysql.com 
• forums.mysql.com/list.php?25

Contenu connexe

Tendances

C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...DataStax Academy
 
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017Codemotion
 
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For ScalaScala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For ScalaLightbend
 
MySQL Cluster (NDB) - Best Practices Percona Live 2017
MySQL Cluster (NDB) - Best Practices Percona Live 2017MySQL Cluster (NDB) - Best Practices Percona Live 2017
MySQL Cluster (NDB) - Best Practices Percona Live 2017Severalnines
 
Mysql User Camp : 20-June-14 : Mysql Fabric
Mysql User Camp : 20-June-14 : Mysql FabricMysql User Camp : 20-June-14 : Mysql Fabric
Mysql User Camp : 20-June-14 : Mysql FabricMysql User Camp
 
Run Cloud Native MySQL NDB Cluster in Kubernetes
Run Cloud Native MySQL NDB Cluster in KubernetesRun Cloud Native MySQL NDB Cluster in Kubernetes
Run Cloud Native MySQL NDB Cluster in KubernetesBernd Ocklin
 
OpenStack + Nano Server + Hyper-V + S2D
OpenStack + Nano Server + Hyper-V + S2DOpenStack + Nano Server + Hyper-V + S2D
OpenStack + Nano Server + Hyper-V + S2DAlessandro Pilotti
 
How to upgrade like a boss to my sql 8.0?
How to upgrade like a boss to my sql 8.0?How to upgrade like a boss to my sql 8.0?
How to upgrade like a boss to my sql 8.0?Alkin Tezuysal
 
2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to CloudMarcus Vinicius Miguel Pedro
 
Deploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia NetworksDeploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia NetworksMariaDB plc
 
Azure + DataStax Enterprise (DSE) Powers Office365 Per User Store
Azure + DataStax Enterprise (DSE) Powers Office365 Per User StoreAzure + DataStax Enterprise (DSE) Powers Office365 Per User Store
Azure + DataStax Enterprise (DSE) Powers Office365 Per User StoreDataStax Academy
 
Webinar | Better Together: Apache Cassandra and Apache Kafka
Webinar  |  Better Together: Apache Cassandra and Apache KafkaWebinar  |  Better Together: Apache Cassandra and Apache Kafka
Webinar | Better Together: Apache Cassandra and Apache KafkaDataStax
 
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 High Availability Solutions
MySQL High Availability SolutionsMySQL High Availability Solutions
MySQL High Availability SolutionsMydbops
 
War Stories: DIY Kafka
War Stories: DIY KafkaWar Stories: DIY Kafka
War Stories: DIY Kafkaconfluent
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure passJason Strate
 
Riak CS Build Your Own Cloud Storage
Riak CS Build Your Own Cloud StorageRiak CS Build Your Own Cloud Storage
Riak CS Build Your Own Cloud Storagebuildacloud
 
DataStax C*ollege Credit: What and Why NoSQL?
DataStax C*ollege Credit: What and Why NoSQL?DataStax C*ollege Credit: What and Why NoSQL?
DataStax C*ollege Credit: What and Why NoSQL?DataStax
 

Tendances (20)

C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
C* Summit 2013: Searching for a Needle in a Big Data Haystack by Jason Ruther...
 
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
An Introduction to Apache Ignite - Mandhir Gidda - Codemotion Rome 2017
 
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For ScalaScala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
 
MySQL Cluster (NDB) - Best Practices Percona Live 2017
MySQL Cluster (NDB) - Best Practices Percona Live 2017MySQL Cluster (NDB) - Best Practices Percona Live 2017
MySQL Cluster (NDB) - Best Practices Percona Live 2017
 
Mysql User Camp : 20-June-14 : Mysql Fabric
Mysql User Camp : 20-June-14 : Mysql FabricMysql User Camp : 20-June-14 : Mysql Fabric
Mysql User Camp : 20-June-14 : Mysql Fabric
 
MongoDB 3.4 webinar
MongoDB 3.4 webinarMongoDB 3.4 webinar
MongoDB 3.4 webinar
 
Run Cloud Native MySQL NDB Cluster in Kubernetes
Run Cloud Native MySQL NDB Cluster in KubernetesRun Cloud Native MySQL NDB Cluster in Kubernetes
Run Cloud Native MySQL NDB Cluster in Kubernetes
 
OpenStack + Nano Server + Hyper-V + S2D
OpenStack + Nano Server + Hyper-V + S2DOpenStack + Nano Server + Hyper-V + S2D
OpenStack + Nano Server + Hyper-V + S2D
 
How to upgrade like a boss to my sql 8.0?
How to upgrade like a boss to my sql 8.0?How to upgrade like a boss to my sql 8.0?
How to upgrade like a boss to my sql 8.0?
 
2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud
 
Deploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia NetworksDeploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia Networks
 
Azure + DataStax Enterprise (DSE) Powers Office365 Per User Store
Azure + DataStax Enterprise (DSE) Powers Office365 Per User StoreAzure + DataStax Enterprise (DSE) Powers Office365 Per User Store
Azure + DataStax Enterprise (DSE) Powers Office365 Per User Store
 
Webinar | Better Together: Apache Cassandra and Apache Kafka
Webinar  |  Better Together: Apache Cassandra and Apache KafkaWebinar  |  Better Together: Apache Cassandra and Apache Kafka
Webinar | Better Together: Apache Cassandra and Apache Kafka
 
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 High Availability Solutions
MySQL High Availability SolutionsMySQL High Availability Solutions
MySQL High Availability Solutions
 
War Stories: DIY Kafka
War Stories: DIY KafkaWar Stories: DIY Kafka
War Stories: DIY Kafka
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure pass
 
Galaxy Big Data with MariaDB
Galaxy Big Data with MariaDBGalaxy Big Data with MariaDB
Galaxy Big Data with MariaDB
 
Riak CS Build Your Own Cloud Storage
Riak CS Build Your Own Cloud StorageRiak CS Build Your Own Cloud Storage
Riak CS Build Your Own Cloud Storage
 
DataStax C*ollege Credit: What and Why NoSQL?
DataStax C*ollege Credit: What and Why NoSQL?DataStax C*ollege Credit: What and Why NoSQL?
DataStax C*ollege Credit: What and Why NoSQL?
 

En vedette

NoSQL and SQL - blending the best of both worlds
NoSQL and SQL - blending the best of both worldsNoSQL and SQL - blending the best of both worlds
NoSQL and SQL - blending the best of both worldsAndrew Morgan
 
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Software Park Thailand
 
Successful MySQL Scalability
Successful MySQL ScalabilitySuccessful MySQL Scalability
Successful MySQL ScalabilityRonald Bradford
 
Building a Scalable Architecture for web apps
Building a Scalable Architecture for web appsBuilding a Scalable Architecture for web apps
Building a Scalable Architecture for web appsDirecti Group
 
MySQL High Availability Solutions - Feb 2015 webinar
MySQL High Availability Solutions - Feb 2015 webinarMySQL High Availability Solutions - Feb 2015 webinar
MySQL High Availability Solutions - Feb 2015 webinarAndrew Morgan
 
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Software Park Thailand
 
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot; session MySQL...
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot;  session MySQL...Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot;  session MySQL...
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot; session MySQL...Software Park Thailand
 
Mysql cluster introduction
Mysql cluster introductionMysql cluster introduction
Mysql cluster introductionAndrew Morgan
 
MySQL Developer Day conference: MySQL Replication and Scalability
MySQL Developer Day conference: MySQL Replication and ScalabilityMySQL Developer Day conference: MySQL Replication and Scalability
MySQL Developer Day conference: MySQL Replication and ScalabilityShivji Kumar Jha
 
Best practices for MySQL High Availability
Best practices for MySQL High AvailabilityBest practices for MySQL High Availability
Best practices for MySQL High AvailabilityColin Charles
 
7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications7 Stages of Scaling Web Applications
7 Stages of Scaling Web ApplicationsDavid Mitzenmacher
 
Architecture of a Modern Web App
Architecture of a Modern Web AppArchitecture of a Modern Web App
Architecture of a Modern Web Appscothis
 
Facebook architecture presentation: scalability challenge
Facebook architecture presentation: scalability challengeFacebook architecture presentation: scalability challenge
Facebook architecture presentation: scalability challengeCristina Munoz
 

En vedette (14)

NoSQL and SQL - blending the best of both worlds
NoSQL and SQL - blending the best of both worldsNoSQL and SQL - blending the best of both worlds
NoSQL and SQL - blending the best of both worlds
 
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
 
Successful MySQL Scalability
Successful MySQL ScalabilitySuccessful MySQL Scalability
Successful MySQL Scalability
 
Building a Scalable Architecture for web apps
Building a Scalable Architecture for web appsBuilding a Scalable Architecture for web apps
Building a Scalable Architecture for web apps
 
MySQL High Availability Solutions - Feb 2015 webinar
MySQL High Availability Solutions - Feb 2015 webinarMySQL High Availability Solutions - Feb 2015 webinar
MySQL High Availability Solutions - Feb 2015 webinar
 
MySQL Cluster Basics
MySQL Cluster BasicsMySQL Cluster Basics
MySQL Cluster Basics
 
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
Seminar : &quot;The Future of MySQL - Roadmap to Success&quot; session MySQL ...
 
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot; session MySQL...
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot;  session MySQL...Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot;  session MySQL...
Seminar : &quot;The Future of MYSQL - Roadmap to Success&quot; session MySQL...
 
Mysql cluster introduction
Mysql cluster introductionMysql cluster introduction
Mysql cluster introduction
 
MySQL Developer Day conference: MySQL Replication and Scalability
MySQL Developer Day conference: MySQL Replication and ScalabilityMySQL Developer Day conference: MySQL Replication and Scalability
MySQL Developer Day conference: MySQL Replication and Scalability
 
Best practices for MySQL High Availability
Best practices for MySQL High AvailabilityBest practices for MySQL High Availability
Best practices for MySQL High Availability
 
7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications
 
Architecture of a Modern Web App
Architecture of a Modern Web AppArchitecture of a Modern Web App
Architecture of a Modern Web App
 
Facebook architecture presentation: scalability challenge
Facebook architecture presentation: scalability challengeFacebook architecture presentation: scalability challenge
Facebook architecture presentation: scalability challenge
 

Similaire à MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)

2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdf2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdfHaiping Li
 
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
 
20141011 my sql clusterv01pptx
20141011 my sql clusterv01pptx20141011 my sql clusterv01pptx
20141011 my sql clusterv01pptxIvan Ma
 
MySQL Fabric - High Availability & Automated Sharding for MySQL
MySQL Fabric - High Availability & Automated Sharding for MySQLMySQL Fabric - High Availability & Automated Sharding for MySQL
MySQL Fabric - High Availability & Automated Sharding for MySQLTed Wennmark
 
MySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL FabricMySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL FabricMark Swarbrick
 
Introduction to MySQL
Introduction to MySQLIntroduction to MySQL
Introduction to MySQLTed Wennmark
 
MySQL Enterprise Portfolio
MySQL Enterprise PortfolioMySQL Enterprise Portfolio
MySQL Enterprise PortfolioAbel Flórez
 
A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014Anuj Sahni
 
Elastic Scalability in MySQL Fabric Using OpenStack
Elastic Scalability in MySQL Fabric Using OpenStackElastic Scalability in MySQL Fabric Using OpenStack
Elastic Scalability in MySQL Fabric Using OpenStackMats Kindahl
 
MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)Ryusuke Kajiyama
 
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
 
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 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
 
OUG Scotland 2014 - NoSQL and MySQL - The best of both worlds
OUG Scotland 2014 - NoSQL and MySQL - The best of both worldsOUG Scotland 2014 - NoSQL and MySQL - The best of both worlds
OUG Scotland 2014 - NoSQL and MySQL - The best of both worldsAndrew Morgan
 
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
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition Mark Swarbrick
 
Netherlands Tech Tour 02 - MySQL Fabric
Netherlands Tech Tour 02 -   MySQL FabricNetherlands Tech Tour 02 -   MySQL Fabric
Netherlands Tech Tour 02 - MySQL FabricMark Swarbrick
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLMario Beck
 
MySQL Intro JSON NoSQL
MySQL Intro JSON NoSQLMySQL Intro JSON NoSQL
MySQL Intro JSON NoSQLMark Swarbrick
 

Similaire à MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4) (20)

2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdf2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdf
 
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
 
20141011 my sql clusterv01pptx
20141011 my sql clusterv01pptx20141011 my sql clusterv01pptx
20141011 my sql clusterv01pptx
 
MySQL Fabric - High Availability & Automated Sharding for MySQL
MySQL Fabric - High Availability & Automated Sharding for MySQLMySQL Fabric - High Availability & Automated Sharding for MySQL
MySQL Fabric - High Availability & Automated Sharding for MySQL
 
MySQL Fabric
MySQL FabricMySQL Fabric
MySQL Fabric
 
MySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL FabricMySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL Fabric
 
Introduction to MySQL
Introduction to MySQLIntroduction to MySQL
Introduction to MySQL
 
MySQL Enterprise Portfolio
MySQL Enterprise PortfolioMySQL Enterprise Portfolio
MySQL Enterprise Portfolio
 
A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014
 
Elastic Scalability in MySQL Fabric Using OpenStack
Elastic Scalability in MySQL Fabric Using OpenStackElastic Scalability in MySQL Fabric Using OpenStack
Elastic Scalability in MySQL Fabric Using OpenStack
 
MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)
 
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
 
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 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
 
OUG Scotland 2014 - NoSQL and MySQL - The best of both worlds
OUG Scotland 2014 - NoSQL and MySQL - The best of both worldsOUG Scotland 2014 - NoSQL and MySQL - The best of both worlds
OUG Scotland 2014 - NoSQL and MySQL - The best of both worlds
 
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
MySQL enterprise edition MySQL enterprise edition
MySQL enterprise edition
 
Netherlands Tech Tour 02 - MySQL Fabric
Netherlands Tech Tour 02 -   MySQL FabricNetherlands Tech Tour 02 -   MySQL Fabric
Netherlands Tech Tour 02 - MySQL Fabric
 
Oracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQLOracle Enterprise Manager for MySQL
Oracle Enterprise Manager for MySQL
 
MySQL Intro JSON NoSQL
MySQL Intro JSON NoSQLMySQL Intro JSON NoSQL
MySQL Intro JSON NoSQL
 

Plus de Andrew Morgan

Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...Andrew Morgan
 
Data Streaming with Apache Kafka & MongoDB - EMEA
Data Streaming with Apache Kafka & MongoDB - EMEAData Streaming with Apache Kafka & MongoDB - EMEA
Data Streaming with Apache Kafka & MongoDB - EMEAAndrew Morgan
 
PistonHead's use of MongoDB for Analytics
PistonHead's use of MongoDB for AnalyticsPistonHead's use of MongoDB for Analytics
PistonHead's use of MongoDB for AnalyticsAndrew Morgan
 
Joins and Other MongoDB 3.2 Aggregation Enhancements
Joins and Other MongoDB 3.2 Aggregation EnhancementsJoins and Other MongoDB 3.2 Aggregation Enhancements
Joins and Other MongoDB 3.2 Aggregation EnhancementsAndrew Morgan
 
Document validation in MongoDB 3.2
Document validation in MongoDB 3.2Document validation in MongoDB 3.2
Document validation in MongoDB 3.2Andrew Morgan
 
MySQL Replication: What’s New in MySQL 5.7 and Beyond
MySQL Replication: What’s New in MySQL 5.7 and BeyondMySQL Replication: What’s New in MySQL 5.7 and Beyond
MySQL Replication: What’s New in MySQL 5.7 and BeyondAndrew Morgan
 
NoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQL
NoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQLNoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQL
NoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQLAndrew Morgan
 
Developing high-throughput services with no sql ap-is to innodb and mysql clu...
Developing high-throughput services with no sql ap-is to innodb and mysql clu...Developing high-throughput services with no sql ap-is to innodb and mysql clu...
Developing high-throughput services with no sql ap-is to innodb and mysql clu...Andrew Morgan
 

Plus de Andrew Morgan (8)

Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
 
Data Streaming with Apache Kafka & MongoDB - EMEA
Data Streaming with Apache Kafka & MongoDB - EMEAData Streaming with Apache Kafka & MongoDB - EMEA
Data Streaming with Apache Kafka & MongoDB - EMEA
 
PistonHead's use of MongoDB for Analytics
PistonHead's use of MongoDB for AnalyticsPistonHead's use of MongoDB for Analytics
PistonHead's use of MongoDB for Analytics
 
Joins and Other MongoDB 3.2 Aggregation Enhancements
Joins and Other MongoDB 3.2 Aggregation EnhancementsJoins and Other MongoDB 3.2 Aggregation Enhancements
Joins and Other MongoDB 3.2 Aggregation Enhancements
 
Document validation in MongoDB 3.2
Document validation in MongoDB 3.2Document validation in MongoDB 3.2
Document validation in MongoDB 3.2
 
MySQL Replication: What’s New in MySQL 5.7 and Beyond
MySQL Replication: What’s New in MySQL 5.7 and BeyondMySQL Replication: What’s New in MySQL 5.7 and Beyond
MySQL Replication: What’s New in MySQL 5.7 and Beyond
 
NoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQL
NoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQLNoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQL
NoSQL and SQL - Why Choose? Enjoy the best of both worlds with MySQL
 
Developing high-throughput services with no sql ap-is to innodb and mysql clu...
Developing high-throughput services with no sql ap-is to innodb and mysql clu...Developing high-throughput services with no sql ap-is to innodb and mysql clu...
Developing high-throughput services with no sql ap-is to innodb and mysql clu...
 

Dernier

Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxRTS corp
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITmanoharjgpsolutions
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
SoftTeco - Software Development Company Profile
SoftTeco - Software Development Company ProfileSoftTeco - Software Development Company Profile
SoftTeco - Software Development Company Profileakrivarotava
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Anthony Dahanne
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencessuser9e7c64
 

Dernier (20)

Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh IT
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
SoftTeco - Software Development Company Profile
SoftTeco - Software Development Company ProfileSoftTeco - Software Development Company Profile
SoftTeco - Software Development Company Profile
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conference
 

MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)

  • 1. MySQL Cluster Dive into the Latest Developments Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Andrew Morgan @andrewmorgan clusterdb.com Bernhard Ocklin bernd.ocklin@oracle.com 2nd October 2014
  • 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. |
  • 3. Today’s Database Requirements Extreme Write Scalability Real-Time User Experience Rock Solid Reliability Rapid Service Innovation Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 4. Today’s Database Requirements Transactional Integrity OLTP + Real-Time Analytics Extreme Write Scalability Real-Time User Experience Standards & Skillsets Rock Solid Reliability Rapid Service Innovation Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 5. Who’s Using MySQL Cluster Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 6. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Cluster Overview • Auto-Sharding, Multi-Master • ACID Compliant, OLTP + Real-Time Analytics HIGH SCALE, READS + WRITES • Shared nothing, no Single Point of Failure • Self Healing + On-Line Operations 99.999% AVAILABILITY • In-Memory Optimization + Disk-Data • Predictable Low-Latency, Bounded Access Time REAL-TIME • Key/Value + Complex, Relational Queries • SQL + Memcached + JavaScript + Java + HTTP/REST & C++ SQL + NoSQL • Open Source + Commercial Editions • Commodity hardware + Management, Monitoring Tools LOW TCO
  • 7. MySQL Cluster Architecture MySQL Cluster Data Nodes Clients Application Layer Data Layer Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 8. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Cluster Scaling MySQL Cluster Data Nodes Clients Application Layer Data Layer
  • 9. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 10. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Cluster HA MySQL Cluster Data Nodes Clients Application Layer Data Layer
  • 11. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 12. Scale On-Line Operations Backup Evolve Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Upgrade
  • 13. MySQL Cluster 7.3: 1.2 Billion UPDATEs per Minute • NoSQL C++ API, flexaSynch benchmark • 30 x Intel E5-2600 Intel Servers, 2 socket, 64GB • ACID Transactions, with Synchronous Replication Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 25 20 15 10 5 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 Millions of UPDATEs per Second MySQL Cluster Data Nodes
  • 14. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 15. NoSQL Access to MySQL Cluster data Apps Apps Apps Apps Apps Apps Apps Apps Apps Apps Apps Apps JPA Cluster JPA PHP Perl Python Ruby JDBC Cluster J JS Apache Memcached MySQL JNI Node.JS mod_ndb ndb_eng NDB API (C++) MySQL Cluster Data Nodes Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 16. Cluster & Memcached – Schema-Free key value <town:maidenhead,SL6> key value <town:maidenhead,SL6> Key Value town:maidenhead SL6 generic table Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Application view SQL view
  • 17. Cluster & Memcached - Configured Schema key value <town:maidenhead,SL6> prefix key value <town:maidenhead,SL6> Prefix Table Key-col Val-col policy town: map.zip town code cluster Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Config tables town ... code ... maidenhead ... SL6 ... map.zip Application view SQL view
  • 18. Real-Time Analytics - Adaptive Query Localization • Scale Complex Queries across Shards • JOINs pushed down to data nodes • Executed in parallel • Returns single result set to MySQL • Opens Up New Use-Cases • Real-time analytics • Recommendations engines • Fraud-detection Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | mysqld Data Nodes mysqld A Q L Data Nodes DON’T COMPROMISE FUNCTIONALITY TO SCALE-OUT !!
  • 19. Query Execution Time Seconds 87.23 seconds MySQL Cluster 7.1 MySQL Cluster 7.2 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Real-World Test Case 100 90 80 70 60 50 40 30 20 10 0 • Web-Based Content Management System – JOINs 11-tables, 33.5k rows – Returns 2k rows, 19 columns per row 1.26 seconds 70x Faster
  • 20. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |  Foreign Key Support  MySQL 5.6  Auto-Installer  NoSQL JavaScript for node.js
  • 21. MySQL Cluster 7.3: Foreign Keys • Brings MySQL Cluster to a broader range of workloads – Packaged apps, custom projects • Adds powerful functionality while reducing complexity – App logic & data model • Enabled by default • Enforced for SQL & NoSQL APIs • On-line add and drop Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 22. MySQL Cluster 7.3: Auto-Installer Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | • Fast configuration • Auto-discovery •Workload optimized • Repeatable best practices Specify Workload Auto- Discover Define Deploy Topology
  • 23. MySQL Cluster 7.3: Connection Thread Scalability  Increases throughput of each connection to the data layer  More client threads can use each connection by splitting mutexes Reduces configuration complexity  Increases cluster scalability  Each connection consumes one of 256 node ids Up to 7.5x higher performance per connection  SQL & NoSQL interfaces Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Cluster Data Nodes MySQL Cluster Data Nodes With Connection Thread Scalability
  • 24. MySQL Cluster 7.3: Connection Thread Scalability  DBT2 Benchmark – Single MySQL Server – Single Data Node – 128 client connections Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 8.5x
  • 25. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Node.js NoSQL API • Native JavaScript access to MySQL Cluster – End-to-End JavaScript: browser to the app & DB – Storing and retrieving JavaScript objects directly in MySQL Cluster – Eliminate SQL transformation • Implemented as a module for node.js – Integrates Cluster API library within the web app • Couple high performance, distributed apps, with high performance distributed database • Optionally routes through MySQL Server V8 JavaScript Engine MySQL Cluster Node.js Module MySQL Cluster Data Nodes Clients
  • 26. MySQL Cluster 7.4.1 DMR Available Now! Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 27. MySQL Cluster 7.4.1 DMR Better performance and operational simplicity Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | • Performance gain over 7.3 – 47% (Read-Only) – 38% (Read-Write) • Faster maintenance operations – Nodal & Rolling restarts – Upgrades
  • 28. • Asynchronous replication between MySQL Clusters • Active-Active – Update anywhere – Conflict detection • Application notified through exception tables • Can opt to have conflicts resolved automatically – Auto-conflict-resolution • Conflicting transaction and dependent ones are rolled-back • No changes to application schema Active-Active Geo-Replication Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 29. Spend $40 Add $100 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | What is a conflict? John.balance==$100 John.balance-=$40 John.balance==$60 John.balance==$200 John.balance==$100 John.balance+= $100 John.balance==$200 John.balance==$600 $60 $200
  • 30. MySQL Cluster 7.4.1 DMR • Detects conflicting inserts/updates • Entire transactions (and dependent ones) rolled back • All conflicts are handled before switching primary Later in MySQL Cluster 7.4 • Conflicting deletes • Rolling back of transactions that read conflicted data Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Handling of Conflicts
  • 31. Detecting Conflicts - Reflected GCI • Primary store logical timestamp (GCI) against updated row – Window for conflict opens • GCI replicated with updated row to Secondary • The same row and GCI is replicated back (reflected) from Secondary to Primary after it has been applied – Closing window for conflict • Primary checks every event originating from the Secondary to ensure it isn’t for a ‘conflictable’ row Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Primary Secondary John.balance==$100 John.balance-=$40 John.balance==$60 John.balance==$200 John.balance==$100 John.balance+= $100 John.balance==$200 John.balance==$600 Spend $40 Add $100 $60 $200
  • 32. How to Use Conflict Detection/Resolution Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Decide which tables need protecting For each table, specify what to do on conflicts Just record in exception table Application or DBA acts on content Rollback the conflicting row Rollback the conflicting transaction
  • 33. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Restart Times What operations benefit? • Restarting data node with locally checkpointed data – Major improvement • Restarting data node which must recover data from peer – Major improvement – Further speedups to come in 7.4.X (greater parallelization) • Upgrade/rolling restarts – Major improvement • Cluster shutdown and restart – Minor improvement
  • 34. Enhanced Memory Reporting mysql> CREATE DATABASE clusterdb;USE clusterdb; mysql> CREATE TABLE simples (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY) ENGINE=NDB; mysql> select node_id AS node, fragment_num AS frag, fixed_elem_alloc_bytes alloc_bytes, fixed_elem_free_bytes AS free_bytes, fixed_elem_free_rows AS spare_rows from memory_per_fragment where fq_name like '%simples%'; +------+------+-------------+------------+------------+ | node | frag | alloc_bytes | free_bytes | spare_rows | +------+------+-------------+------------+------------+ | 1 | 0 | 131072 | 5504 | 172 | | 1 | 2 | 131072 | 1280 | 40 | | 2 | 0 | 131072 | 5504 | 172 | | 2 | 2 | 131072 | 1280 | 40 | | 3 | 1 | 131072 | 3104 | 97 | | 3 | 3 | 131072 | 4256 | 133 | | 4 | 1 | 131072 | 3104 | 97 | | 4 | 3 | 131072 | 4256 | 133 | +------+------+-------------+------------+------------+ Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | See how much memory a table is using
  • 35. Enhanced Memory Reporting See how memory is made available after deleting rows +------+------+-------------+------------+------------+ | node | frag | alloc_bytes | free_bytes | spare_rows | +------+------+-------------+------------+------------+ | 1 | 0 | 131072 | 5504 | 172 | | 1 | 2 | 131072 | 1280 | 40 | | 2 | 0 | 131072 | 5504 | 172 | | 2 | 2 | 131072 | 1280 | 40 | | 3 | 1 | 131072 | 3104 | 97 | | 3 | 3 | 131072 | 4256 | 133 | | 4 | 1 | 131072 | 3104 | 97 | | 4 | 3 | 131072 | 4256 | 133 | +------+------+-------------+------------+------------+ mysql> DELETE FROM clusterdb.simples LIMIT 1; +------+------+-------------+------------+------------+ | node | frag | alloc_bytes | free_bytes | spare_rows | +------+------+-------------+------------+------------+ | 1 | 0 | 131072 | 5504 | 172 | | 1 | 2 | 131072 | 1312 | 41 | | 2 | 0 | 131072 | 5504 | 172 | | 2 | 2 | 131072 | 1312 | 41 | | 3 | 1 | 131072 | 3104 | 97 | | 3 | 3 | 131072 | 4288 | 134 | | 4 | 1 | 131072 | 3104 | 97 | | 4 | 3 | 131072 | 4288 | 134 | +------+------+-------------+------------+------------+ Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 36. Enhanced Memory Reporting Check how well partitioned/sharded a table is mysql> CREATE TABLE simples (id INT NOT NULL AUTO_INCREMENT, species VARCHAR(20) DEFAULT "Human", PRIMARY KEY(id, species)) engine=ndb PARTITION BY KEY(species); Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | // Add some data mysql> select node_id AS node, fragment_num AS frag, fixed_elem_alloc_bytes alloc_bytes, fixed_elem_free_bytes AS free_bytes, fixed_elem_free_rows AS spare_rows from ndbinfo.memory_per_fragment where fq_name like '%simples%'; +------+------+-------------+------------+------------+ | node | frag | alloc_bytes | free_bytes | spare_rows | +------+------+-------------+------------+------------+ | 1 | 0 | 0 | 0 | 0 | | 1 | 2 | 196608 | 11732 | 419 | | 2 | 0 | 0 | 0 | 0 | | 2 | 2 | 196608 | 11732 | 419 | | 3 | 1 | 0 | 0 | 0 | | 3 | 3 | 0 | 0 | 0 | | 4 | 1 | 0 | 0 | 0 | | 4 | 3 | 0 | 0 | 0 | +------+------+-------------+------------+------------+
  • 37. Oracle MySQL HA & Scaling Solutions Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Replication MySQL Fabric Oracle VM Template Oracle Clusterware Solaris Cluster Windows Cluster DRBD MySQL Cluster App Auto-Failover ✖ ✔ ✔ ✔ ✔ ✔ ✔ ✔ Data Layer Auto-Failover ✖ ✔ ✔ ✔ ✔ ✔ ✔ ✔ Zero Data Loss MySQL 5.7 MySQL 5.7 ✔ ✔ ✔ ✔ ✔ ✔ Platform Support All All Linux Linux Solaris Windows Linux All Clustering Mode Master + Slaves Master + Slaves Active/Pas sive Active/Passi ve Active/P assive Active/Pas sive Active/P assive Multi- Master Failover Time N/A Secs Secs + Secs + Secs + Secs + Secs + < 1 Sec Scale-out Reads ✔ ✖ ✖ ✖ ✖ ✖ ✔ Cross-shard operations N/A ✖ N/A N/A N/A N/A N/A ✔ Transparent routing ✖ For HA ✔ ✔ ✔ ✔ ✔ ✔ Shared Nothing ✔ ✔ ✖ ✖ ✖ ✖ ✔ ✔ Storage Engine InnoDB+ InnoDB+ InnoDB+ InnoDB+ InnoDB+ InnoDB+ InnoDB+ NDB Single Vendor Support ✔ ✔ ✔ ✔ ✔ ✖ ✔ ✔ 37
  • 38. When to Consider MySQL Cluster • Scalability demands – Sharding for write performance? • Latency demands – Cost of each millisecond? • Uptime requirements – Cost per minute of downtime? – Failure versus maintenance? • Application agility – Developer languages and frameworks? – SQL or NoSQL? Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 39. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 40. MySQL Cluster Auto-Installer Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | • Fast configuration • Auto-discovery •Workload optimized • Repeatable best practices Specify Workload Auto- Discover Define Deploy Topology
  • 41. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 42. Enhancing DevOps Agility, Reducing Downtime Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | MySQL Cluster Manager Automated Management • Start / Stop node or whole cluster • On-Line Scaling • On-Line Reconfiguration • On-Line Upgrades • On-Line Backup & Restore • Import Running Cluster Self-Healing • Node monitoring • Auto-recovery extended to SQL + mgmt nodes HA Operations • Cluster-wide configuration consistency • Persistent configurations • HA Agents
  • 43. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Upgrade using MCM MySQL Cluster Data Nodes Application Layer Data Layer upgrade cluster --package=7.3 mycluster;
  • 44. MySQL Cluster Manager 1.3.2 GA Available Now! Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
  • 45. MySQL Cluster Manager 1.3.2 GA “Unmanaged” production Cluster mcm> create cluster --import mcm> import config [--dryrun] mcm> import cluster[--dryrun] Cluster now managed by MCM Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Import a running Cluster into MCM
  • 46. Oracle University MySQL Training Services Prepare Your Organization to Enable Reliable and High-Performance Web-Based Database Applications Top Courses for Administrators and Developers Top Certifications Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | “Training and team skill have the most significant impact on overall performance of technology and success of technology projects.” - IDC, 2013 Premier Support customers eligible to save 20% on learning credits. Benefits  Expert-led training to support your MySQL learning needs  Flexibility to train in the classroom or online  Hands-on experience to gain real world experience  Key skills needed for database administrators and developers • MySQL for Beginners MySQL for Database Administrators MySQL Performance Tuning MySQL Cluster – NEW - Register Your Interest! MySQL and PHP - Developing Dynamic Web Applications MySQL for Developers MySQL Developer Techniques MySQL 5.6 Database Administrator MySQL 5.6 Developer To find out more about available MySQL Training & Certification offerings, go to: education.oracle.com/mysql RECENTLY RELEASED !!ALL NEW!! MySQL Cluster Training To Register your interest to influence the schedule on this newly released course – go to education.oracle.com/mysql and click on the MySQL Cluster Course
  • 47. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Next Steps Learn More • www.mysql.com/cluster • Authentic MySQL Curriculum: http://oracle.com/education/mysql Try it Out • dev.mysql.com/downloads/cluster/ Let us know what you think • bugs.mysql.com • forums.mysql.com/list.php?25