操作组合 meaning in English
functional composition
Examples
- If your database supports transactions , you can group multiple database operations into a single transaction to prevent database inconsistency
如果您的数据库支持事务,则可以将多个数据库操作组合到一个事务中,以防止数据库中出现不一致。 - Normally you would group related operations in a port type for example , group all operations for performing queries and updates on a bank account
通常您可用端口类型将相关操作分组(例如,将所有用于执行查询和更新银行帐户的操作组合在一起) 。 - By combining a set of related operations into a unit that either completely succeeds or completely fails , you can simplify error recovery and make your application more reliable
通过将一组相关操作组合为一个要么全部成功要么全部失败的单元,可以简化错误恢复并使应用程序更加可靠。 - In the server environment , where multiple concurrent operations are performed , this performance cost is reduced by group commit , which combines multiple synchronous write operations into a single write operation
在执行多个并行操作的服务器环境中,通过将多个同步写操作组合成单一写操作的组提交来减少这种性能损失。 - Transaction layer - provides the communication tools which allow peer entities in two machines operating in the transaction sublayer to communicate and associate multiple operations as parts of a single transaction
事务处理层- -提供允许运行在事务处理子层的两台计算机中的对等实体进行通信并将多个操作组合在一起作为单个事务的各部分的通信工具。