serializable
- adjective
- /ˈsɪəriəˌlaɪzəbl/
- Specialized
- 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
Morphology
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.