
strong serializability
strengthens serializability by requiring the apparent transaction order to match real-time order
strong serializability in a sentence
“Strong serializability combines linearizability with serializability for the strictest correctness.”
Related Words
strong session serializability
strengthens serializability by additionally prohibiting session phenomena within each process
strong snapshot isolation
strengthens snapshot isolation by additionally prohibiting real-time phenomena
writes follow reads
reading a value seals the past; later writes must take effect after the writes that were observed
high availability
an inconsistently defined term meaning either majority availability or total availability depending on context
total availability
every non-faulty node executes any operation even in the presence of node or network failures
majority availability
operations execute when nodes comprise a majority and can communicate with one another