Difference between revisions of "Transaction Management"

From BaseX Documentation
Jump to navigation Jump to search
(Created page with "==ACID Properties== *Atomicity *Consitency *Isolation *Durability ==Locking mechanism== Each incoming transaction is classified into read-only or writing transaction. After th...")
 
Line 11: Line 11:
 
After this classification a transaction monitor decides if a transaction
 
After this classification a transaction monitor decides if a transaction
 
can immediately start or has to wait for the end of other active transactions.
 
can immediately start or has to wait for the end of other active transactions.
 +
 +
[[Category:Server]]

Revision as of 17:38, 9 December 2010

ACID Properties

  • Atomicity
  • Consitency
  • Isolation
  • Durability

Locking mechanism

Each incoming transaction is classified into read-only or writing transaction. After this classification a transaction monitor decides if a transaction can immediately start or has to wait for the end of other active transactions.