BASE - CI/CD用語集の定義
BASE(Basically Available、Soft state、Eventual consistency)は、多くの分散 NoSQL ストアの背後にある設計思想であり、厳密な ACID 保証をより高い可用性と分断耐性と引き換えにします。
関連ガイド
ACID - CI/CD Glossary DefinitionACID - atomicity, consistency, isolation, durability - are the four guarantees a transactional database makes…
Replication Lag - CI/CD Glossary DefinitionReplication lag is the delay between a write committing on the primary database and that change appearing on…
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…