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

READ COMMITTED

Set the transaction isolation level to READ COMMITTED. In this mode, each query within a transaction sees only data committed before the query began.

READ COMMITTED is one of the transaction isolation levels. Each consistent read, even within the same transaction, sets and reads its own fresh snapshot.

See Isolation Levels for details.

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

spinner

Last updated

Was this helpful?