Scenario: A social media platform needs to ensure that all users see the most recent posts made by their friends. Which consistency model would you recommend for their NoSQL database?
- Bounded Staleness
- Causal Consistency
- Eventual Consistency
- Strong Consistency
For a social media platform prioritizing consistency, Strong Consistency is recommended. This ensures that all users see the most recent posts made by their friends without any delay or inconsistency across different nodes of the database.
Loading...
Related Quiz
- Data partitioning can lead to _______ as data access may involve multiple partitions.
- Scenario: A transportation company wants to model its network of routes and stops for optimizing logistics and route planning. Which database technology would be best suited for representing this data structure and performing efficient traversal queries?
- Which stage of database development involves transforming a high-level conceptual model into a detailed physical model?
- Which operation is used for summarization in SQL?
- _______ is the highest level of normalization that a relational database can achieve.