
read uncommitted
one of the weakest consistency models; prohibits only dirty writes but permits dirty reads and other phenomena
“Read uncommitted is rarely used in production due to its extreme permissiveness.”

one of the weakest consistency models; prohibits only dirty writes but permits dirty reads and other phenomena
“Read uncommitted is rarely used in production due to its extreme permissiveness.”