MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal...

14
MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

Transcript of MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal...

Page 1: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

MySQL for MongoDB DBAs

Alexander Rubin Principal Architect, Percona May 29, 2015

Page 2: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

About Me

• Working with MySQL for over 10 years – Started at MySQL AB, then Sun Microsystems, then Oracle (MySQL Consulting) – Joined Percona 2 years ago

https://www.linkedin.com/in/alexanderrubin

Page 3: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

My S-Q-L not "My Sequel”Everyone is using MySQL for at least some project?

Page 4: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

/etc/my.cnf• Single config file: /etc/my.cnf or /etc/mysql/my.cnf • https://tools.percona.com/wizard

Page 5: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

“Storage Engines”

••MMAPv1 ••WiredTiger ••TokuMX

••MyISAM •• InnoDB ••TokuDB

Your choice

Page 6: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

HA and Scale-out

••Replication

••Sharding

••Replication/XtraDB cluster

••Sharding* (different solutions)

Page 7: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

MySQL ReplicationSimilar to MongoDB replication

Database

Master Server

Database

Slave Server

MySQL Replication

Search

Reporting

Etc

Database

Slave Server

Database

Slave Server

Database

Slave Servers

Load Balancer

Database

Master Server

Database

Master Server

Database

Slave Server

Database

Slave Server

MySQL Replication

Search

Reporting

Etc

Database

Slave Server

Database

Slave Server

Database

Slave Server

Database

Slave Server

Database

Slave Servers

Database

Slave Servers

Load BalancerLoad Balancer

No automatic failover by default

Page 8: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

Inside MySQL Replication

Web/AppServerWeb/AppServer

Writes & Reads

MySQL Master

I/O Thread

SQL Thread

Writes

relay binlog

MySQL Slave

mysqld

data

index & binlogs

mysqld

databinlogReplication

Page 9: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

MySQL Replication TopologiesMaster > Slave

Masters > Slave (Multi-Source)

Master < > Master (Multi-Master)

Master > Slaves

Circular (Multi-Master)

Master > Slave > Slaves

Page 10: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

Percona XtraDB Cluster

• Scale reads • Provides HA • Does NOT

scale writes

Page 11: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

HA and Scale-out

••w: 1

••~ w: 2

••~ w: 3, j: true (on all nodes)

••Replication (default)

••~ Semi-sync (with 1 slave)

••~ Percona XtraDB Cluster

Page 12: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

MySQL Sharding options

• No default solution everyone is using • Custom solutions • MySQL Fabric, open-source

http://dev.mysql.com/doc/mysql-utilities/1.5/en/fabric.html Beta version

• MaxScale, open-source https://mariadb.com/products/mariadb-maxscale

• Other enterprise Sharding solutions

Page 13: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

More Info

• docs.mongodb.org

• Mtools/mongostat

• MMS

••Dev.mysql.com

••Percona Toolkit (https://www.percona.com/software/percona-toolkit)

••cloud.percona.com

Page 14: MySQL for MongoDB DBAs - Percona€¦ · MySQL for MongoDB DBAs Alexander Rubin Principal Architect, Percona May 29, 2015

www.percona.com

Thank you!

https://www.linkedin.com/in/alexanderrubin

Alexander Rubin