[计] 可串行性
... 可处理型记分卡 processable scored card 可串行性 serializability 可串行性理论 serializability theory ...
可串行化
因为这些事务一 般在一个本地网络中进行,处理时间比较短,所以用加锁的方式实现 可串行化 ( Serializability )是可接受的,并且广泛用于传统的数据库管理系统中。
串行化
串行化(Serializability): 按照两个操作的先后顺序依次执行。(ACID)
一致性或可串行性
冲突可串行化
视图可串行化 ; 可串行化
In concurrency control of databases, transaction processing (transaction management), and various transactional applications (e.g., transactional memory and software transactional memory), both centralized and distributed, a transaction schedule is serializable if its outcome (e.g., the resulting database state) is equal to the outcome of its transactions executed serially, i.e., sequentially without overlapping in time. Transactions are normally executed concurrently (they overlap), since this is the most efficient way. Serializability is the major correctness criterion for concurrent transactions' executions. It is considered the highest level of isolation between transactions, and plays an essential role in concurrency control. As such it is supported in all general purpose database systems. Strong strict two-phase locking (SS2PL) is a popular serializability mechanism utilized in most of the database systems (in various variants) since their early days in the 1970s.Serializability theory provides the formal framework to reason about and analyze serializability and its techniques. Though it is mathematical in nature, its fundamentals are informally (without mathematics notation) introduced below.
点击反馈