Skip to main content
serializable

serializable

8.0
Arranged so running operations together gives the same result as running them one by one
  • adjective
  • /ˈsɪəriəˌlaɪzəbl/
  • Specialized
translation icon : serializable
  • To ensure data integrity, the banking system requires that all transactions be serializable to avoid inconsistencies.

Examples

  • When using the serializable isolation level, each transaction is processed as if it were the only transaction in the system.

  • It is possible to have rogue application connections come into the database and request a very restrictive isolation level (say serializable).

    Blog text (15)
  • In database design, a serializable schedule guarantees that transactions are executed in a way that does not violate the ACID properties.

Surface Forms

serializable positive

Morphology

serializable = serialize (semi-transparent) = serial + ize + able

Morphologically regular (serialize + -able), but the database sense is technical and may not be inferable to non-technical learners.

Etymology

Serializable uses serial ('one after another') and -able ('can be done'). In databases, a schedule or set of transactions is serializable when it can be seen as if each action happened one at a time, so the word shows that keeping a clear order gives the correct result.