Core Concept
Primary Database
It refers to the database used in data insertion, update and deletion. It only supports single primary database for now.
Replica Database
It refers to the database used in data query. It supports multiple replica databases.
Primary Replica Replication
It refers to the operation to asynchronously replicate data from the primary database to the replica database. Because of the asynchrony of primary-replica synchronization, there may be short-time data inconsistency between them.
Load Balance Strategy
Through this strategy, queries separated to different replica databases.
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .