Atomicity (database systems)

ID: atomicity-database-systems

Atomicity (database systems) by Ciro Santilli 35 Updated +Created
This means that e.g. if you do an UPDATE query on multiple rows, and power goes out half way, either all update, or none update.
This is different from isolation, which considers instead what can or cannot happen when multiple queries are running in parallel.

New to topics? Read the docs here!