SlideShare uma empresa Scribd logo
1 de 65
MySQL Cluster Training
                                 presented by severalnines.com




                                                                      Address:
 Contact:                                                      SeveralninesAB
 Jean-Jérôme Schmidt                                        c/o SICS, Box 1263
 Email: services@severalnines.com                             Isafjordsgatan22
                                                               SE-164-29 Kista


Copyright 2011 Severalnines AB                              Control your database infrastructure   1
Introduction

       • At Severalnines, we believe in sharing information
         and knowledge; we all come from an open source
         background
       • We know a lot of things about MySQL Cluster and
         think that MySQL Cluster is a great technology
       • These free MySQL Cluster Training slides are a
         contribution of ours to the knowledge and information
         sharing that‟s common practice in the open source
         community
       • If you have any questions on these slides or would
         like to book an actual training class, please contact
         us at: services@severalnines.com

Copyright 2011 Severalnines AB                   Control your database infrastructure   2
Training Slides - Concept

       • Over the coming weeks we will be chronologically
         releasing slides for the different sections of our
         MySQL Cluster Training program on our website.
       • The full agenda of the training with all of its modules
         is outlined in the next slides so that you can see what
         topics will be covered over the coming weeks.
       • Particularly specialised topics such as Cluster/J or
         NDB API are not fully covered in the slides. We
         recommend our instructor-led training classes for
         such topics.
       • Please contact us for more details:
         services@severalnines.com

Copyright 2011 Severalnines AB                    Control your database infrastructure   3
Full Training Agenda (1/4)
       •    MySQL Cluster Introduction
              –   MySQL eco system
              –   Scale up, scale out, and sharding
              –   MySQL Cluster Architecture
              –   Use cases
              –   Features
              –   Node types and Roles
       •    Detailed Concepts
              –   Data Distribution
              –   Verifying data distribution
              –   Access Methods
              –   Partitioning
              –   Node failures and failure detection
              –   Network Partitioning
              –   Transactions and Locking
              –   Consistency Model
              –   Redo logging and Checkpointing
       •    Internals
              –   NDB Design Internals


Copyright 2011 Severalnines AB                          Control your database infrastructure   4
Agenda (2/4)

       •    Installing MySQL Cluster
              –   Setting up MySQL Cluster
              –   Starting/stopping nodes
              –   Recovery and restarts
              –   Upgrading configuration
              –   Upgrading Cluster
       •    Performance Tuning (instructor-led only; contact us at services@severalnines.com)
              –   Differences compared to Innodb/MyISAM
              –   Designing efficient and fast applications
              –   Identifying bottlenecks
              –   Tweaking configuration (OS and MySQL Cluster)
              –   Query Tuning
              –   Schema Design
              –   Index Tuning




Copyright 2011 Severalnines AB                                        Control your database infrastructure   5
Agenda (3/4)

       •    Management and Administration
              –   Backup and Restore
              –   Geographical Replication
              –   Online and offline operations
              –   Ndbinfo tables
              –   Reporting
              –   Single user mode
              –   Scaling Cluster
       •    Disk Data
              –   Use cases
              –   Limitations
              –   Best practice configuration
       •    Designing a Cluster
              –   Capacity Planning and Dimensioning
              –   Hardware recommendations
              –   Best practice Configuration
              –   Storage calculations



Copyright 2011 Severalnines AB                          Control your database infrastructure   6
Agenda (4/4)

       •    Resolving Issues
              –   Common problems
              –   Error logs and Tracefiles
              –   Recovery and Escalation procedures
       •    Connectivity Overview
              –   NDBAPI
              –   Cluster/J
              –   LDAP
       •    Severalnines Tools
              –   Monitoring and Management
              –   Benchmarking
              –   Sandboxes
              –   Configuration and capacity planning
       •    Conclusion




Copyright 2011 Severalnines AB                          Control your database infrastructure   7
Agenda: Lab Exercises
            (only applicable to instructor-led training classes)


       •    Lab Exercises
              –   Installing and Loading data into MySQL Cluster
              –   Starting/stopping nodes, recovery
              –   Query tuning
              –   Backup and Restore
              –   Configuration Upgrade


       •    Would you like to try something particular?
              –   This is possible too, speak with your instructor




Copyright 2011 Severalnines AB                                       Control your database infrastructure   8
Prerequisites
       •    Readers / Participants have understanding of SQL and basic database concepts.

       •    Laptops/PCs for hands-on exercises
       •    Linux: 1GB RAM
       •    Windows: 2GB RAM
       •    Approx. 20GB disk space and Virtualbox installed.
       •    Virtualbox can be downloaded for free at http://www.virtualbox.org/wiki/Downloads

       •    MySQL Cluster version 7.1 or later




Copyright 2011 Severalnines AB                                                  Control your database infrastructure   9
7th Installment
              Severalnines Cluster Self-Training


                             Part 6: Management and
                                  Administration




Copyright 2011 Severalnines AB                   Control your database infrastructure   10
Topics covered in Installment 7

       •    Backup and Restore
       •    Geographical Redundancy
       •    Online and offline operations
       •    Ndbinfo tables
       •    Reporting
       •    Single user mode
       •    Scaling Cluster




Copyright 2011 Severalnines AB              Control your database infrastructure   11
Management and Administration
                     Backup and Restore




Copyright 2011 Severalnines AB         Control your database infrastructure   12
Backup and Restore

       • The following should be backed up in MySQL Cluster
              –   NDBCLUSTER tables
              –   MySQL System tables (stored in MYISAM)
              –   MYISAM/INNODB tables – optional
              –   Binary logs (optional)
              –   Configuration files (config.ini and my.cnf)




Copyright 2011 Severalnines AB                                  Control your database infrastructure   13
Backup and Restore

       • NDBCLUSTER tables
              – ONLINE BACKUP is built into MySQL Cluster
                     • Only tables stored in the NDBCLUSTER storage engine can be
                       backed up ONLINE.
       • INNOB/MYISAM tables
              – mysqldump
              – Oracle Hotbackup
       • Binary logs
              – Copy/rsync
       • Config files
              – Copy/rsync



Copyright 2011 Severalnines AB                                   Control your database infrastructure   14
Online Backup
                                                                               START BACKUP
       • Backups are started from the
         management client or mgmapi
              – ndb_mgm –e “START BACKUP”                   Management server


       • Each data node will backup its
                                                      STORAGE LAYER
         primary partition
              – Consistent at “backup complete”     DATA                   DATA
                “backup start” time, as you wish   NODE 1                 NODE 2



       • Thus the complete backup is                P0                      P1
         spread over several computers              S1                      S0




Copyright 2011 Severalnines AB                           Control your database infrastructure   15
Online Backup
                                                    START BACKUP

       • Backups are written to a backup directory:                       Management server

              – Default : DATADIR
              – BACKUP_DATADIR                                     STORAGE LAYER

                     • BACKUP_DATADIR can be
                       a mount point on a SAN.                  DATA
                                                               NODE 1
                                                                                         DATA
                                                                                        NODE 2

       • Each backup gets an ID
              – Starting from 1 and always incrementing          P0                       P1
                                                                 S1                       S0
       • The backup consists of three files:
              – Data file (the records in data memory)
                     • Backup-1.data
              – Log file (changes during the backup)
                     • Backup-1.log
              – Meta data (indexes and tables)      /data/mysqlcluster/BACKUP/BACKUP-1

                     • Backup-1.ctl
Copyright 2011 Severalnines AB                                 Control your database infrastructure   16
Backup and Restore

       • Exercise – BACKUP




Copyright 2011 Severalnines AB                        Control your database infrastructure   17
Restore

       • The ndb_restoreprogram is used to a MySQL Cluster
         backup.
       • A backup taken from two data nodes will have two
         sets of backup files
              – A backup taken from four data nodes will have four sets of
                backup files.
       • All backup sets must be restored
              – Ndb_restore can restore one backup set at a time.
              – Exception – meta data needs to be restored only once.




Copyright 2011 Severalnines AB                              Control your database infrastructure   18
Restore

       • Two data nodes with id=2 and id=3, backup id=1
       • To restore the meta data (needs to be executed only
         once):
       ndb_restore –c<connectstring> --restore_meta
          --node-id=2 --backup-id=1 /path/to/backup/files
       • To restore the data and logs – must be executed
         once for each backup set:
       ndb_restore –c<connectstring> --restore_data
          --node-id=2 --backup-id=1 /path/to/backup/files
       ndb_restore –c<connectstring> --restore_data
          --node-id=3 --backup-id=1 /path/to/backup/files




Copyright 2011 Severalnines AB                   Control your database infrastructure   19
Backup and Restore

       • Exercise – Restore




Copyright 2011 Severalnines AB                        Control your database infrastructure   20
Backup and Restore

       • SeveralninesClusterControl allows you to:
              – Backup data to a central location instead of having the
                backup files spread out of X computers.
              – Create backup schedules
              – Check backup history
              – Restore backups easily




Copyright 2011 Severalnines AB                               Control your database infrastructure   21
Geographical Redundancy

       • Uses the Normal MySQL Replication to transfer data
         between a Master and a Slave.
              – Binary logs
              – Positions as offsets in the files.
       • Added extra information to allow failover.




Copyright 2011 Severalnines AB                       Control your database infrastructure   22
Geographical Redundancy



              STORAGE LAYER                  • Application inserts data
                                             • Committed changes from
            DATA                  DATA
           NODE 1                NODE 2        data nodes are sent to all
                                               mysql servers with --log-
            P0                    P1
                                               bin set.
            S1                    S0
                                                – This means that several
                                                  mysql servers can have
                       MASTER – serverid=1
                                                  equivalent binary log
Injector
 Thead


                         BINARY LOG



