CONTENTS
ABOUT MYSQL CLUSTER 7.5
0.1 About the author Mikael Ronstrőm
0.2 Purpose of the book
I. WHEN TO USE MYSQL CLUSTER
1 WHAT IS SPECIAL WITH MYSQL CLUSTER
1.1 AlwaysOn for reads and writes
1.2 Global solution for replication
1.3 Consistency of data in large clusters
1.4 High read and write Scalability
1.5 Predictable response time
1.6 Base platform for data storage
1.7 Multi-dimensional scaling
1.8 Non-blocking 2PC transaction protocol
1.9 Global checkpoints
1.10 Automatically Parallelised and Distributed Queries
2 RATIONALE FOR MYSQL CLUSTER
2.1 Separation of Data Server and Query Server
2.2 Predictable response time requirements
2.3 MySQL Cluster and multi-core architectures
2.4 Shared nothing architecture
2.5 MySQL Cluster and the CAP theorem
2.6 OLTP, OLAP and relational models
2.7 Data storage requirements
3 USE CASES FOR MYSQL CLUSTER
3.1 Networking applications
3.2 Telecom servers
评论