Top Banner
An intr oduction to MySQL ! Murilo Capanema - 2015
11
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: An introduction to MySQL

An introduction to MySQL !

Murilo Capanema - 2015

Page 2: An introduction to MySQL

Who Am I?GitHub: mcapanema

LinkedIn: https://br.linkedin.com/in/mcapanema

BankFacil (We are Hiring!)

Murilo Capanema - 2015

Page 3: An introduction to MySQL

Agenda

4 Some MySQL basics

4 MySQL Environment

4 MySQL Storage Engines

4 MySQL Replication

4 MySQL Alternatives

4 BonusMurilo Capanema - 2015

Page 4: An introduction to MySQL

Some MySQL basics

4 Use the standard paths

4 Separate the writing of the data from the OS

4 Enable logs

4 Monitor it

4 Have a backup strategy

4 Take real a good care of your indexes and schemaMurilo Capanema - 2015

Page 5: An introduction to MySQL

MySQL Environment

4 Check your network tunings

4 Check your CPU tunings

4 Check your disk tunings

4 Check your database configuration

Murilo Capanema - 2015

Page 6: An introduction to MySQL

MySQL Storage Engines

4 BLACKHOLE

4 MEMORY

4 MyISAM

4 InnoDB

4 XtraDB

Murilo Capanema - 2015

Page 7: An introduction to MySQL

MySQL Replication

4 row-based replication

4 statement-based replication

Murilo Capanema - 2015

Page 8: An introduction to MySQL

MySQL Alternatives

4 Percona fork

4 MariaDB

Murilo Capanema - 2015

Page 9: An introduction to MySQL

Bonus

4 EXPLAIN

4 PROCEDURE ANALYSE

Murilo Capanema - 2015

Page 10: An introduction to MySQL

Further Reading4 The MySQL “swap insanity” problem and the effects of the NUMA architecture

4 Understanding How MySQL Works by Understanding Metadata part I

4 Understanding How MySQL Works by Understanding Metadata part II

Murilo Capanema - 2015

Page 11: An introduction to MySQL

FinGitHub: mcapanema

LinkedIn: https://br.linkedin.com/in/mcapanema

Seriously We are Hiring!Murilo Capanema - 2015