Process / pipelineTransaction Control & Data Consistency
並行性制御
並行性制御とは、共有データにアクセスする並行トランザクションがデータベースを破損させないように調整するための一連のメカニズムです。1970年代から1980年代にかけてデータベース理論家によって形式化された並行性制御は、複数の同時トランザクションが、あたかも順次実行されたかのように(直列化可能性)、同じ結果を生み出すことを保証します。
MethodMindで開く近日公開Apply, compare, get guidance
Tools & resources
Learn & explore
動画近日公開
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
手法マップ
関連する手法の近傍 — ノードを選択して探索できます。
出典
- Gray, J. (1981). The transaction concept: Virtues and limitations. VLDB Endowment, 7(6), 519-539. link ↗
- Reed, D. P. (1978). Naming and synchronization in a decentralized computer system. Ph.D. Dissertation, MIT. link ↗
- Papadimitriou, C. H. (1986). The Theory of Database Concurrency Control. Computer Science Press. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Database Concurrency Control and Locking Mechanisms. ScholarGate. https://scholargate.app/ja/information-systems/concurrency-control
どの手法を選ぶ?
この手法を最も近い類縁の手法と並べ、両者を見比べてください — ライブラリは本を机の上に並べるだけ。選ぶのはあなたです。
- トランザクション管理情報システム↔ 比較