Copyright 2011 Severalnines AB                             Control your database infrastructure   23
Geographical Redundancy



            STORAGE LAYER


          DATA                    DATA
         NODE 1                  NODE 2



           P0                     P1
           S1                     S0




                       MASTER – serverid=1




                         BINARY LOG



Copyright 2011 Severalnines AB                Control your database infrastructure   24
Geographical Redundancy



            STORAGE LAYER


          DATA                    DATA
         NODE 1                  NODE 2



           P0                     P1
           S1                     S0




                       MASTER – serverid=1




                         BINARY LOG



Copyright 2011 Severalnines AB                Control your database infrastructure   25
Geographical Redundancy



            STORAGE LAYER                         • Every
                                                    TimeBetweenEpochs
          DATA
         NODE 1
                                  DATA
                                 NODE 2
                                                    (default 100ms) there is
                                                    a EPOCH_COMPLETE
           P0                     P1                message sent to the
           S1                     S0
                                                    Masters.
                      EPOCH_COMPLETE
                                             12   • The Master binlog buffer
                       MASTER – serverid=1          will be flushed to the
                                                    Binary log
                                                  • Epochs contains 0 or
                         BINARY LOG
                                                    more transactions
Copyright 2011 Severalnines AB                                Control your database infrastructure   26
Geographical Redundancy


                                                              NDB_BINLOG_INDEX
            STORAGE LAYER
                                                     Epoch    Binlog   Pos          Type
          DATA                    DATA               12       b.01     4            I
         NODE 1                  NODE 2
                                                     12       b.01     28           I

           P0                     P1
                                                     12       b.01     32           U
           S1                     S0                 15       b.01     255          U


                                                     • The NDB_BINLOG_INDEX
                                                       is updated.
                                                          • Stores a map between Epoch
                            Copy to Binary log
                                                            and Binlog/pos
                                          12

              4      28          32            255
Copyright 2011 Severalnines AB                                               Control your database infrastructure   27
Geographical Redundancy


                                                              NDB_APPLY_STATUS
            STORAGE LAYER
                                                      Epoch   Binlog   Pos          Type
          DATA                    DATA                12      b.01     4            I
         NODE 1                  NODE 2
                                                      12      b.01     28           I

           P0                     P1
                                                      12      b.01     32           U
           S1                     S0                  15      b.01     255          U


                                                       • The Master writes the unsent
                       MASTER                              binary log data to the
                                                     slave network


                                          12

              4      28          32            255
Copyright 2011 Severalnines AB                                               Control your database infrastructure   28
Geographical Redundancy



            STORAGE LAYER                                     STORAGE LAYER


          DATA                    DATA                      DATA                DATA
         NODE 1                  NODE 2                    NODE 1              NODE 2




           P0                     P1                         P0                   P1

           S1                     S0                         S1                   S0




                       MASTER – serverid=1                             SLAVE


                                                     IO THREAD receives data and put in RELAY LOG
                            Copy to Binary log

                                          12                                               12

              4      28          32            255             4     28        32                    255
Copyright 2011 Severalnines AB                                        Control your database infrastructure   29
Geographical Redundancy


                     STORAGE LAYER


                  DATA                     DATA
                 NODE 1                   NODE 2



                   P0                      P1
                   S1                      S0




                                  SLAVE


         SQL Thread reads from the RELAY LOG

                                                   12

                      4          28   32                255


Copyright 2011 Severalnines AB                                Control your database infrastructure   30
Geographical Redundancy


                     STORAGE LAYER


                  DATA                     DATA
                                                                    NDB_APPLY_STATUS
                 NODE 1                   NODE 2

                                                                Server Id           Last Epoch
                   P0                      P1
                                                                1                   12
                   S1                      S0



                                                              • NDB_APPLY_STATUS
                                  SLAVE
                                                                 • Last applied epoch and
               Applies the entire epoch and updates
               NDB_APPLY_STATUS table                              where it came from.
                                                   12
                                                                 • An epoch is applied as
                      4          28   32                255        one transaction.
Copyright 2011 Severalnines AB                                                  Control your database infrastructure   31
Geographical Redundancy Failover
Ndb_                     MASTER – serverid=1                                     SLAVE
Binlog
 ndex


                              Copy to Binary log           IO THREAD receives data and put in RELAY LOG


                                              12                                                       12

               4       28       32                  255               4         28           32                  255

                   STORAGE LAYER                                STORAGE LAYER

                                                              DATA                     DATA
              DATA                    DATA
                                                             NODE 1                   NODE 2
             NODE 1                  NODE 2
                                                                                                    NDB_APPLY_STATUS

                                                              P0                        P1
               P0                     P1
                                                               S1                       S0
               S1                     S0


                            MASTER – serverid=2                               SLAVE
  Ndb_
  Binlog
   ndex

                                Copy to Binary log

                                               12

                   4     28          32              255                  4      28            32                   255
    Copyright 2011 Severalnines AB                                                   Control your database infrastructure   32
Geographical Redundancy Failover
Ndb_                     MASTER – serverid=1                                   SLAVE
Binlog
 ndex


                              Copy to Binary log

                                              14                                                     12

               4       28       32                  255             4         28           32                  255

                   STORAGE LAYER                              STORAGE LAYER

                                                            DATA                     DATA
              DATA                    DATA
                                                           NODE 1                   NODE 2
             NODE 1                  NODE 2
                                                                                                  NDB_APPLY_STATUS
                                                                                                             1 - 12
                                                            P0                        P1
               P0                     P1
                                                            S1                        S0
               S1                     S0


                            MASTER – serverid=2                             SLAVE
  Ndb_
  Binlog                                                   Failover –check what is the applied epoch.
   ndex
                                                           Find corresponding binlog/pos.
                                Copy to Binary log         Change master
                                                           Start replication
                                               14

                   4     28          32              255                4      28            32                   255
    Copyright 2011 Severalnines AB                                                 Control your database infrastructure   33
Staging the slave

       • The slave cluster is staged by restoring a backup
         from the Master Cluster
              – ndb_restore … -e
                     • -e - restore epoch
                     • The –e is very important, otherwise the slave cluster will not get
                       the last applied epoch written in ndb_apply_status table.
                     • The last applied epoch will be the epoch when the backup
                       finished.




Copyright 2011 Severalnines AB                                        Control your database infrastructure   34
Geographical Redundancy

       • It is also possible to have conflict detection and
         resolution.
       • Out of scope in this training.




Copyright 2011 Severalnines AB                     Control your database infrastructure   35
Geographical Redundancy

       • Exercise – setup Geo rep.




Copyright 2011 Severalnines AB                Control your database infrastructure   36
Management and Administration
                 Offline and online operations




Copyright 2011 Severalnines AB          Control your database infrastructure   37
Online/offline Operations

       • Online Operation
              – There can still be traffic on the Cluster while the operation is
                taking place
              – No Service Interruption
       • Offline Operation
              – Traffic needs to be blocked in order to implement the
                change.
              – Service Interruption




Copyright 2011 Severalnines AB                                  Control your database infrastructure   38
Online operations

       • Adding nodes
              – Adding data nodes
              – Adding mysql servers
       • Changing configuration
              – values except
                     • Hostnames
                     • NoOfReplicas
       • Upgrade
              – Software
              – Hardware
              – OS
       • Schema modifications
              – Add column (ALTER ONLINE TABLE… ADD COLUMN x
                INT)
              – Create Index / Drop Index
Copyright 2011 Severalnines AB                       Control your database infrastructure   39
Offline operations

       • NoOfReplicas=2  3
              – Requires a backup and restore
       • Schema Changes
              – data types, column sizes, names
              – The table in question must be locked:
                     • On all mysql servers except one: LOCK TABLE t1 READ;
                     • On the exception: ALTER TABLE t1 MODIFY b CHAR(255);
                     • UNLOCK TABLES;




Copyright 2011 Severalnines AB                                Control your database infrastructure   40
Management and Administration
                        Monitoring




Copyright 2011 Severalnines AB         Control your database infrastructure   41
Monitoring MySQL Cluster

       • MySQL Cluster offers the following monitoring
         interfaces
              – NDBINFO - containing system tables stored accessible from
                the mysql server
              – LOGEVENTs – subscribe using the mgmapi
       • SeveralninesClusterControl collects information from
         both these sources.
              – Web interface
              – Command line tools




Copyright 2011 Severalnines AB                            Control your database infrastructure   42
NDBINFO

       • The NDBINFO (MySQL Cluster 7.1 and later) is a
         schema containing statistical counters collected from
         the data nodes.
              –   Memory usage (memoryusage)
              –   Statistical counters (counters)
              –   Redo log information (logspaces)
              –   Redo buffer information (logbuffers)
              –   Disk page buffer memory stats (diskpagebuffer)
       • All this information is also collected by
         SeveralninesClusterControl.




Copyright 2011 Severalnines AB                               Control your database infrastructure   43
How do you spot issues?

       • ClusterControl can assist
              – Query Monitoring/Histogram
              – Health Reports
              – Configuration Management
                     • You can also watch our video describing how to find
                       configuration issues:
                       http://www.severalnines.com/resources/videos




Copyright 2011 Severalnines AB                                     Control your database infrastructure   44
How do you spot issues?




Copyright 2011 Severalnines AB                  Control your database infrastructure   45
How do you spot issues?




Copyright 2011 Severalnines AB                  Control your database infrastructure   46
How do you spot issues?




Copyright 2011 Severalnines AB                  Control your database infrastructure   47
Management and Administration
                        Reporting




