เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| การจัดการธุรกรรม× | การควบคุมภาวะพร้อมกัน (Concurrency Control)× | |
|---|---|---|
| สาขาวิชา | ระบบสารสนเทศ | ระบบสารสนเทศ |
| ตระกูล | 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ชุดข้อมูล ↗ |
|
|