For the complete documentation index, see llms.txt. This page is also available as Markdown.

READ UNCOMMITTED

Set the transaction isolation level to READ UNCOMMITTED. This lowest isolation level allows dirty reads, where a transaction can see uncommitted changes.

READ UNCOMMITTED is one of the transaction isolation levels. SELECT statements are performed in a non-locking fashion, but a possible earlier version of a row might be used.

See Isolation Levels for details.

This page is licensed: CC BY-SA / Gnu FDL

spinner

Last updated

Was this helpful?