Copyright 2011 Severalnines AB         Control your database infrastructure   48
Reporting

       • Best practice is to separate reporting from the real-
         time database.
              – Running reporting on a realtime database will affect
                performance.
       • From MySQL Cluster it is possible to replicate to an
         InnodbMySQL server.
              – Run the reporting/heavy queries on this server.




Copyright 2011 Severalnines AB                               Control your database infrastructure   49
Reporting

                    MySQL Cluster




                   Application/realtime


                                                                           Reporting, heavy queries
          DATA          Sync repl.         DATA
         NODE 0                           NODE 1




                                                     Asynch. replication

                   Replication servers




Copyright 2011 Severalnines AB                                                       Control your database infrastructure   50
Reporting

       • How to set it up
              – http://johanandersson.blogspot.com/2009/05/ha-mysql-write-
                scaling-using-cluster-to.html
       • If one master fails, the reporting slave can failover to
         the other master
              – No data loss
       • If the reporting slave fails – restart it
              – The reporting slave can reconnect and resume.




Copyright 2011 Severalnines AB                            Control your database infrastructure   51
Management and Administration
                      Single User Mode




Copyright 2011 Severalnines AB         Control your database infrastructure   52
Single User Mode

       • MySQL Cluster has a Single User Mode that it is
         possible to enter. In practice it is rarely used.
       • ndb_mgm> ENTER SINGLE USER MODE 7
              – This means that only an application with Nodeid=7 is
                allowed to connect and operate on MySQL Cluster
              – All other applications will be blocked
       • ndb_mgm> EXIT SINGLE USER MODE
              – Only useful if you have a dedicated adminstrative MySQL
                Server.
              – Then you “lock” the database and you can do offline ALTER
                TABLEs from this MySQL Server.




Copyright 2011 Severalnines AB                              Control your database infrastructure   53
Management and Administration
                    Scaling MySQL Cluster




Copyright 2011 Severalnines AB         Control your database infrastructure   54
Scaling MySQL Cluster

       • MySQL Cluster consists of two layers that can be
         scaled
              – Data/storage Layer
              – Access Layer (mysql servers, application nodes)
       • But how to know when it is time to scale?
       • The following variables need to be studied
              – Network
                     • Iftop
              – Disk
                     • Iostat
              – CPU
                     • top
                     • vmstat

Copyright 2011 Severalnines AB                             Control your database infrastructure   55
SQL Layer/Access Layer

       • To determine if the SQL Layer / Access Layer needs
         to be scaled, it is sufficient to look at the CPU
         utilization. (Network saturation is not very common).
              – However if CPU utlization is low AND cpu utilization is low
                on the data nodes the requests are spending time in the
                network.
                     • Optimize those request (better indexes, force index etc)
       • MySQL Servers can be added online, just install the
         binaries, issue GRANTs and start the MySQL Server.
              – Make sure you have connection slots available.
       • With SeveralninesClusterControl, a new MySQL
         Server can be provisioned with a single click.


Copyright 2011 Severalnines AB                                       Control your database infrastructure   56
Data Layer / Storage Layer

       • Network
              – Is the network fully utilized (this is very very seldom the
                case)?
       • CPU
              – What is the %util of the TC, LQH or CMVMI threads?
              – cat /data/mysqlcluster/ndb_X_out.log |greptid
                     • The PIDs of the different threads are printed out
              – top –Hd1
                     • Is one of the threads mentioned above running at 100%
                     • If yes  add data node (one node group needs to be added at
                       a time).




Copyright 2011 Severalnines AB                                       Control your database infrastructure   57
Data Layer / Storage Layer

       • Disk
              – iostat –kx 1
              – Is the ioutil at 100%?
                     • If yes  by better disks, checkpoint with a lower rate, increase
                       redo log size,
                     • It is also possible to add more data nodes in order to spread
                       out the write load across more instances.
                     • Check if the write back cache is enabled, if not, enable it.
              – Note – E.g EC2 disks are inherently slow.
                DiskCheckpointSpeed should be set lower, e.g 5MB/s.




Copyright 2011 Severalnines AB                                        Control your database infrastructure   58
Add Data Node Online

       • There are two way of adding data nodes
              – Dynamically / “Hard” - edit config.ini
                     • Cons: You must perform a rolling restart
              – Statically / “Easy”: Plan ahead and allocate “slots” for data
                nodes at configuration time
                     • Cons: You must know the hostnames from the beginning.
                     • Pros: Easy
                     • Start with 2 data nodes but configure for 8 data nodes
       • It is not possible to shrink the number of data nodes.




Copyright 2011 Severalnines AB                                    Control your database infrastructure   59
Dynamic - Add Data Node Online

       • Edit config.ini and add:
              [NDBD]
              Nodeid:X
              Hostname=„newhost1‟
              [NDBD]
              Nodeid:Y
              Hostname=„newhost2‟
       • Perform a rolling restart in the following order:
              –   Restart the management servers
              –   Restart the mysql servers
              –   Restart the already existing data nodes
              –   Start the data nodes on „newhost1‟ and „newhost2‟
                     ndbmtd --initial

Copyright 2011 Severalnines AB                               Control your database infrastructure   60
“Static/plan ahead”- Add Data Node Online

       • In config.ini before you start Cluster the first time
              [NDBD]
              Nodeid:X
              Nodegroup: 65536 (magic number)
              Hostname=„newhost1‟
              [NDBD]
              Nodeid:Y
              Nodegroup: 65536 (magic number)
              Hostname=„newhost2‟
       • To add data nodes simply start the data nodes on
         „newhost1‟ and „newhost2‟
              – ndbmtd –initial
       • Note, in some releases the magic number is 65535.
Copyright 2011 Severalnines AB                       Control your database infrastructure   61
Add Data Node Online

       • In any case the final step is to redistribute the data.
       • Foreach table do:
              – ALTER TABLE t1 REORGANIZE PARTITION
       • This will rehash the table
       • This is an ONLINE operation.
       • It will take some time.
              – http://johanandersson.blogspot.com/2009/03/online-add-
                node-preliminary-numbers.html
              – http://johanandersson.blogspot.com/2009/03/online-add-
                node-preliminary-numbers-2.html
       • However, it is not a common task to add data nodes.
         Increasing/decreasing # mysql servers is more
         common.
Copyright 2011 Severalnines AB                            Control your database infrastructure   62
Coming next in Installment 8:

                                 Disk Data




Copyright 2011 Severalnines AB               Control your database infrastructure   63
We hope these training slides are
                        useful to you!

            Please visit our website to view the
               next section of this training.

       For any questions, comments, feedback or to
        book a training class, please contact us at:

                        services@severalnines.com

                                 Thank you!

Copyright 2011 Severalnines AB                Control your database infrastructure   64
Disclaimer

 © Copyright 2011 Severalnines AB. All rights reserved.

 Severalnines& the Severalnineslogo(s) are trademarks of Severalnines AB.

 MySQL is a registered trademark of Oracle and/or its affiliates.

 Other names may be trademarks of their respective owners.




Copyright 2011 Severalnines AB                           Control your database infrastructure   65

Mais conteúdo relacionado

Mais procurados

MySQL :What's New #GIDS16
MySQL :What's New #GIDS16MySQL :What's New #GIDS16
MySQL :What's New #GIDS16Sanjay Manwani
 
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...xKinAnx
 
MySQL Enterprise Backup
MySQL Enterprise BackupMySQL Enterprise Backup
MySQL Enterprise BackupMario Beck
 
MySQL Performance Tuning
MySQL Performance TuningMySQL Performance Tuning
MySQL Performance TuningFromDual GmbH
 
My sql performance tuning course
My sql performance tuning courseMy sql performance tuning course
My sql performance tuning courseAlberto Centanni
 
MySQL Performance Tuning: The Perfect Scalability (OOW2019)
MySQL Performance Tuning: The Perfect Scalability (OOW2019)MySQL Performance Tuning: The Perfect Scalability (OOW2019)
MySQL Performance Tuning: The Perfect Scalability (OOW2019)Mirko Ortensi
 
LVOUG meetup #2 - Forcing SQL Execution Plan Instability
LVOUG meetup #2 - Forcing SQL Execution Plan InstabilityLVOUG meetup #2 - Forcing SQL Execution Plan Instability
LVOUG meetup #2 - Forcing SQL Execution Plan InstabilityMaris Elsins
 
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...xKinAnx
 
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...xKinAnx
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...xKinAnx
 
Database as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformDatabase as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformMaris Elsins
 
Spectrum Scale - Diversified analytic solution based on various storage servi...
Spectrum Scale - Diversified analytic solution based on various storage servi...Spectrum Scale - Diversified analytic solution based on various storage servi...
Spectrum Scale - Diversified analytic solution based on various storage servi...Wei Gong
 
Best Practices for Virtualizing Hadoop
Best Practices for Virtualizing HadoopBest Practices for Virtualizing Hadoop
Best Practices for Virtualizing HadoopDataWorks Summit
 
Ibm spectrum scale_backup_n_archive_v03_ash
Ibm spectrum scale_backup_n_archive_v03_ashIbm spectrum scale_backup_n_archive_v03_ash
Ibm spectrum scale_backup_n_archive_v03_ashAshutosh Mate
 
MySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB ClusterMySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB ClusterMario Beck
 
Database & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdf
Database & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdfDatabase & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdf
Database & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdfInSync2011
 
5 Ways to Avoid Server and Application Downtime
5 Ways to Avoid Server and Application Downtime5 Ways to Avoid Server and Application Downtime
5 Ways to Avoid Server and Application DowntimeNeverfail Group
 
Enterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional DatabasesEnterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional DatabasesAshnikbiz
 
EDB Postgres with Containers
EDB Postgres with ContainersEDB Postgres with Containers
EDB Postgres with ContainersEDB
 

Mais procurados (20)

