手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| トランザクション管理× | 並行性制御× | |
|---|---|---|
| 分野 | 情報システム | 情報システム |
| 系統 | Process / pipeline | Process / pipeline |
| 提唱年≠ | 1981 | 1978 |
| 提唱者≠ | Jim Gray and others (IBM) | Jim Gray and David Reed |
| 種類≠ | Database reliability mechanism | Database coordination mechanism |
| 原典 | Gray, J. (1981). The transaction concept: Virtues and limitations. VLDB Endowment, 7(6), 519-539. link ↗ | Gray, J. (1981). The transaction concept: Virtues and limitations. VLDB Endowment, 7(6), 519-539. link ↗ |
| 別名 | ACID transactions, transaction control | locking, MVCC |
| 関連 | 1 | 1 |
| 概要≠ | Transaction management is the mechanism by which database systems ensure reliable execution of multiple interdependent operations as atomic units. Formalized by Jim Gray and colleagues in the 1980s, transactions guarantee ACID properties (Atomicity, Consistency, Isolation, Durability) that protect data integrity even in the face of failures and concurrent access. | Concurrency control is the set of mechanisms used to coordinate concurrent transactions accessing shared data without corrupting the database. Formalized by database theorists in the 1970s-1980s, concurrency control ensures that multiple simultaneous transactions produce the same result as if they executed sequentially (serializability). |
| ScholarGateデータセット ↗ |
|
|