What’s ACID?

Monday, June 15, 2009 4:30

Automicity – transactions are atomic and should be treated as one in case of rollback.
Consistency – the database should be in consistent state between multiple states in transaction.
Isolation – no other queries can access the data modified by a running transaction.
Durability – system crashes should not lose the data.

  • Share/Bookmark
You can leave a response, or trackback from your own site.

Leave a Reply