タイプ: | enum |
デフォルト: | read committed |
コンテキスト: | user |
再起動: | false |
値: | [serializable, repeatable read, read committed, read uncommitted] |
SQLトランザクションはそれぞれ、read uncommitted、read committed、repeatable 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.
On StackOverflow
- Very slow Django: Multiple "SHOW default_transaction_isolation" calls in log
- Django showing data from previous days
- postgres - cannot drop database using psycopg2
- Intermittent Deadlock with Django LiveServerTestCase, Selenium, and Postgres
- How to fix an error Plone RelStorage using AWS RDS Read replica by psycopg2