Tencent / phxsql

A high availability MySQL cluster that guarantees data consistency between a master and slaves.
Other
2.47k stars 558 forks source link

求解答 #171

Open Azure1029 opened 5 years ago

Azure1029 commented 5 years ago

提个问题哈 client提交read-only请求的时候,如果提交的是尚未同步master数据的salve机器 是否出现了脏读?拓展开来,phxsql的的slave是否只能提供容灾,而不能分摊查询(读写强一致的场景),因为所有的读都要经过master。