You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/07/15 08:11:39 UTC

[shardingsphere] branch master updated: Delete scaling.cn.md (#19219)

This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng 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 c31e3c5f822 Delete scaling.cn.md (#19219)
c31e3c5f822 is described below

commit c31e3c5f822c1804207aa9385c32b0b4cade55fe
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Fri Jul 15 16:11:33 2022 +0800

    Delete scaling.cn.md (#19219)
---
 docs/document/content/dev-manual/scaling.cn.md | 39 --------------------------
 1 file changed, 39 deletions(-)

diff --git a/docs/document/content/dev-manual/scaling.cn.md b/docs/document/content/dev-manual/scaling.cn.md
deleted file mode 100644
index 9896c10d88d..00000000000
--- a/docs/document/content/dev-manual/scaling.cn.md
+++ /dev/null
@@ -1,39 +0,0 @@
-+++
-pre = "<b>6.11. </b>"
-title = "弹性伸缩"
-weight = 11
-chapter = true
-+++
-
-## ScalingEntry
-
-| *SPI 名称*             | *详细说明*                    |
-| ---------------------- | --------------------------- |
-| ScalingEntry           | 弹性伸缩入口                  |
-
-| *已知实现类*            | *详细说明*                    |
-| ---------------------- | --------------------------- |
-| MySQLScalingEntry      | 基于 MySQL 的弹性伸缩入口      |
-| PostgreSQLScalingEntry | 基于 PostgreSQL 的弹性伸缩入口 |
-| OpenGaussScalingEntry  | 基于 openGauss 的弹性伸缩入口  |
-
-## JobCompletionDetectAlgorithm
-
-| *SPI 名称*                                   | *详细说明*                   |
-| ------------------------------------------- | --------------------------- |
-| JobCompletionDetectAlgorithm                | 作业是否接近完成检测算法         |
-
-| *已知实现类*                                  | *详细说明*                    |
-| ------------------------------------------- | ---------------------------- |
-| IdleRuleAlteredJobCompletionDetectAlgorithm | 基于增量迁移任务空闲时长的检测算法 |
-
-## DataConsistencyCalculateAlgorithm
-
-| *SPI 名称*                                   | *详细说明*                    |
-| ------------------------------------------- | ---------------------------- |
-| DataConsistencyCalculateAlgorithm           | 校验数据一致性使用的算法         |
-
-| *已知实现类*                                  | *详细说明*                    |
-| ------------------------------------------- | ---------------------------- |
-| DataMatchDataConsistencyCalculateAlgorithm  | 根据数据逐条校验数据一致性的算法   |
-| CRC32MatchDataConsistencyCalculateAlgorithm | 使用 CRC32 校验数据一致性的算法  |