Tag: ACID
3 items found
Glossary Terms
Glossary
ACID (Atomicity, Consistency, Isolation, Durability)
ACID describes Atomicity, Consistency, Isolation, and Durability, the transaction guarantees that keep database writes reliable.
Glossary
Database Transaction
A database transaction groups reads and writes into one unit of work that either commits completely or rolls back safely.
Glossary
PostgreSQL
PostgreSQL is an open-source ACID-compliant relational database that combines SQL, JSON support, indexing, and extensibility.