41. 高并发主读系统架构示例
app1 … app2 … app3 … app4 …
App Cluster
write
Master (all data)
同步所有日志
db1 db2 db3 db…
Read DB Cluster : each db with part of all data
41
42. 高并发主读系统架构示例
app1 … app2 … app3 … app4 …
App Cluster
write
Master (all data)
read read
同步所有日志
db1 db2 db3 db…
Read DB Cluster : each db with part of all data
42
43. 高并发主读系统架构示例
app1 … app2 … app3 … app4 …
App Cluster
write
Master (all data)
read read
db1 db2 db3 db…
Read DB Cluster : each db with part of all data
43
44. 高并发主读系统架构示例
app1 … app2 … app3 … app4 …
App Cluster
write
Master (all data)
read read
BinlogSyncer
db1 db2 db3 db…
Read DB Cluster : each db with part of all data
44