Skip to content

Commit

Permalink
Update BackgroundDistributedOperations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Jun 8, 2024
1 parent 7c05461 commit 9d7a585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BackgroundDistributedOperations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| -------- |
| FusionCache can execute most distributed operations in the background, to avoid having to wait for them to finish, and thanks to Auto-Recovery, any transient error will be automatically managed for us. |

When we scale horizontally we go multi-node, and then we go multi-none we have to introduce distributed components, and when we talk about distributed components we are talking about the **distributed cache** and the **backplane**.
When we scale horizontally we go multi-node, and when we go multi-node we have to introduce distributed components, and when we talk about distributed components we are talking about the **distributed cache** and the **backplane**.

These components can help us scale our infrastructure horizontally, by distributing the load on multiple nodes instead of scaling vertically by buying more powerful servers.

Expand Down

0 comments on commit 9d7a585

Please sign in to comment.