Changes

Jump to: navigation, search

PostgreSQL Adapter Project - Resources

362 bytes added, 13:00, 2 December 2010
Database
: ACID
::In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties that guarantee database transactions are processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even though that might involve multiple changes (such as debiting one account and crediting another), is a single transaction. [http://en.wikipedia.org/wiki/ACID]
: MVCC
:: Multiversion concurrency control (abbreviated MCC or MVCC), in the database field of computer science, is a concurrency control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional memory.[http://en.wikipedia.org/wiki/Multiversion_concurrency_control]
===Persistence===
1
edit

Navigation menu