Your Guide to MySQL (no "NoSQL" stuff)

20
Your Guide to MySQL (no “NoSQL” stuff)

description

A tour of modern MySQL problem solutions. This isn't NoSQL, not at all!

Transcript of Your Guide to MySQL (no "NoSQL" stuff)

Page 1: Your Guide to MySQL (no "NoSQL" stuff)

Your Guide to MySQL (no

“NoSQL” stuff)

Page 2: Your Guide to MySQL (no "NoSQL" stuff)

A consistent transactional datastore with schema guarantees that uses

relational algebra to access normalized tables.

Page 3: Your Guide to MySQL (no "NoSQL" stuff)

It has ubiquitous accessor classes and a deep bench of

skilled architects, developers, and operations staff.

Page 4: Your Guide to MySQL (no "NoSQL" stuff)

Slow?

Page 5: Your Guide to MySQL (no "NoSQL" stuff)

Replication!

Write Master Read Slave

Page 6: Your Guide to MySQL (no "NoSQL" stuff)

Still Slow?

Page 7: Your Guide to MySQL (no "NoSQL" stuff)

More replication!

Lots of Read Slaves!

Page 8: Your Guide to MySQL (no "NoSQL" stuff)

Still Slow?

Page 9: Your Guide to MySQL (no "NoSQL" stuff)

memcached!

Page 10: Your Guide to MySQL (no "NoSQL" stuff)

Still Slow? Too Big?

Page 11: Your Guide to MySQL (no "NoSQL" stuff)

Shard!

Page 12: Your Guide to MySQL (no "NoSQL" stuff)

Bottlenecked?

Page 13: Your Guide to MySQL (no "NoSQL" stuff)

slaves of slavesbigger server

RAIDSSD

faster switch

Page 14: Your Guide to MySQL (no "NoSQL" stuff)

HA?!

Page 15: Your Guide to MySQL (no "NoSQL" stuff)

DRBD!RAID!

Slave promotion!

Page 16: Your Guide to MySQL (no "NoSQL" stuff)

Can’t ALTER TABLE?!

Page 17: Your Guide to MySQL (no "NoSQL" stuff)

JSON E-Blob

Page 18: Your Guide to MySQL (no "NoSQL" stuff)

A consistent transactional datastore with schema guarantees that uses

relational algebra to access normalized tables.

Page 19: Your Guide to MySQL (no "NoSQL" stuff)

It has ubiquitous accessor classes and a deep bench of

experienced architects, developers, and operations.

Page 20: Your Guide to MySQL (no "NoSQL" stuff)

But at least it’s not NoSQL