NoSQL is a non relational, distributed and horizontal scalable database. Unlike relational databases, a vast majority of NoSQL does not provide the guarantee of data consistency even though it is an important property. What type of consistency model would you suggest for a database which has frequent updates, modifications and deletions?
NoSQL is a non-relational, distributed and horizontally scalable database. Unlike relational databases, a vast majority of NoSQL does not provide the guarantee of data consistency even though it is an important property. What type of consistency model would you suggest for a database which has frequent updates, modifications, and deletions?
a.Strong Consistency Model
b.Weak Consistency Model
c.Eventual Consistency Model