BASE - Definição do Glossário de CI/CD
BASE (Basically Available, Soft state, Eventual consistency) é a filosofia de design por trás de muitos armazenamentos NoSQL distribuídos, trocando garantias ACID estritas por maior disponibilidade e tolerância a partições.
Guias relacionados
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…