質問 Hiroshi Sato · 2020年8月26日 InterSystems製品のIsolation レベルについて教えてください。 #Caché #InterSystems IRIS 00 1 0 1 34
Hiroshi Sato · 2020年8月26日 SQL92では以下の4つのIsolation レベルを定義しています。 1. Read Uncommitted2. Read Committed3. Repeatable Read4. Serializable InterSystems SQLでは、 1. Read Uncommitted と 2. Read Committed をサポートして おり、デフォルトのIsolation レベルは Read Uncommitted です。
SQL92では以下の4つのIsolation レベルを定義しています。
1. Read Uncommitted
2. Read Committed
3. Repeatable Read
4. Serializable
InterSystems SQLでは、 1. Read Uncommitted と 2. Read Committed をサポートして おり、デフォルトのIsolation レベルは Read Uncommitted です。