Data Consistency In The NoSQL World
Introduction
First of all, we have to define what is data consistency, Given that you update a record x with a new value every subsequent read for the same record should display the new value not the old value.
Consistency In SQL
In the SQL world, da...
khaled-osama.hashnode.dev8 min read