Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September
2 Deploy and Scale MySQL Cluster Like a Pro Without Opening the Manual Andrew Morgan (clusterdb.com) MySQL Product Manager
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Agenda Overview of MySQL Cluster MySQL Cluster auto-installer – Deploy your first Cluster – Configure and deploy a more complex, distributed Cluster MySQL Cluster Manager – Single command to bootstrap a Cluster – Add nodes to a running Cluster – Backup & Restore
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September 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 % AVAILABILITY Open Source + Commercial Editions Commodity hardware + Management, Monitoring Tools LOW TCO Key/Value + Complex, Relational Queries SQL + Memcached + JavaScript + Java + JPA + HTTP/REST & C++ SQL + NoSQL In-Memory Optimization + Disk-Data Predictable Low-Latency, Bounded Access Time REAL-TIME
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September MySQL Cluster Architecture MySQL Cluster Data Nodes Data Layer Clients Application Layer Management
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September MySQL Cluster Architecture MySQL Cluster Data Nodes Data Layer Clients Application Layer Management
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September MySQL Cluster Architecture MySQL Cluster Data Nodes Data Layer Application Layer Management Clients
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September MySQL Cluster 7.3: Auto-Installer Fast configuration Auto-discovery Workload optimized Repeatable best practices For MySQL Cluster Specify Workload Auto- Discover Define Topology Deploy
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September MySQL Cluster 7.3: Auto-Installer Multi-host support Remote deployments Easy to run: bin/ndb_setup setup.bat MySQL Cluster Auto-Installer
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Enhancing DevOps Agility, Reducing Downtime Automated Management Start / Stop node or whole cluster On-Line Scaling On-Line Reconfiguration On-Line Upgrades On-Line Backup & Restore Self-Healing Node monitoring Auto-recovery extended to SQL + mgmt nodes HA Operations Cluster-wide configuration consistency Persistent configurations HA Agents
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September How Does MySQL Cluster Manager Help? Example: Initiating upgrade from MySQL Cluster 7.0 to x preliminary check of cluster state 8 x ssh commands per server 8 x per-process stop commands 4 x scp of configuration files (2 x mgmd & 2 x mysqld) 8 x per-process start commands 8 x checks for started and re-joined processes 8 x process completion verifications 1 x verify completion of the whole cluster. Excludes manual editing of each configuration file. Total: 46 commands hours of attended operation Before MySQL Cluster Manager With MySQL Cluster Manager upgrade cluster --package=7.3 mycluster; Total: 1 Command - Unattended Operation
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Initial Cluster
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Extended Cluster
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Evaluate MySQL Cluster CGE Navigate to and step through (selecting “MySQL Database” as the Product Pack) Select MySQL Cluster Manager 30-Day Trial
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Getting Started mysql.com/cluster On-line Demo dev.mysql.com/downl oads/cluster/ Evaluate MySQL Cluster ucts/cluster/start.htm l#getting_started Auto-Install a Cluster
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 st September Graphic Section Divider