• 中介作为事务提交的。

    Mediation flows are committed as a transaction, or rolled back.

    youdao

  • 完成应用利用协议初始分布式事务提交循环

    Completion: Applications use this protocol to initiate the distributed transaction's commit cycle.

    youdao

  • 因此读者事务可以继续处理需要等待写者事务提交

    As a result, the reader transaction can continue processing without waiting for the writer transaction to be committed.

    youdao

  • 如果启用ejb容器会将数据库操作延迟事务提交处理。

    If so, the EJB container delays database operations until transaction commit time.

    youdao

  • 如果所有参与者准备提交,则事务提交否则事务中止提交

    If all participants are prepared to commit, the transaction commits; otherwise, the transaction aborts.

    youdao

  • EJB容器事务提交之前确认事务更新数据有无更改

    The EJB container verifies that none of the data updated by a transaction has changed before committing the transaction.

    youdao

  • 按照MINCOMMIT配置参数定义事务提交事物提交

    A transaction commits or a group of transactions commit, as defined by the MINCOMMIT configuration parameter.

    youdao

  • 这时提交所有变更库里面,一个单独事务提交

    At this point, he commits all of these changes to the repository as a single transaction.

    youdao

  • 直到事务提交前的一次数据访问更新都导致了大量的网络开销

    Every access and update up to that point incurred a substantial network overhead.

    youdao

  • 例如分布事务数据可能其中一个参与者丢失甚至是事务提交以后

    For example, when a transaction is distributed, the data might be lost by one of the participants, even after the transaction was committed.

    youdao

  • 只有事务提交时候日志操作才会成功日志操作失败并不会导致事务中止

    The log operation succeeds only on transaction commit, but a failure of the log operation doesn't cause the transaction to abort.

    youdao

  • 直至最先的事务提交变化后,其他事务所有行发行相同语句的锁定才解除。

    A subsequent transaction issuing the same statement on any of the rows will be blocked until the first transaction commits its changes.

    youdao

  • 请求进入时,事务边界创建随后会在响应被发送之前进行事务提交

    The transaction boundaries will be created when the request comes in and the commit will happen just before the response goes out.

    youdao

  • ctm中的事务提交滚时,与事务相关对象全部更改都一起被提交取消

    When a transaction in a CTM commits or rolls back, all the changes made by the objects involved in the transaction are either committed or undone as a group.

    youdao

  • 并发客户机较小前端服务器上运行事务提交给在一台机器联邦服务器。

    Thirty concurrent clients ran on a smaller front-end server, and submitted transactions to a federated server on a separate machine.

    youdao

  • 分布式内存数据库恢复进行了讨论,内容包括转储、分布式事务提交日志

    The recovery of the distributed main memory database is discussed in the thesis, including:dump?distributed transaction commitment and log.

    youdao

  • 只有事务提交需要数据库写入确保原子地更新已修改而不受到并发更新的干扰

    Database write locks are needed only at transaction commit time to ensure that the modified items are updated atomically without interference from concurrent updaters.

    youdao

  • Readcommitted(读已提交) ——事务可以读取事务提交数据

    Read committed -- The transaction can read data committed by other transactions.

    youdao

  • 一个SQL数据库提供选择事务提交提供支持过程本身复杂查询关系的例子。

    SQL database affords options for transactional commits, complex queries and relational support which aren't provided of course of ehCache by itself.

    youdao

  • 一个SQL数据库提供选择事务提交提供支持过程本身复杂查询关系的例子。

    A SQL database affords options for transactional commits, complex queries and relational support which aren't provided of course of ehCache by itself.

    youdao

  • 网格数据库数据网格重要组成部分事务提交协议又是数据库事务处理重要组成部分。

    The database in grid environment is an important part of data grid, while transaction committing protocol is a key point in transaction management.

    youdao

  • 应用程序业务事务提交数据修改之前会通知事务MDMhub(比如通过消息传递)。

    Before the application business transaction commits the change of master data, the transactional MDM hub is notified (such as through messaging).

    youdao

  • 提出一种新的提交协议A2SC(主动空间提交),适合分布式实时事务提交处理的需要。

    A new commit protocol called A2SC (active double space commit) is proposed, which cater for the distributed real-time transaction commitment processing.

    youdao

  • 数字有用地方增加速率因此定期收集它的绝对值跟踪每次读取数据之间的增量可以反映事务提交的速率。

    The number's useful aspect is the rate at which it increases, so collecting the absolute number on a regular period and tracing the delta between readings reflects the rate of transaction commits.

    youdao

  • 对于快照事务启动时活动事务,快照事务忽略其进行的所有数据修改,即使事务提交后也是如此

    For a transaction that is active when a snapshot transaction starts, all data modifications by that transaction, even after that transaction commits, are ignored by the snapshot transaction.

    youdao

  • 两阶段提交确保分布式事务也可以始终提交或者始终回即使事务提交过程中系统一部分崩溃,也不会受到影响。

    Two-phase commit ensures that a distributed transaction can always be committed or always rolled back, even if parts of the system crash while the transaction is being committed.

    youdao

  • 事务再次执行查询发现结果最后一次查询后由于另一个事务提交新的数据发生更改,则会发生幻像

    A phantom read occurs when a transaction re-executes a query and finds a set of results changed since the last query due to another transaction that committed new data.

    youdao

  • 事务打开某个连接并且打开任何其他连接时,事务作为轻型事务提交而不引发完全分布式事务其他系统开销

    Transaction, and no other connections are opened, the transaction commits as a lightweight transaction, rather than incurring the additional overhead of a full distributed transaction.

    youdao

  • objectgrid.xml必须定义事务的回函数,这样就可以接收事务提交回滚事件发送JPA

    A transaction callback must be defined in the objectgrid.xml to receive transaction commit or rollback events and send it to the JPA layer.

    youdao

  • 使得DB2行为预期的一样:扫描器一直等到INSERT事务提交滚,然后返回数据 —— 这和平常一样。

    This makes DB2 behave as one would expect: the scanner waits until the INSERT transaction commits or rolls back and then return the data - business as usual.

    youdao

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

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

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