Note that changing this default may have significant impact on performance. For most mixed-use deployments, the unset default of READ COMMITTED should be left unchanged.
Transaction isolation may always be changed for individual SQL sessions.
SPARQL does not support transaction isolation adjustments at the session level, so users focused on RDF interaction may need to adjust this to, for instance, REPEATABLE READ or other setting in the table below.
[Parameters] ServerPort = 1111 DisableUnixSocket = 1 ;SSLServerPort = 2111 ... DefaultIsolation = 4 ...
Numeric Value | Transaction Isolation Level |
---|---|
unset | as if set to 2, READ COMMITTED |
1 | READ UNCOMMITTED |
2 | READ COMMITTED |
4 | REPEATABLE READ |
8 | SERIALIZABLE |
DefaultIsolation = 1 ; READ UNCOMMITTED