Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ch7-transaction: serializability #256

Merged
merged 3 commits into from
Aug 5, 2022
Merged

fix ch7-transaction: serializability #256

merged 3 commits into from
Aug 5, 2022

Conversation

AlphaWang
Copy link
Contributor

@AlphaWang AlphaWang commented Aug 1, 2022

  • depending on : 按照 --> 取决于
  • with write skew: 有了写入偏差 --> 在写入偏差场景下
  • perform better: 比支持并发的系统更好 --> 太过笼统,改为:比支持并发的系统性能更好
  • 既用于单节点数据库..和分布式数据库 --> 既用于单节点数据库,也用于分布式数据库
  • spare capacity: 备用容量 --> 空闲容量
  • without conflicts: 无需冲突 --> 且不会有冲突
  • make latency more predictable and less variable: 变量更少 --> 波动更少 (variable 此处应指变动,而不是变量;可认为让延迟的方差更小)
  • distribute the detection of... : 将检测到的串行化冲突分布在多台机器上 --> 将串行化冲突的检测分布在多台机器上 (宾语应是“detection”,而不是"conflicts")
  • "正如在讨论中," --> 不通顺

@yingang yingang merged commit dee0cb6 into Vonng:master Aug 5, 2022
@yingang
Copy link
Collaborator

yingang commented Aug 5, 2022

谢谢!

上述那个疑问,如果没有进一步的意见,我就先按原文更新了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants