8.5.2 Optimizing InnoDB Transaction Management优化InnoDB事务管理

To optimize InnoDB transaction processing, find the ideal balance between the performance overhead of transactional features and the workload of your server. 要优化InnoDB事务处理,请在事务功能的性能开销和服务器的工作负载之间找到理想的平衡。For example, an application might encounter performance issues if it commits thousands of times per second, and different performance issues if it commits only every 2-3 hours.例如,如果应用程序每秒提交数千次,则可能会遇到性能问题;如果应用程序仅每2-3小时提交一次,则可能会遇到不同的性能问题。