Skip to content
代码片段 群组 项目
未验证 提交 92f310d0 编辑于 作者: Alessio Caiazza's avatar Alessio Caiazza
浏览文件

Remove references to DB selective replica

上级 b5d75818
No related branches found
No related tags found
无相关合并请求
...@@ -42,13 +42,12 @@ User ==> R ...@@ -42,13 +42,12 @@ User ==> R
R ==> Primary R ==> Primary
R ==> Secondary R ==> Secondary
Primary --> Secondary : "DB selective replica" Secondary --> Primary : "Internal API"
Secondary --> Primary : "internal API"
@enduml @enduml
``` ```
As we can see from the diagram, users interact with the system through the router only. Cells communicate with the Primary Cell using internal API calls and have a local copy of all the database rows necessary to operate. As we can see from the diagram, users interact with the system through the router only. Secondary Cells communicate with the Primary Cell using internal API and have a local copy of all the database rows necessary to operate.
It is important to note that even if a Secondary Cell supports GitLab Geo out of the box, we will not be able to provide this feature to our users until the Router supports it. It is important to note that even if a Secondary Cell supports GitLab Geo out of the box, we will not be able to provide this feature to our users until the Router supports it.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册