Read Replica - CI/CD用語集の定義
read replicaは読み取り専用クエリを処理するデータベースの複製で、primaryから読み取りをオフロードします。
read replicaは、primaryから変更を受け取り読み取り専用クエリを処理するデータベースの複製で、読み取り負荷をprimaryから分散させます。
マイグレーション中、replicaはschemaの変更を遅れて適用します。replicaの追いつきを待つpipelineは、replicaがまだ持っていないschemaを提供してしまうのを避けられます。
関連ガイド
Eventual Consistency - CI/CD Glossary DefinitionEventual Consistency: Eventual consistency is a model where replicas may briefly disagree after a write but c…
Write-Ahead Log - CI/CD Glossary DefinitionWrite-Ahead Log: A write-ahead log (WAL) records changes to durable storage before applying them to the datab…
Failover - CI/CD Glossary DefinitionFailover: Failover is the automatic or manual switch to a standby system when the primary fails, so service c…