Serializability is a concept from database management and concurrent computing that ensures that the outcome of executing a set of transactions is equivalent to some serial execution of those transactions. This means that the result of concurrent transactions should be the same as if those transactions had been executed one after the other (in some sequential order), without overlapping.

Articles by others on the same topic (0)

There are currently no matching articles.