Why use a READ UNCOMMITTED isolation level?
stackoverflow.com
Why use a READ UNCOMMITTED isolation level?
You don’t need to avoid these questions 100% of the time. They aren’t exactly toxic. It’s just that the responses are useless. The mistake is in valuing the answers, not in asking the questions. In fact, sometimes these questions can help you transition into more concrete questioning.
数据库基本支持五种标准 SQL 事务级别:未提交读取、已提交读取、可重复读取、快照隔离和可序列化
#database #transaction