MySQL :What's New #GIDS16
MySQL :What's New #GIDS16MySQL :What's New #GIDS16
MySQL :What's New #GIDS16
 
MySQL Cluster Basics
MySQL Cluster BasicsMySQL Cluster Basics
MySQL Cluster Basics
 
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
Ibm spectrum scale fundamentals workshop for americas part 5 ess gnr-usecases...
 
MySQL Enterprise Backup
MySQL Enterprise BackupMySQL Enterprise Backup
MySQL Enterprise Backup
 
MySQL Performance Tuning
MySQL Performance TuningMySQL Performance Tuning
MySQL Performance Tuning
 
My sql performance tuning course
My sql performance tuning courseMy sql performance tuning course
My sql performance tuning course
 
MySQL Performance Tuning: The Perfect Scalability (OOW2019)
MySQL Performance Tuning: The Perfect Scalability (OOW2019)MySQL Performance Tuning: The Perfect Scalability (OOW2019)
MySQL Performance Tuning: The Perfect Scalability (OOW2019)
 
LVOUG meetup #2 - Forcing SQL Execution Plan Instability
LVOUG meetup #2 - Forcing SQL Execution Plan InstabilityLVOUG meetup #2 - Forcing SQL Execution Plan Instability
LVOUG meetup #2 - Forcing SQL Execution Plan Instability
 
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
Ibm spectrum scale fundamentals workshop for americas part 2 IBM Spectrum Sca...
 
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
 
Database as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformDatabase as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance Platform
 
Spectrum Scale - Diversified analytic solution based on various storage servi...
Spectrum Scale - Diversified analytic solution based on various storage servi...Spectrum Scale - Diversified analytic solution based on various storage servi...
Spectrum Scale - Diversified analytic solution based on various storage servi...
 
Best Practices for Virtualizing Hadoop
Best Practices for Virtualizing HadoopBest Practices for Virtualizing Hadoop
Best Practices for Virtualizing Hadoop
 
Ibm spectrum scale_backup_n_archive_v03_ash
Ibm spectrum scale_backup_n_archive_v03_ashIbm spectrum scale_backup_n_archive_v03_ash
Ibm spectrum scale_backup_n_archive_v03_ash
 
MySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB ClusterMySQL InnoDB Cluster and NDB Cluster
MySQL InnoDB Cluster and NDB Cluster
 
Database & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdf
Database & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdfDatabase & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdf
Database & Technology 2 _ Marting Lambert _ Mixed Workloads Why and How.pdf
 
5 Ways to Avoid Server and Application Downtime
5 Ways to Avoid Server and Application Downtime5 Ways to Avoid Server and Application Downtime
5 Ways to Avoid Server and Application Downtime
 
Enterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional DatabasesEnterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional Databases
 
EDB Postgres with Containers
EDB Postgres with ContainersEDB Postgres with Containers
EDB Postgres with Containers
 

Semelhante a Severalnines Self-Training: MySQL® Cluster - Part VII

MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAsMario Beck
 
Handling Massive Writes
Handling Massive WritesHandling Massive Writes
Handling Massive WritesLiran Zelkha
 
2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015
2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015 2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015
2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015 Geir Høydalsvik
 
MySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMark Swarbrick
 
Novell File Management Suite Use Cases
Novell File Management Suite Use CasesNovell File Management Suite Use Cases
Novell File Management Suite Use CasesNovell
 
Novell File Management Suite Use Cases
Novell File Management Suite Use CasesNovell File Management Suite Use Cases
Novell File Management Suite Use CasesNovell
 
Storage Systems For Scalable systems
Storage Systems For Scalable systemsStorage Systems For Scalable systems
Storage Systems For Scalable systemselliando dias
 
MySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL DaysMySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL DaysMark Swarbrick
 
Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...
Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...
Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...Novell
 
Network Sage™ Into To C Level V1.4
Network Sage™ Into To C Level V1.4Network Sage™ Into To C Level V1.4
Network Sage™ Into To C Level V1.4ikirmer
 
My sql competitive update
My sql competitive updateMy sql competitive update
My sql competitive updatexKinAnx
 
MySQL NDB Cluster 8.0
MySQL NDB Cluster 8.0MySQL NDB Cluster 8.0
MySQL NDB Cluster 8.0Ted Wennmark
 
SQL Server Clustering for Dummies
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for DummiesMark Broadbent
 
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
 
My sql roadmap 2008 2009
My sql roadmap 2008 2009My sql roadmap 2008 2009
My sql roadmap 2008 2009xKinAnx
 
Vertica 7.0 Architecture Overview
Vertica 7.0 Architecture OverviewVertica 7.0 Architecture Overview
Vertica 7.0 Architecture OverviewAndrey Karpov
 
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...Qian Lin
 
MySQL Features & Implementation
MySQL Features & ImplementationMySQL Features & Implementation
MySQL Features & ImplementationOSSCube
 
Collaborate 2012 - Administering MySQL for Oracle DBAs
Collaborate 2012 - Administering MySQL for Oracle DBAsCollaborate 2012 - Administering MySQL for Oracle DBAs
Collaborate 2012 - Administering MySQL for Oracle DBAsNelson Calero
 
My sqlstrategyroadmap
My sqlstrategyroadmapMy sqlstrategyroadmap
My sqlstrategyroadmapslidethanks
 

Semelhante a Severalnines Self-Training: MySQL® Cluster - Part VII (20)

MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAs
 
Handling Massive Writes
Handling Massive WritesHandling Massive Writes
Handling Massive Writes
 
2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015
2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015 2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015
2015: Whats New in MySQL 5.7, At Oracle Open World, November 3rd, 2015
 
MySQL @ the University Of Nottingham
MySQL @ the University Of NottinghamMySQL @ the University Of Nottingham
MySQL @ the University Of Nottingham
 
Novell File Management Suite Use Cases
Novell File Management Suite Use CasesNovell File Management Suite Use Cases
Novell File Management Suite Use Cases
 
Novell File Management Suite Use Cases
Novell File Management Suite Use CasesNovell File Management Suite Use Cases
Novell File Management Suite Use Cases
 
Storage Systems For Scalable systems
Storage Systems For Scalable systemsStorage Systems For Scalable systems
Storage Systems For Scalable systems
 
MySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL DaysMySQL At University Of Nottingham - 2018 MySQL Days
MySQL At University Of Nottingham - 2018 MySQL Days
 
Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...
Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...
Novell Storage Manager: Your Secret Weapon for Simplified File and User Manag...
 
Network Sage™ Into To C Level V1.4
Network Sage™ Into To C Level V1.4Network Sage™ Into To C Level V1.4
Network Sage™ Into To C Level V1.4
 
My sql competitive update
My sql competitive updateMy sql competitive update
My sql competitive update
 
MySQL NDB Cluster 8.0
MySQL NDB Cluster 8.0MySQL NDB Cluster 8.0
MySQL NDB Cluster 8.0
 
SQL Server Clustering for Dummies
SQL Server Clustering for DummiesSQL Server Clustering for Dummies
SQL Server Clustering for Dummies
 
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
 
My sql roadmap 2008 2009
My sql roadmap 2008 2009My sql roadmap 2008 2009
My sql roadmap 2008 2009
 
Vertica 7.0 Architecture Overview
Vertica 7.0 Architecture OverviewVertica 7.0 Architecture Overview
Vertica 7.0 Architecture Overview
 
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
 
MySQL Features & Implementation
MySQL Features & ImplementationMySQL Features & Implementation
MySQL Features & Implementation
 
Collaborate 2012 - Administering MySQL for Oracle DBAs
Collaborate 2012 - Administering MySQL for Oracle DBAsCollaborate 2012 - Administering MySQL for Oracle DBAs
Collaborate 2012 - Administering MySQL for Oracle DBAs
 
My sqlstrategyroadmap
My sqlstrategyroadmapMy sqlstrategyroadmap
My sqlstrategyroadmap
 

Mais de Severalnines

Cloud's future runs through Sovereign DBaaS
Cloud's future runs through Sovereign DBaaSCloud's future runs through Sovereign DBaaS
Cloud's future runs through Sovereign DBaaSSeveralnines
 
Tips to drive maria db cluster performance for nextcloud
Tips to drive maria db cluster performance for nextcloudTips to drive maria db cluster performance for nextcloud
Tips to drive maria db cluster performance for nextcloudSeveralnines
 
Working with the Moodle Database: The Basics
Working with the Moodle Database: The BasicsWorking with the Moodle Database: The Basics
Working with the Moodle Database: The BasicsSeveralnines
 
SysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDB
SysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDBSysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDB
SysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDBSeveralnines
 
