• 数据锁定技术用户数据系统极其重要技术。

    The technology of locking data is most important for the system of multiple users database.

    youdao

  • 带着这样思想,我们可以避免事务处理一开始就锁定数据

    With this kind of thinking, locking the data in the beginning of the transaction can be avoided.

    youdao

  • 如果使用悲观会话锁定通常用于阻止其他用户进行更新,而不是阻止锁定数据的读取。

    If pessimistic session locking is used, it should generally only be used to block other users from updating; it should not block reads of the locked data.

    youdao

  • 主动成员尝试访问故障成员锁定数据应用程序短暂地处于锁定等待状态默认情况下不会接受任何错误

    Applications on active members trying to access the locked data on the failing member will be briefly in a lock-wait state, and by default will not receive any errors.

    youdao

  • 尝试访问出错成员锁定数据时,活跃成员上的应用暂时处于锁定等待状态而且默认情况下他们不会收到任何错误

    Applications on active members trying to access the locked data on the failing member are briefly in a lock-wait state, and by default they do not receive any errors.

    youdao

  • 方式指定拥有者所允许访问类型以及锁定数据资源并发用户许可的访问类型。

    Mode: Specifies the type of access allowed for the lock owner as well as the type of access permitted for concurrent users of the locked data resource.

    youdao

  • 悲观会话通常写入锁,它们允许其他用户读取锁定数据除非遇到不能读取的情况

    Pessimistic session locks should generally be write locks; they should let other users read the locked data, unless there is a very strong case to not do so.

    youdao

  • 这些数据锁定时间因此使用时需谨慎

    This data can be "locked" for a substantial time period, so should be used judiciously.

    youdao

  • 但是这种方法效率高,无论是编程时间还是同时发生多个数据锁定数据利用率来说。

    However, this is not efficient, either in programming time or in utilization of the database if multiple database locks could be held at one time.

    youdao

  • 对象标识锁定数据资源

    Object: Identifies the data resource that is being locked.

    youdao

  • 锁定数据管理器用控制多个应用程序并发访问数据数据机制

    Locking is the mechanism that the database manager USES to control concurrent access to data in the database by multiple applications.

    youdao

  • 4中,数据服务中枢”,其中存在某种类型延迟数据中的锁定争用网络问题

    Within Figure 4, the database service is a "backbone" and is experiencing some sort of latency, such as lock contention in the database or network issues.

    youdao

  • 本文概要介绍了DB 2UD b数据移动工具锁定行为概述运行这些工具时,数据并发访问如何管理

    This article Outlines the locking behavior of the DB2 UDB data movement utilities, and provides an overview of how concurrent access to data is managed while these utilities are running.

    youdao

  • 保持数据完整性的同时它们控制数据访问在内部当前事务数据锁定进行管理

    They control access to the back-end data and internally manage current transactions and database locking while preserving data integrity.

    youdao

  • 大小指定锁定数据资源部分物理大小。

    Size: Specifies the physical size of the portion of the data resource that is being locked.

    youdao

  • 而间接产生数据(比如日志数据)与锁定无关,因此不在任务的范围内。

    Data indirectly created as a side effect (e.g., log data) falls outside of this mission, as it isn't particularly relevant to lock-in.

    youdao

  • 使用手机数据可以帮助锁定广告本地服务进行等级划分。

    Mining cell phone data could help target ads and rank local services.

    youdao

  • 数据访问通常对被查询数据进行锁定数据更新后会变成更新锁定

    The normal behaviour of a database access is to get a read lock on the queried data, which gets transformed into an update lock if data is updated.

    youdao

  • Walrus现有版本提供一致数据对象锁定

    The current version of Walrus offers inconsistent data and no object locking.

    youdao

  • POSIX通过 pthread_mutex数据类型提供锁定同步支持

    POSIX provides locking and synchronization support through the pthread_mutex data type.

    youdao

  • 隔离级别决定访问数据数据如何锁定的、如何与其他进程隔离的。

    An isolation level determines how data is locked or isolated from other processes while the data is being accessed. Following are details about the different isolation levels.

    youdao

  • 帐户数据记录锁定(取决于数据管理系统可能锁定多个余额)。

    The database record (s) for that account is locked (depending on the database management system, more than just a single balance might be locked).

    youdao

  • 结果是:处理数据锁定同步方案非常复杂,若不考虑数据锁定与同步问题又会失去数据完整性

    This often results in highly complex schemes to deal with database locking and concurrency, or alternatively, loss of data integrity when these issues are not considered.

    youdao

  • 使用支持功能联合服务器时,需要数据锁定策略进行仔细分析,避免系统性能造成负面影响

    When using federation servers that support this functionality, they need to be carefully analyzed on their database locking strategies to avoid negative impact to the performance of source systems.

    youdao

  • 正如前面提到的那样,EJB组件控制后台数据访问管理着当前事务数据内部锁定

    As mentioned previously, the EJB components control the access to the back-end data and manage the current transactions and database locking internally.

    youdao

  • 编校服务器连接ECM服务器存储(数据存储)时,锁定存储库。

    When the redaction server is connected to the repositories (the data store) on the ECM servers it locks the repositories.

    youdao

  • 容器目标数据接受最低锁定装载数据

    The container will load the data with the weakest lock available for the targeted database.

    youdao

  • 由于执行上的依赖数据中的锁定影响到整个应用

    Due to execution dependencies, a lock-up in the database could impact the application.

    youdao

  • 使用专业数据解决方案,可以通过数据引擎解决锁定数据损坏问题

    With a professional database solution, the problems of locking and corruption are resolved by the database engine.

    youdao

  • 导致许多问题,如数据完整性锁定策略以及数据人员所熟知的一些问题。

    That leads to many issues of data integrity, locking strategies, issues that are well known to database people.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定