What is CAP theorem in MongoDB?
What is CAP theorem in MongoDB? The CAP theorem states that a distributed system can provide only two of three desired properties: consistency, availability, and partition tolerance. Consistency (C): Every client sees the same data. Every read receives the data from the most recent write. Is CAP theorem still valid? Read more…