We are working to restore the Unionpedia app on the Google Play Store
OutgoingIncoming
🌟We've simplified our design for better navigation!
Instagram Facebook X LinkedIn
Your own Unionpedia with your logo and domain, from 9.99 USD/month
Create my Unionpedia

Commit (data management)

Index Commit (data management)

In computer science and data management, a commit is the making of a set of tentative changes permanent, marking the end of a transaction and providing Durability to ACID transactions. [1]

Table of Contents

  1. 12 relations: ACID, Atomic commit, Commit (data management), Computer science, Data management, Database transaction, Relational database, Rollback (data management), Savepoint, SQL, Three-phase commit protocol, Two-phase commit protocol.

ACID

In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. Commit (data management) and ACID are database management systems and transaction processing.

See Commit (data management) and ACID

Atomic commit

In the field of computer science, an atomic commit is an operation that applies a set of distinct changes as a single operation. Commit (data management) and atomic commit are transaction processing.

See Commit (data management) and Atomic commit

Commit (data management)

In computer science and data management, a commit is the making of a set of tentative changes permanent, marking the end of a transaction and providing Durability to ACID transactions. Commit (data management) and commit (data management) are computer science stubs, data management, database management systems, SQL and transaction processing.

See Commit (data management) and Commit (data management)

Computer science

Computer science is the study of computation, information, and automation.

See Commit (data management) and Computer science

Data management

Data management comprises all disciplines related to handling data as a valuable resource, it is the practice of managing an organization's data so it can be analyzed for decision making.

See Commit (data management) and Data management

Database transaction

A database transaction symbolizes a unit of work, performed within a database management system (or similar system) against a database, that is treated in a coherent and reliable way independent of other transactions. Commit (data management) and database transaction are data management, database management systems and transaction processing.

See Commit (data management) and Database transaction

Relational database

A relational database (RDB) is a database based on the relational model of data, as proposed by E. F. Codd in 1970. Commit (data management) and relational database are database management systems.

See Commit (data management) and Relational database

Rollback (data management)

In database technologies, a rollback is an operation which returns the database to some previous state. Commit (data management) and rollback (data management) are database management systems and transaction processing.

See Commit (data management) and Rollback (data management)

Savepoint

A savepoint is a way of implementing subtransactions (also known as nested transactions) within a relational database management system by indicating a point within a transaction that can be "rolled back to" without affecting any work done in the transaction before the savepoint was created. Commit (data management) and savepoint are data management, database management systems and transaction processing.

See Commit (data management) and Savepoint

SQL

Structured Query Language (SQL) (pronounced S-Q-L; historically "sequel") is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). Commit (data management) and SQL are database management systems.

See Commit (data management) and SQL

Three-phase commit protocol

In computer networking and databases, the three-phase commit protocol (3PC) is a distributed algorithm which lets all nodes in a distributed system agree to commit a transaction. Commit (data management) and three-phase commit protocol are transaction processing.

See Commit (data management) and Three-phase commit protocol

Two-phase commit protocol

In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC, tupac) is a type of atomic commitment protocol (ACP). Commit (data management) and two-phase commit protocol are data management and transaction processing.

See Commit (data management) and Two-phase commit protocol

References

[1] https://en.wikipedia.org/wiki/Commit_(data_management)

Also known as COMMIT (SQL), Commit log.