Why use a READ UNCOMMITTED isolation level?
stackoverflow.com
Why use a READ UNCOMMITTED isolation level?
Slaves are therefore read-only from the application's point of view while a master is read-write.
If R = 1 and W = N, we optimize for fast read. If W = 1 and R = N, we optimize for fast write. Durability is not guaranteed in the presence of failures.