在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。
微信红包封面2025

Optimistic concurrency control

查词链接:https://www.zzcmix.top/dict/optimistic_concurrency_control复制链接
乐观并发控制:乐观并发控制(OCC)是关系数据库管理系统中的一种并发控制方法。它假设多个并发事务在处理时不会相互影响,每个事务可以在不加锁的情况下处理自己所影响的数据。在提交数据更新之前,每个事务会检查在读取数据后是否有其他事务对该数据进行了修改。如果有其他事务进行了更新,正在提交的事务将会回滚。
查看英英释义
abstract:
Optimistic concurrency control (OCC) is a concurrency control method for relational database management systems that assumes that multiple transactions can complete without affecting each other, and that therefore transactions can proceed without locking the data resources that they affect. Before committing, each transaction verifies that no other transaction has modified its data.

网络释义
乐观并发控制
乐观并发控制(Optimistic Concurrency Control):在提交当前事务之前,首先查看即将更新的记录是否被别的事务所改变的一种技术。
并发控制
...学》2005年硕士论文 时间戳排序DTO(Distributed Time Ordering) 59-60 5.2.3 乐观式并发控制(Optimistic Concurrency Control,OCC) 60-61 5.2.4 动态调整的乐观式并发控制协议(Optimistic Concurren..
常用短语
更多常用短语
* 以上查询结果来自于网络,仅供参考。
正在查询...