This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new afbe98e4ab1 Remove memory mode introduce (#19839)
afbe98e4ab1 is described below
commit afbe98e4ab13b60e43967bcb6a269de28f87e874
Author: zhaojinchao <[email protected]>
AuthorDate: Wed Aug 3 20:56:33 2022 +0800
Remove memory mode introduce (#19839)
* Remove memory mode introduce
* Modify doc
---
docs/document/content/overview/glossary.cn.md | 8 ++------
docs/document/content/overview/glossary.en.md | 8 ++------
.../user-manual/shardingsphere-jdbc/spring-namespace/mode.cn.md | 2 +-
.../user-manual/shardingsphere-jdbc/spring-namespace/mode.en.md | 2 +-
4 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/docs/document/content/overview/glossary.cn.md
b/docs/document/content/overview/glossary.cn.md
index 0a09c84012e..a40e6e3a1ac 100644
--- a/docs/document/content/overview/glossary.cn.md
+++ b/docs/document/content/overview/glossary.cn.md
@@ -25,16 +25,12 @@ Database Plus 是 Apache ShardingSphere 的产品定位,旨在构建异构数
## 运行模式
-Apache ShardingSphere 是一套完善的产品,使用场景非常广泛。
除生产环境的集群部署之外,还为工程师在开发和自动化测试等场景提供相应的运行模式。 Apache ShardingSphere 提供的 3
种运行模式分别是内存模式、单机模式和集群模式。
+Apache ShardingSphere 是一套完善的产品,使用场景非常广泛。
除生产环境的集群部署之外,还为工程师在开发和自动化测试等场景提供相应的运行模式。 Apache ShardingSphere 提供的 2
种运行模式分别是单机模式和集群模式。
源码:https://github.com/apache/shardingsphere/tree/master/shardingsphere-mode
-### 内存模式
-
-初始化配置或执行 SQL 等造成的元数据结果变更的操作,仅在当前进程中生效。 适用于集成测试的环境启动,方便开发人员在整合功能测试中集成 Apache
ShardingSphere 而无需清理运行痕迹。
-
### 单机模式
-能够将数据源和规则等元数据信息持久化,但无法将元数据同步至多个 Apache ShardingSphere 实例,无法在集群环境中相互感知。
通过某一实例更新元数据之后,会导致其他实例由于获取不到最新的元数据而产生不一致的错误。 适用于工程师在本地搭建 Apache ShardingSphere
环境。
+初始化配置或执行 SQL 等造成的元数据结果变更的操作,仅在当前进程中生效。 方便开发人员在本地搭建 Apache ShardingSphere
而无需清理运行痕迹。 它是 Apache ShardingSphere 的默认模式。
### 集群模式
diff --git a/docs/document/content/overview/glossary.en.md
b/docs/document/content/overview/glossary.en.md
index dc8898dff9e..3c9ab6f2951 100644
--- a/docs/document/content/overview/glossary.en.md
+++ b/docs/document/content/overview/glossary.en.md
@@ -25,17 +25,13 @@ The project adopts the micro-kernel and three-layer
pluggable model, which enabl
## Multi Operation Mode
-Apache ShardingSphere is a complete set of products applicable to a wide range
of usage scenarios. In addition to the cluster deployment of the production
environment, it also provides corresponding operation modes for engineers in
the development process and automated testing scenarios. Apache ShardingSphere
provides three operation modes: memory mode, standalone mode, and cluster mode.
+Apache ShardingSphere is a complete set of products applicable to a wide range
of usage scenarios. In addition to the cluster deployment of the production
environment, it also provides corresponding operation modes for engineers in
the development process and automated testing scenarios. Apache ShardingSphere
provides three operation modes: standalone mode, and cluster mode.
Source code:
https://github.com/apache/shardingsphere/tree/master/shardingsphere-mode
-### Memory mode
-
-Initial configuration or metadata changes caused by SQL execution take effect
only in the current process. Suitable for environment setup of integration
testing, it makes it easy for developers to integrate Apache ShardingSphere in
integrated functional testing without cleaning the running traces. This is the
default mode of Apache ShardingSphere.
-
### Standalone mode
-It can achieve data persistence in terms of metadata information such as data
sources and rules, but it is not able to synchronize metadata to multiple
Apache ShardingSphere instances or be aware of each other in a cluster
environment. Updating metadata through one instance causes inconsistencies in
other instances because they cannot get the latest metadata. It is ideal for
engineers to build a ShardingSphere environment locally.
+Initial configuration or metadata changes caused by SQL execution take effect
only in the current process. It is ideal for engineers to build a
ShardingSphere environment locally without cleaning the running traces. This is
the default mode of Apache ShardingSphere.
### Cluster mode
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.cn.md
index c347f35ae19..fa70252d4ca 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.cn.md
@@ -5,7 +5,7 @@ weight = 1
## 背景信息
-缺省配置为使用内存模式。
+缺省配置为使用单机模式。
## 参数解释
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.en.md
index 2a7322640e8..8a1eb57c8b7 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/spring-namespace/mode.en.md
@@ -5,7 +5,7 @@ weight = 1
## Background
-The default configuration uses memory mode.
+The default configuration uses standalone mode.
## Parameters Explained