Primary-Replica - CI/CD用語集の定義
Primary-replica トポロジでは、1 つのノード(primary)がすべての書き込みを受け付け、読み取りを処理する 1 つ以上の replica にそれをストリームします。failover は primary が停止したときに replica を昇格させます。
関連ガイド
Read Replica - CI/CD Glossary DefinitionA read replica is a copy of a database that serves read-only queries, offloading traffic from the primary and…
Replication Lag - CI/CD Glossary DefinitionReplication lag is the delay between a write committing on the primary database and that change appearing on…
Sharding (DB) - CI/CD Glossary DefinitionDatabase sharding splits one logical dataset across multiple machines by a shard key, so each node holds only…