Skip to main content

NO_DEFERRABLE_ON_READ

Static NO_DEFERRABLE_ON_READ 

Source
static NO_DEFERRABLE_ON_READ: AtomicBool
Expand description

When set to true, read transactions begin with SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, READ ONLY (no DEFERRABLE), so they start immediately instead of waiting for a safe serializable snapshot.