Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S system-design-primer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 173
    • Issues 173
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 190
    • Merge requests 190
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Donne Martin
  • system-design-primer
  • Merge requests
  • !629

zh-Hans: Fix an error

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/qinhanlei/patch-1 into master 3 years ago
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: qinhanlei

It is more complex to implement write-behind than it is to implement cache-aside or write-through.

Compare
  • version 1
    d190f75c
    2 years ago

  • master (HEAD)

and
  • latest version
    d190f75c
    1 commit, 2 years ago

  • version 1
    d190f75c
    1 commit, 2 years ago

1 file
+ 1
- 1

    Preferences

    File browser
    Compare changes
README-zh-Hans.md
+ 1
- 1
  • View file @ 13cb5c2e

  • Edit in single-file editor

  • Open in Web IDE


@@ -1247,7 +1247,7 @@ def set_user(user_id, values):
##### 回写模式的缺点:
- 缓存可能在其内容成功存储之前丢失数据。
- 执行直写模式比缓存或者回写模式更复杂。
- 实现回写模式比实现缓存模式或直写模式更复杂。
#### 刷新
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: firstcontributions/first-contributions!53318
Source branch: github/fork/qinhanlei/patch-1

Menu

Explore Projects Groups Snippets