Skip to content

Commit

Permalink
Merge pull request #302 from FangYuan33/patch-4
Browse files Browse the repository at this point in the history
页面展示加粗失效
  • Loading branch information
yingang authored Mar 25, 2023
2 parents 57a3bcf + 52c2123 commit 209e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch7.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ WHERE room_id = 123 AND

一个相当新的算法,避免了先前方法的大部分缺点。它使用乐观的方法,允许事务执行而无需阻塞。当一个事务想要提交时,它会进行检查,如果执行不可串行化,事务就会被中止。

本章中的示例主要是在关系数据模型的上下文中。但是,正如在 **[多对象事务的需求](#多对象事务的需求)** 中所讨论的,无论使用哪种数据模型,事务都是有价值的数据库功能。
本章中的示例主要是在关系数据模型的上下文中。但是,正如在 **[多对象事务的需求](#多对象事务的需求)** 中所讨论的,无论使用哪种数据模型,事务都是有价值的数据库功能。

本章主要是在单机数据库的上下文中,探讨了各种想法和算法。分布式数据库中的事务,则引入了一系列新的困难挑战,我们将在接下来的两章中讨论。

Expand Down

0 comments on commit 209e9dc

Please sign in to comment.