snori
snori
Log in
DE EN

The AI glossary Databases & search

Transaction (Database)

Transaktion (Datenbank)

A transaction is a group of database operations treated as an indivisible unit — either all the changes it contains are successfully applied, or none of them are, if an error occurs. This prevents inconsistent intermediate states.

Source: PostgreSQL — Transactions documentation

← Back to the glossary