Transaction Management

From BaseX Documentation
Revision as of 16:38, 9 December 2010 by Michael (talk | contribs)
Jump to navigation Jump to search

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.