Replication Lag - CI/CD用語集の定義
Replication lag は、primary への書き込みが replica に伝播するまでにかかる時間です。遅れている 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…
Primary-Replica - CI/CD Glossary DefinitionPrimary-replica is a topology where one node accepts writes and replicates them to read-only replicas - the b…
BASE - CI/CD Glossary DefinitionBASE describes the relaxed consistency of many NoSQL stores: basically available, soft state, eventually cons…