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?

Q & ANoSQL 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?
Admin Staff asked 4 years ago

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

1 Answers
Admin Staff answered 4 years ago

a.Strong Consistency Model