タイプ: enum
デフォルト: read committed
コンテキスト: user
再起動: false
値: [serializable, repeatable read, read committed, read uncommitted]

SQLトランザクションはそれぞれ、read uncommittedread committedrepeatable read、またはserializableのいずれかの隔離レベルを持ちます。このパラメータは各新規トランザクションのデフォルトの隔離レベルを制御します。デフォルトはread committedです。

より詳細は mvcc および sql-set-transaction を調べてください。

推奨事項 [EN]

Relates to transaction_isolation. Better set on a session or transaction basis as transaction_isolation in order to support specific types of transaction conflict resolution.

件のコメント