NoSQL Flashcards
1
Q
Eventual Consistency:
What is eventual consistency?
A
2
Q
CAP Theorem:
Brewer’s Theorem, most commonly known as the CAP theorem, states that in the presence of a network partition (the P in CAP), a system’s designer has to choose between consistency (the C in CAP) and availability (the A in CAP). Can you think about examples of CP, AP, and CA systems?
A
3
Q
NoSQL:
How would you explain the recent rise in interest in NoSQL?
A
4
Q
NoSQL and Scalability:
How does NoSQL tackle scalability challenges?
A
5
Q
Document and Relational DBs:
When would you use a document database like MongoDB instead of a relational database like MySQL or PostgreSQL?
A