(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...
(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...
(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...Severalnines
 
Webinar slides: How to Migrate from Oracle DB to MariaDB
Webinar slides: How to Migrate from Oracle DB to MariaDBWebinar slides: How to Migrate from Oracle DB to MariaDB
Webinar slides: How to Migrate from Oracle DB to MariaDBSeveralnines
 
Webinar slides: How to Automate & Manage PostgreSQL with ClusterControl
Webinar slides: How to Automate & Manage PostgreSQL with ClusterControlWebinar slides: How to Automate & Manage PostgreSQL with ClusterControl
Webinar slides: How to Automate & Manage PostgreSQL with ClusterControlSeveralnines
 
Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...
Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...
Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...Severalnines
 
Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...
Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...
Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...Severalnines
 
Disaster Recovery Planning for MySQL & MariaDB
Disaster Recovery Planning for MySQL & MariaDBDisaster Recovery Planning for MySQL & MariaDB
Disaster Recovery Planning for MySQL & MariaDBSeveralnines
 
MariaDB Performance Tuning Crash Course
MariaDB Performance Tuning Crash CourseMariaDB Performance Tuning Crash Course
MariaDB Performance Tuning Crash CourseSeveralnines
 
Performance Tuning Cheat Sheet for MongoDB
Performance Tuning Cheat Sheet for MongoDBPerformance Tuning Cheat Sheet for MongoDB
Performance Tuning Cheat Sheet for MongoDBSeveralnines
 
Advanced MySql Data-at-Rest Encryption in Percona Server
Advanced MySql Data-at-Rest Encryption in Percona ServerAdvanced MySql Data-at-Rest Encryption in Percona Server
Advanced MySql Data-at-Rest Encryption in Percona ServerSeveralnines
 
Polyglot Persistence Utilizing Open Source Databases as a Swiss Pocket Knife
Polyglot Persistence Utilizing Open Source Databases as a Swiss Pocket KnifePolyglot Persistence Utilizing Open Source Databases as a Swiss Pocket Knife
Polyglot Persistence Utilizing Open Source Databases as a Swiss Pocket KnifeSeveralnines
 
Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...
Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...
Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...Severalnines
 
Webinar slides: An Introduction to Performance Monitoring for PostgreSQL
Webinar slides: An Introduction to Performance Monitoring for PostgreSQLWebinar slides: An Introduction to Performance Monitoring for PostgreSQL
Webinar slides: An Introduction to Performance Monitoring for PostgreSQLSeveralnines
 
Webinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance TuningWebinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance TuningSeveralnines
 
Webinar slides: Migrating to Galera Cluster for MySQL and MariaDB
Webinar slides: Migrating to Galera Cluster for MySQL and MariaDBWebinar slides: Migrating to Galera Cluster for MySQL and MariaDB
Webinar slides: Migrating to Galera Cluster for MySQL and MariaDBSeveralnines
 
Webinar slides: How to Measure Database Availability?
Webinar slides: How to Measure Database Availability?Webinar slides: How to Measure Database Availability?
Webinar slides: How to Measure Database Availability?Severalnines
 
Webinar slides: Designing Open Source Databases for High Availability
Webinar slides: Designing Open Source Databases for High AvailabilityWebinar slides: Designing Open Source Databases for High Availability
Webinar slides: Designing Open Source Databases for High AvailabilitySeveralnines
 

Mais de Severalnines (20)

Cloud's future runs through Sovereign DBaaS
Cloud's future runs through Sovereign DBaaSCloud's future runs through Sovereign DBaaS
Cloud's future runs through Sovereign DBaaS
 
Tips to drive maria db cluster performance for nextcloud
Tips to drive maria db cluster performance for nextcloudTips to drive maria db cluster performance for nextcloud
Tips to drive maria db cluster performance for nextcloud
 
Working with the Moodle Database: The Basics
Working with the Moodle Database: The BasicsWorking with the Moodle Database: The Basics
Working with the Moodle Database: The Basics
 
SysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDB
SysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDBSysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDB
SysAdmin Working from Home? Tips to Automate MySQL, MariaDB, Postgres & MongoDB
 
(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...
(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...
(slides) Polyglot persistence: utilizing open source databases as a Swiss poc...
 
Webinar slides: How to Migrate from Oracle DB to MariaDB
Webinar slides: How to Migrate from Oracle DB to MariaDBWebinar slides: How to Migrate from Oracle DB to MariaDB
Webinar slides: How to Migrate from Oracle DB to MariaDB
 
Webinar slides: How to Automate & Manage PostgreSQL with ClusterControl
Webinar slides: How to Automate & Manage PostgreSQL with ClusterControlWebinar slides: How to Automate & Manage PostgreSQL with ClusterControl
Webinar slides: How to Automate & Manage PostgreSQL with ClusterControl
 
Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...
Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...
Webinar slides: How to Manage Replication Failover Processes for MySQL, Maria...
 
Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...
Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...
Webinar slides: Backup Management for MySQL, MariaDB, PostgreSQL & MongoDB wi...
 
Disaster Recovery Planning for MySQL & MariaDB
Disaster Recovery Planning for MySQL & MariaDBDisaster Recovery Planning for MySQL & MariaDB
Disaster Recovery Planning for MySQL & MariaDB
 
MariaDB Performance Tuning Crash Course
MariaDB Performance Tuning Crash CourseMariaDB Performance Tuning Crash Course
MariaDB Performance Tuning Crash Course
 
Performance Tuning Cheat Sheet for MongoDB
Performance Tuning Cheat Sheet for MongoDBPerformance Tuning Cheat Sheet for MongoDB
Performance Tuning Cheat Sheet for MongoDB
 
Advanced MySql Data-at-Rest Encryption in Percona Server
Advanced MySql Data-at-Rest Encryption in Percona ServerAdvanced MySql Data-at-Rest Encryption in Percona Server
Advanced MySql Data-at-Rest Encryption in Percona Server
 
Polyglot Persistence Utilizing Open Source Databases as a Swiss Pocket Knife
Polyglot Persistence Utilizing Open Source Databases as a Swiss Pocket KnifePolyglot Persistence Utilizing Open Source Databases as a Swiss Pocket Knife
Polyglot Persistence Utilizing Open Source Databases as a Swiss Pocket Knife
 
Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...
Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...
Webinar slides: Free Monitoring (on Steroids) for MySQL, MariaDB, PostgreSQL ...
 
Webinar slides: An Introduction to Performance Monitoring for PostgreSQL
Webinar slides: An Introduction to Performance Monitoring for PostgreSQLWebinar slides: An Introduction to Performance Monitoring for PostgreSQL
Webinar slides: An Introduction to Performance Monitoring for PostgreSQL
 
Webinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance TuningWebinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance Tuning
 
Webinar slides: Migrating to Galera Cluster for MySQL and MariaDB
Webinar slides: Migrating to Galera Cluster for MySQL and MariaDBWebinar slides: Migrating to Galera Cluster for MySQL and MariaDB
Webinar slides: Migrating to Galera Cluster for MySQL and MariaDB
 
Webinar slides: How to Measure Database Availability?
Webinar slides: How to Measure Database Availability?Webinar slides: How to Measure Database Availability?
Webinar slides: How to Measure Database Availability?
 
Webinar slides: Designing Open Source Databases for High Availability
Webinar slides: Designing Open Source Databases for High AvailabilityWebinar slides: Designing Open Source Databases for High Availability
Webinar slides: Designing Open Source Databases for High Availability
 

Último

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Severalnines Self-Training: MySQL® Cluster - Part VII

  • 1. MySQL Cluster Training presented by severalnines.com Address: Contact: SeveralninesAB Jean-Jérôme Schmidt c/o SICS, Box 1263 Email: services@severalnines.com Isafjordsgatan22 SE-164-29 Kista Copyright 2011 Severalnines AB Control your database infrastructure 1
  • 2. Introduction • At Severalnines, we believe in sharing information and knowledge; we all come from an open source background • We know a lot of things about MySQL Cluster and think that MySQL Cluster is a great technology • These free MySQL Cluster Training slides are a contribution of ours to the knowledge and information sharing that‟s common practice in the open source community • If you have any questions on these slides or would like to book an actual training class, please contact us at: services@severalnines.com Copyright 2011 Severalnines AB Control your database infrastructure 2
  • 3. Training Slides - Concept • Over the coming weeks we will be chronologically releasing slides for the different sections of our MySQL Cluster Training program on our website. • The full agenda of the training with all of its modules is outlined in the next slides so that you can see what topics will be covered over the coming weeks. • Particularly specialised topics such as Cluster/J or NDB API are not fully covered in the slides. We recommend our instructor-led training classes for such topics. • Please contact us for more details: services@severalnines.com Copyright 2011 Severalnines AB Control your database infrastructure 3
  • 4. Full Training Agenda (1/4) • MySQL Cluster Introduction – MySQL eco system – Scale up, scale out, and sharding – MySQL Cluster Architecture – Use cases – Features – Node types and Roles • Detailed Concepts – Data Distribution – Verifying data distribution – Access Methods – Partitioning – Node failures and failure detection – Network Partitioning – Transactions and Locking – Consistency Model – Redo logging and Checkpointing • Internals – NDB Design Internals Copyright 2011 Severalnines AB Control your database infrastructure 4
  • 5. Agenda (2/4) • Installing MySQL Cluster – Setting up MySQL Cluster – Starting/stopping nodes – Recovery and restarts – Upgrading configuration – Upgrading Cluster • Performance Tuning (instructor-led only; contact us at services@severalnines.com) – Differences compared to Innodb/MyISAM – Designing efficient and fast applications – Identifying bottlenecks – Tweaking configuration (OS and MySQL Cluster) – Query Tuning – Schema Design – Index Tuning Copyright 2011 Severalnines AB Control your database infrastructure 5
  • 6. Agenda (3/4) • Management and Administration – Backup and Restore – Geographical Replication – Online and offline operations – Ndbinfo tables – Reporting – Single user mode – Scaling Cluster • Disk Data – Use cases – Limitations – Best practice configuration • Designing a Cluster – Capacity Planning and Dimensioning – Hardware recommendations – Best practice Configuration – Storage calculations Copyright 2011 Severalnines AB Control your database infrastructure 6
  • 7. Agenda (4/4) • Resolving Issues – Common problems – Error logs and Tracefiles – Recovery and Escalation procedures • Connectivity Overview – NDBAPI – Cluster/J – LDAP • Severalnines Tools – Monitoring and Management – Benchmarking – Sandboxes – Configuration and capacity planning • Conclusion Copyright 2011 Severalnines AB Control your database infrastructure 7
  • 8. Agenda: Lab Exercises (only applicable to instructor-led training classes) • Lab Exercises – Installing and Loading data into MySQL Cluster – Starting/stopping nodes, recovery – Query tuning – Backup and Restore – Configuration Upgrade • Would you like to try something particular? – This is possible too, speak with your instructor Copyright 2011 Severalnines AB Control your database infrastructure 8
  • 9. Prerequisites • Readers / Participants have understanding of SQL and basic database concepts. • Laptops/PCs for hands-on exercises • Linux: 1GB RAM • Windows: 2GB RAM • Approx. 20GB disk space and Virtualbox installed. • Virtualbox can be downloaded for free at http://www.virtualbox.org/wiki/Downloads • MySQL Cluster version 7.1 or later Copyright 2011 Severalnines AB Control your database infrastructure 9
  • 10. 7th Installment Severalnines Cluster Self-Training Part 6: Management and Administration Copyright 2011 Severalnines AB Control your database infrastructure 10
  • 11. Topics covered in Installment 7 • Backup and Restore • Geographical Redundancy • Online and offline operations • Ndbinfo tables • Reporting • Single user mode • Scaling Cluster Copyright 2011 Severalnines AB Control your database infrastructure 11
  • 12. Management and Administration Backup and Restore Copyright 2011 Severalnines AB Control your database infrastructure 12
  • 13. Backup and Restore • The following should be backed up in MySQL Cluster – NDBCLUSTER tables – MySQL System tables (stored in MYISAM) – MYISAM/INNODB tables – optional – Binary logs (optional) – Configuration files (config.ini and my.cnf) Copyright 2011 Severalnines AB Control your database infrastructure 13
  • 14. Backup and Restore • NDBCLUSTER tables – ONLINE BACKUP is built into MySQL Cluster • Only tables stored in the NDBCLUSTER storage engine can be backed up ONLINE. • INNOB/MYISAM tables – mysqldump – Oracle Hotbackup • Binary logs – Copy/rsync • Config files – Copy/rsync Copyright 2011 Severalnines AB Control your database infrastructure 14
  • 15. Online Backup START BACKUP • Backups are started from the management client or mgmapi – ndb_mgm –e “START BACKUP” Management server • Each data node will backup its STORAGE LAYER primary partition – Consistent at “backup complete” DATA DATA “backup start” time, as you wish NODE 1 NODE 2 • Thus the complete backup is P0 P1 spread over several computers S1 S0 Copyright 2011 Severalnines AB Control your database infrastructure 15
  • 16. Online Backup START BACKUP • Backups are written to a backup directory: Management server – Default : DATADIR – BACKUP_DATADIR STORAGE LAYER • BACKUP_DATADIR can be a mount point on a SAN. DATA NODE 1 DATA NODE 2 • Each backup gets an ID – Starting from 1 and always incrementing P0 P1 S1 S0 • The backup consists of three files: – Data file (the records in data memory) • Backup-1.data – Log file (changes during the backup) • Backup-1.log – Meta data (indexes and tables) /data/mysqlcluster/BACKUP/BACKUP-1 • Backup-1.ctl Copyright 2011 Severalnines AB Control your database infrastructure 16
  • 17. Backup and Restore • Exercise – BACKUP Copyright 2011 Severalnines AB Control your database infrastructure 17
  • 18. Restore • The ndb_restoreprogram is used to a MySQL Cluster backup. • A backup taken from two data nodes will have two sets of backup files – A backup taken from four data nodes will have four sets of backup files. • All backup sets must be restored – Ndb_restore can restore one backup set at a time. – Exception – meta data needs to be restored only once. Copyright 2011 Severalnines AB Control your database infrastructure 18
  • 19. Restore • Two data nodes with id=2 and id=3, backup id=1 • To restore the meta data (needs to be executed only once): ndb_restore –c<connectstring> --restore_meta --node-id=2 --backup-id=1 /path/to/backup/files • To restore the data and logs – must be executed once for each backup set: ndb_restore –c<connectstring> --restore_data --node-id=2 --backup-id=1 /path/to/backup/files ndb_restore –c<connectstring> --restore_data --node-id=3 --backup-id=1 /path/to/backup/files Copyright 2011 Severalnines AB Control your database infrastructure 19
  • 20. Backup and Restore • Exercise – Restore Copyright 2011 Severalnines AB Control your database infrastructure 20
  • 21. Backup and Restore • SeveralninesClusterControl allows you to: – Backup data to a central location instead of having the backup files spread out of X computers. – Create backup schedules – Check backup history – Restore backups easily Copyright 2011 Severalnines AB Control your database infrastructure 21
  • 22. Geographical Redundancy • Uses the Normal MySQL Replication to transfer data between a Master and a Slave. – Binary logs – Positions as offsets in the files. • Added extra information to allow failover. Copyright 2011 Severalnines AB Control your database infrastructure 22
  • 23. Geographical Redundancy STORAGE LAYER • Application inserts data • Committed changes from DATA DATA NODE 1 NODE 2 data nodes are sent to all mysql servers with --log- P0 P1 bin set. S1 S0 – This means that several mysql servers can have MASTER – serverid=1 equivalent binary log Injector Thead BINARY LOG Copyright 2011 Severalnines AB Control your database infrastructure 23
  • 24. Geographical Redundancy STORAGE LAYER DATA DATA NODE 1 NODE 2 P0 P1 S1 S0 MASTER – serverid=1 BINARY LOG Copyright 2011 Severalnines AB Control your database infrastructure 24
  • 25. Geographical Redundancy STORAGE LAYER DATA DATA NODE 1 NODE 2 P0 P1 S1 S0 MASTER – serverid=1 BINARY LOG Copyright 2011 Severalnines AB Control your database infrastructure 25
  • 26. Geographical Redundancy STORAGE LAYER • Every TimeBetweenEpochs DATA NODE 1 DATA NODE 2 (default 100ms) there is a EPOCH_COMPLETE P0 P1 message sent to the S1 S0 Masters. EPOCH_COMPLETE 12 • The Master binlog buffer MASTER – serverid=1 will be flushed to the Binary log • Epochs contains 0 or BINARY LOG more transactions Copyright 2011 Severalnines AB Control your database infrastructure 26
  • 27. Geographical Redundancy NDB_BINLOG_INDEX STORAGE LAYER Epoch Binlog Pos Type DATA DATA 12 b.01 4 I NODE 1 NODE 2 12 b.01 28 I P0 P1 12 b.01 32 U S1 S0 15 b.01 255 U • The NDB_BINLOG_INDEX is updated. • Stores a map between Epoch Copy to Binary log and Binlog/pos 12 4 28 32 255 Copyright 2011 Severalnines AB Control your database infrastructure 27
  • 28. Geographical Redundancy NDB_APPLY_STATUS STORAGE LAYER Epoch Binlog Pos Type DATA DATA 12 b.01 4 I NODE 1 NODE 2 12 b.01 28 I P0 P1 12 b.01 32 U S1 S0 15 b.01 255 U • The Master writes the unsent MASTER binary log data to the slave network 12 4 28 32 255 Copyright 2011 Severalnines AB Control your database infrastructure 28
  • 29. Geographical Redundancy STORAGE LAYER STORAGE LAYER DATA DATA DATA DATA NODE 1 NODE 2 NODE 1 NODE 2 P0 P1 P0 P1 S1 S0 S1 S0 MASTER – serverid=1 SLAVE IO THREAD receives data and put in RELAY LOG Copy to Binary log 12 12 4 28 32 255 4 28 32 255 Copyright 2011 Severalnines AB Control your database infrastructure 29
  • 30. Geographical Redundancy STORAGE LAYER DATA DATA NODE 1 NODE 2 P0 P1 S1 S0 SLAVE SQL Thread reads from the RELAY LOG 12 4 28 32 255 Copyright 2011 Severalnines AB Control your database infrastructure 30
  • 31. Geographical Redundancy STORAGE LAYER DATA DATA NDB_APPLY_STATUS NODE 1 NODE 2 Server Id Last Epoch P0 P1 1 12 S1 S0 • NDB_APPLY_STATUS SLAVE • Last applied epoch and Applies the entire epoch and updates NDB_APPLY_STATUS table where it came from. 12 • An epoch is applied as 4 28 32 255 one transaction. Copyright 2011 Severalnines AB Control your database infrastructure 31
  • 32. Geographical Redundancy Failover Ndb_ MASTER – serverid=1 SLAVE Binlog ndex Copy to Binary log IO THREAD receives data and put in RELAY LOG 12 12 4 28 32 255 4 28 32 255 STORAGE LAYER STORAGE LAYER DATA DATA DATA DATA NODE 1 NODE 2 NODE 1 NODE 2 NDB_APPLY_STATUS P0 P1 P0 P1 S1 S0 S1 S0 MASTER – serverid=2 SLAVE Ndb_ Binlog ndex Copy to Binary log 12 4 28 32 255 4 28 32 255 Copyright 2011 Severalnines AB Control your database infrastructure 32
  • 33. Geographical Redundancy Failover Ndb_ MASTER – serverid=1 SLAVE Binlog ndex Copy to Binary log 14 12 4 28 32 255 4 28 32 255 STORAGE LAYER STORAGE LAYER DATA DATA DATA DATA NODE 1 NODE 2 NODE 1 NODE 2 NDB_APPLY_STATUS 1 - 12 P0 P1 P0 P1 S1 S0 S1 S0 MASTER – serverid=2 SLAVE Ndb_ Binlog Failover –check what is the applied epoch. ndex Find corresponding binlog/pos. Copy to Binary log Change master Start replication 14 4 28 32 255 4 28 32 255 Copyright 2011 Severalnines AB Control your database infrastructure 33
  • 34. Staging the slave • The slave cluster is staged by restoring a backup from the Master Cluster – ndb_restore … -e • -e - restore epoch • The –e is very important, otherwise the slave cluster will not get the last applied epoch written in ndb_apply_status table. • The last applied epoch will be the epoch when the backup finished. Copyright 2011 Severalnines AB Control your database infrastructure 34
  • 35. Geographical Redundancy • It is also possible to have conflict detection and resolution. • Out of scope in this training. Copyright 2011 Severalnines AB Control your database infrastructure 35
  • 36. Geographical Redundancy • Exercise – setup Geo rep. Copyright 2011 Severalnines AB Control your database infrastructure 36
  • 37. Management and Administration Offline and online operations Copyright 2011 Severalnines AB Control your database infrastructure 37
  • 38. Online/offline Operations • Online Operation – There can still be traffic on the Cluster while the operation is taking place – No Service Interruption • Offline Operation – Traffic needs to be blocked in order to implement the change. – Service Interruption Copyright 2011 Severalnines AB Control your database infrastructure 38
  • 39. Online operations • Adding nodes – Adding data nodes – Adding mysql servers • Changing configuration – values except • Hostnames • NoOfReplicas • Upgrade – Software – Hardware – OS • Schema modifications – Add column (ALTER ONLINE TABLE… ADD COLUMN x INT) – Create Index / Drop Index Copyright 2011 Severalnines AB Control your database infrastructure 39
  • 40. Offline operations • NoOfReplicas=2  3 – Requires a backup and restore • Schema Changes – data types, column sizes, names – The table in question must be locked: • On all mysql servers except one: LOCK TABLE t1 READ; • On the exception: ALTER TABLE t1 MODIFY b CHAR(255); • UNLOCK TABLES; Copyright 2011 Severalnines AB Control your database infrastructure 40
  • 41. Management and Administration Monitoring Copyright 2011 Severalnines AB Control your database infrastructure 41
  • 42. Monitoring MySQL Cluster • MySQL Cluster offers the following monitoring interfaces – NDBINFO - containing system tables stored accessible from the mysql server – LOGEVENTs – subscribe using the mgmapi • SeveralninesClusterControl collects information from both these sources. – Web interface – Command line tools Copyright 2011 Severalnines AB Control your database infrastructure 42
  • 43. NDBINFO • The NDBINFO (MySQL Cluster 7.1 and later) is a schema containing statistical counters collected from the data nodes. – Memory usage (memoryusage) – Statistical counters (counters) – Redo log information (logspaces) – Redo buffer information (logbuffers) – Disk page buffer memory stats (diskpagebuffer) • All this information is also collected by SeveralninesClusterControl. Copyright 2011 Severalnines AB Control your database infrastructure 43
  • 44. How do you spot issues? • ClusterControl can assist – Query Monitoring/Histogram – Health Reports – Configuration Management • You can also watch our video describing how to find configuration issues: http://www.severalnines.com/resources/videos Copyright 2011 Severalnines AB Control your database infrastructure 44
  • 45. How do you spot issues? Copyright 2011 Severalnines AB Control your database infrastructure 45
  • 46. How do you spot issues? Copyright 2011 Severalnines AB Control your database infrastructure 46
  • 47. How do you spot issues? Copyright 2011 Severalnines AB Control your database infrastructure 47
  • 48. Management and Administration Reporting Copyright 2011 Severalnines AB Control your database infrastructure 48
  • 49. Reporting • Best practice is to separate reporting from the real- time database. – Running reporting on a realtime database will affect performance. • From MySQL Cluster it is possible to replicate to an InnodbMySQL server. – Run the reporting/heavy queries on this server. Copyright 2011 Severalnines AB Control your database infrastructure 49
  • 50. Reporting MySQL Cluster Application/realtime Reporting, heavy queries DATA Sync repl. DATA NODE 0 NODE 1 Asynch. replication Replication servers Copyright 2011 Severalnines AB Control your database infrastructure 50
  • 51. Reporting • How to set it up – http://johanandersson.blogspot.com/2009/05/ha-mysql-write- scaling-using-cluster-to.html • If one master fails, the reporting slave can failover to the other master – No data loss • If the reporting slave fails – restart it – The reporting slave can reconnect and resume. Copyright 2011 Severalnines AB Control your database infrastructure 51
  • 52. Management and Administration Single User Mode Copyright 2011 Severalnines AB Control your database infrastructure 52
  • 53. Single User Mode • MySQL Cluster has a Single User Mode that it is possible to enter. In practice it is rarely used. • ndb_mgm> ENTER SINGLE USER MODE 7 – This means that only an application with Nodeid=7 is allowed to connect and operate on MySQL Cluster – All other applications will be blocked • ndb_mgm> EXIT SINGLE USER MODE – Only useful if you have a dedicated adminstrative MySQL Server. – Then you “lock” the database and you can do offline ALTER TABLEs from this MySQL Server. Copyright 2011 Severalnines AB Control your database infrastructure 53
  • 54. Management and Administration Scaling MySQL Cluster Copyright 2011 Severalnines AB Control your database infrastructure 54
  • 55. Scaling MySQL Cluster • MySQL Cluster consists of two layers that can be scaled – Data/storage Layer – Access Layer (mysql servers, application nodes) • But how to know when it is time to scale? • The following variables need to be studied – Network • Iftop – Disk • Iostat – CPU • top • vmstat Copyright 2011 Severalnines AB Control your database infrastructure 55
  • 56. SQL Layer/Access Layer • To determine if the SQL Layer / Access Layer needs to be scaled, it is sufficient to look at the CPU utilization. (Network saturation is not very common). – However if CPU utlization is low AND cpu utilization is low on the data nodes the requests are spending time in the network. • Optimize those request (better indexes, force index etc) • MySQL Servers can be added online, just install the binaries, issue GRANTs and start the MySQL Server. – Make sure you have connection slots available. • With SeveralninesClusterControl, a new MySQL Server can be provisioned with a single click. Copyright 2011 Severalnines AB Control your database infrastructure 56
  • 57. Data Layer / Storage Layer • Network – Is the network fully utilized (this is very very seldom the case)? • CPU – What is the %util of the TC, LQH or CMVMI threads? – cat /data/mysqlcluster/ndb_X_out.log |greptid • The PIDs of the different threads are printed out – top –Hd1 • Is one of the threads mentioned above running at 100% • If yes  add data node (one node group needs to be added at a time). Copyright 2011 Severalnines AB Control your database infrastructure 57
  • 58. Data Layer / Storage Layer • Disk – iostat –kx 1 – Is the ioutil at 100%? • If yes  by better disks, checkpoint with a lower rate, increase redo log size, • It is also possible to add more data nodes in order to spread out the write load across more instances. • Check if the write back cache is enabled, if not, enable it. – Note – E.g EC2 disks are inherently slow. DiskCheckpointSpeed should be set lower, e.g 5MB/s. Copyright 2011 Severalnines AB Control your database infrastructure 58
  • 59. Add Data Node Online • There are two way of adding data nodes – Dynamically / “Hard” - edit config.ini • Cons: You must perform a rolling restart – Statically / “Easy”: Plan ahead and allocate “slots” for data nodes at configuration time • Cons: You must know the hostnames from the beginning. • Pros: Easy • Start with 2 data nodes but configure for 8 data nodes • It is not possible to shrink the number of data nodes. Copyright 2011 Severalnines AB Control your database infrastructure 59
  • 60. Dynamic - Add Data Node Online • Edit config.ini and add: [NDBD] Nodeid:X Hostname=„newhost1‟ [NDBD] Nodeid:Y Hostname=„newhost2‟ • Perform a rolling restart in the following order: – Restart the management servers – Restart the mysql servers – Restart the already existing data nodes – Start the data nodes on „newhost1‟ and „newhost2‟ ndbmtd --initial Copyright 2011 Severalnines AB Control your database infrastructure 60
  • 61. “Static/plan ahead”- Add Data Node Online • In config.ini before you start Cluster the first time [NDBD] Nodeid:X Nodegroup: 65536 (magic number) Hostname=„newhost1‟ [NDBD] Nodeid:Y Nodegroup: 65536 (magic number) Hostname=„newhost2‟ • To add data nodes simply start the data nodes on „newhost1‟ and „newhost2‟ – ndbmtd –initial • Note, in some releases the magic number is 65535. Copyright 2011 Severalnines AB Control your database infrastructure 61
  • 62. Add Data Node Online • In any case the final step is to redistribute the data. • Foreach table do: – ALTER TABLE t1 REORGANIZE PARTITION • This will rehash the table • This is an ONLINE operation. • It will take some time. – http://johanandersson.blogspot.com/2009/03/online-add- node-preliminary-numbers.html – http://johanandersson.blogspot.com/2009/03/online-add- node-preliminary-numbers-2.html • However, it is not a common task to add data nodes. Increasing/decreasing # mysql servers is more common. Copyright 2011 Severalnines AB Control your database infrastructure 62
  • 63. Coming next in Installment 8: Disk Data Copyright 2011 Severalnines AB Control your database infrastructure 63
  • 64. We hope these training slides are useful to you! Please visit our website to view the next section of this training. For any questions, comments, feedback or to book a training class, please contact us at: services@severalnines.com Thank you! Copyright 2011 Severalnines AB Control your database infrastructure 64
  • 65. Disclaimer © Copyright 2011 Severalnines AB. All rights reserved. Severalnines& the Severalnineslogo(s) are trademarks of Severalnines AB. MySQL is a registered trademark of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Copyright 2011 Severalnines AB Control your database infrastructure 65

Notas do Editor

  1. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  2. Dear Jury, Just as the electric grid revolutionized access to electricity 100 years ago, we at Severalnines believe that Cloud Computing will revolutionize IT where organizations will be able to plug into extremely powerful computing resources over the network. We have already seen the beginnings of this new wave, where the current infrastructure stack is being challenged and disrupted by a whole set of new technologies. For instance, in the database market, over 40 startups have received funding over the past 18 months. Severalnines is not building yet another database product, we believe there are already a lot of good technologies available. To manage a database costs 4 times the purchase price, and yet, very few companies are addressing this problem. Severalnines focuses on solutions to address this underserved segment. The founders of the company have a solid background in databases, having been at MySQL since 2003. The company develops a management platform which is database and cloud agnostic.We are database independent since we do not know who, if anybody, will be the next MySQL of the cloud.We are cloud independent, since we do not want to depend on any cloud vendor (e.g. Amazon or Rackspace) to avoid vendor lock-in. After the Amazon EC2 downtime during the Easter break, hundreds of affected companies have realized the importance of this. There is also a commercial aspect for avoiding vendor lock-in. Severalnines enhances productivity of organizations by attacking the biggest cost associated with database systems. We are a Swedish startup, hosted by SICS in Kista. There is also a small but very efficient development capacity in Singapore. Just as MySQL became a major brand and placed Sweden on the global software infrastructure map, we believe Severalnines can become a serious global player in the emerging Cloud space. We are very thankful that an organization like Eurocloud exists, and would like to thank the jury for considering our application. Kind regards,Vinay Joosery Severalnines AB
  3. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  4. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  5. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  6. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  7. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  8. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  9. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  10. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  11. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  12. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  13. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  14. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  15. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  16. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  17. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  18. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  19. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  20. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  21. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  22. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  23. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  24. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  25. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  26. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  27. Dear Jury, Just as the electric grid revolutionized access to electricity 100 years ago, we at Severalnines believe that Cloud Computing will revolutionize IT where organizations will be able to plug into extremely powerful computing resources over the network. We have already seen the beginnings of this new wave, where the current infrastructure stack is being challenged and disrupted by a whole set of new technologies. For instance, in the database market, over 40 startups have received funding over the past 18 months. Severalnines is not building yet another database product, we believe there are already a lot of good technologies available. To manage a database costs 4 times the purchase price, and yet, very few companies are addressing this problem. Severalnines focuses on solutions to address this underserved segment. The founders of the company have a solid background in databases, having been at MySQL since 2003. The company develops a management platform which is database and cloud agnostic.We are database independent since we do not know who, if anybody, will be the next MySQL of the cloud.We are cloud independent, since we do not want to depend on any cloud vendor (e.g. Amazon or Rackspace) to avoid vendor lock-in. After the Amazon EC2 downtime during the Easter break, hundreds of affected companies have realized the importance of this. There is also a commercial aspect for avoiding vendor lock-in. Severalnines enhances productivity of organizations by attacking the biggest cost associated with database systems. We are a Swedish startup, hosted by SICS in Kista. There is also a small but very efficient development capacity in Singapore. Just as MySQL became a major brand and placed Sweden on the global software infrastructure map, we believe Severalnines can become a serious global player in the emerging Cloud space. We are very thankful that an organization like Eurocloud exists, and would like to thank the jury for considering our application. Kind regards,Vinay Joosery Severalnines AB
  28. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  29. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  30. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  31. Dear Jury, Just as the electric grid revolutionized access to electricity 100 years ago, we at Severalnines believe that Cloud Computing will revolutionize IT where organizations will be able to plug into extremely powerful computing resources over the network. We have already seen the beginnings of this new wave, where the current infrastructure stack is being challenged and disrupted by a whole set of new technologies. For instance, in the database market, over 40 startups have received funding over the past 18 months. Severalnines is not building yet another database product, we believe there are already a lot of good technologies available. To manage a database costs 4 times the purchase price, and yet, very few companies are addressing this problem. Severalnines focuses on solutions to address this underserved segment. The founders of the company have a solid background in databases, having been at MySQL since 2003. The company develops a management platform which is database and cloud agnostic.We are database independent since we do not know who, if anybody, will be the next MySQL of the cloud.We are cloud independent, since we do not want to depend on any cloud vendor (e.g. Amazon or Rackspace) to avoid vendor lock-in. After the Amazon EC2 downtime during the Easter break, hundreds of affected companies have realized the importance of this. There is also a commercial aspect for avoiding vendor lock-in. Severalnines enhances productivity of organizations by attacking the biggest cost associated with database systems. We are a Swedish startup, hosted by SICS in Kista. There is also a small but very efficient development capacity in Singapore. Just as MySQL became a major brand and placed Sweden on the global software infrastructure map, we believe Severalnines can become a serious global player in the emerging Cloud space. We are very thankful that an organization like Eurocloud exists, and would like to thank the jury for considering our application. Kind regards,Vinay Joosery Severalnines AB
  32. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  33. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  34. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  35. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  36. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  37. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  38. Dear Jury, Just as the electric grid revolutionized access to electricity 100 years ago, we at Severalnines believe that Cloud Computing will revolutionize IT where organizations will be able to plug into extremely powerful computing resources over the network. We have already seen the beginnings of this new wave, where the current infrastructure stack is being challenged and disrupted by a whole set of new technologies. For instance, in the database market, over 40 startups have received funding over the past 18 months. Severalnines is not building yet another database product, we believe there are already a lot of good technologies available. To manage a database costs 4 times the purchase price, and yet, very few companies are addressing this problem. Severalnines focuses on solutions to address this underserved segment. The founders of the company have a solid background in databases, having been at MySQL since 2003. The company develops a management platform which is database and cloud agnostic.We are database independent since we do not know who, if anybody, will be the next MySQL of the cloud.We are cloud independent, since we do not want to depend on any cloud vendor (e.g. Amazon or Rackspace) to avoid vendor lock-in. After the Amazon EC2 downtime during the Easter break, hundreds of affected companies have realized the importance of this. There is also a commercial aspect for avoiding vendor lock-in. Severalnines enhances productivity of organizations by attacking the biggest cost associated with database systems. We are a Swedish startup, hosted by SICS in Kista. There is also a small but very efficient development capacity in Singapore. Just as MySQL became a major brand and placed Sweden on the global software infrastructure map, we believe Severalnines can become a serious global player in the emerging Cloud space. We are very thankful that an organization like Eurocloud exists, and would like to thank the jury for considering our application. Kind regards,Vinay Joosery Severalnines AB
  39. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  40. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  41. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  42. Dear Jury, Just as the electric grid revolutionized access to electricity 100 years ago, we at Severalnines believe that Cloud Computing will revolutionize IT where organizations will be able to plug into extremely powerful computing resources over the network. We have already seen the beginnings of this new wave, where the current infrastructure stack is being challenged and disrupted by a whole set of new technologies. For instance, in the database market, over 40 startups have received funding over the past 18 months. Severalnines is not building yet another database product, we believe there are already a lot of good technologies available. To manage a database costs 4 times the purchase price, and yet, very few companies are addressing this problem. Severalnines focuses on solutions to address this underserved segment. The founders of the company have a solid background in databases, having been at MySQL since 2003. The company develops a management platform which is database and cloud agnostic.We are database independent since we do not know who, if anybody, will be the next MySQL of the cloud.We are cloud independent, since we do not want to depend on any cloud vendor (e.g. Amazon or Rackspace) to avoid vendor lock-in. After the Amazon EC2 downtime during the Easter break, hundreds of affected companies have realized the importance of this. There is also a commercial aspect for avoiding vendor lock-in. Severalnines enhances productivity of organizations by attacking the biggest cost associated with database systems. We are a Swedish startup, hosted by SICS in Kista. There is also a small but very efficient development capacity in Singapore. Just as MySQL became a major brand and placed Sweden on the global software infrastructure map, we believe Severalnines can become a serious global player in the emerging Cloud space. We are very thankful that an organization like Eurocloud exists, and would like to thank the jury for considering our application. Kind regards,Vinay Joosery Severalnines AB
  43. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  44. Dear Jury, Just as the electric grid revolutionized access to electricity 100 years ago, we at Severalnines believe that Cloud Computing will revolutionize IT where organizations will be able to plug into extremely powerful computing resources over the network. We have already seen the beginnings of this new wave, where the current infrastructure stack is being challenged and disrupted by a whole set of new technologies. For instance, in the database market, over 40 startups have received funding over the past 18 months. Severalnines is not building yet another database product, we believe there are already a lot of good technologies available. To manage a database costs 4 times the purchase price, and yet, very few companies are addressing this problem. Severalnines focuses on solutions to address this underserved segment. The founders of the company have a solid background in databases, having been at MySQL since 2003. The company develops a management platform which is database and cloud agnostic.We are database independent since we do not know who, if anybody, will be the next MySQL of the cloud.We are cloud independent, since we do not want to depend on any cloud vendor (e.g. Amazon or Rackspace) to avoid vendor lock-in. After the Amazon EC2 downtime during the Easter break, hundreds of affected companies have realized the importance of this. There is also a commercial aspect for avoiding vendor lock-in. Severalnines enhances productivity of organizations by attacking the biggest cost associated with database systems. We are a Swedish startup, hosted by SICS in Kista. There is also a small but very efficient development capacity in Singapore. Just as MySQL became a major brand and placed Sweden on the global software infrastructure map, we believe Severalnines can become a serious global player in the emerging Cloud space. We are very thankful that an organization like Eurocloud exists, and would like to thank the jury for considering our application. Kind regards,Vinay Joosery Severalnines AB
  45. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  46. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  47. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  48. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  49. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  50. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  51. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  52. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com
  53. Severalnines has been offering its products free of charge since 2007, while the founders were employed at MySQL. These products are the de-facto standard tools to assist MySQL customers and users in deploying their MySQL clusters. More information about Severalnines at www.severalnines.com