Revision as of 05:29, 12 January 2007 edit100110100 (talk | contribs)5,424 editsNo edit summary← Previous edit | Revision as of 15:25, 16 March 2007 edit undoComps (talk | contribs)4,217 editsm link to SerializabilityNext edit → | ||
Line 2: | Line 2: | ||
* '''Serialization''' is publication or broadcasting in ] form. | * '''Serialization''' is publication or broadcasting in ] form. | ||
* In ] ]s, ''' |
* In ] ]s, '''transaction serialization''' is a technique of ] in which concurrent ]s are processed as though they had been issued one at a time. A ] schedule over a set S of committed transactions is a schedule whose effect on any consistent database instance is guaranteed to be identical to that of some complete serial schedule over S. That is, the database instance that results from executing the given schedule is identical to the database instance that results from executing the transactions in some serial order. | ||
* In ], ''']''' is the encoding of ]s as sequences of ]s. | * In ], ''']''' is the encoding of ]s as sequences of ]s. | ||
Revision as of 15:25, 16 March 2007
Serialization or serialisation has several meanings:
- Serialization is publication or broadcasting in serial form.
- In computer databases, transaction serialization is a technique of concurrency control in which concurrent database transactions are processed as though they had been issued one at a time. A serializable schedule over a set S of committed transactions is a schedule whose effect on any consistent database instance is guaranteed to be identical to that of some complete serial schedule over S. That is, the database instance that results from executing the given schedule is identical to the database instance that results from executing the transactions in some serial order.
- In computer science, serialization is the encoding of data structures as sequences of bytes.
If an internal link led you here, you may wish to change the link to point directly to the intended article. Category: