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 f6000edc7ba Delete scaling.en.md (#19220)
f6000edc7ba is described below
commit f6000edc7ba00431d29df2601d7acddd7edf2729
Author: Mike0601 <[email protected]>
AuthorDate: Fri Jul 15 16:12:41 2022 +0800
Delete scaling.en.md (#19220)
---
docs/document/content/dev-manual/scaling.en.md | 39 --------------------------
1 file changed, 39 deletions(-)
diff --git a/docs/document/content/dev-manual/scaling.en.md
b/docs/document/content/dev-manual/scaling.en.md
deleted file mode 100644
index e591b1e8f82..00000000000
--- a/docs/document/content/dev-manual/scaling.en.md
+++ /dev/null
@@ -1,39 +0,0 @@
-+++
-pre = "<b>6.11. </b>"
-title = "Scaling"
-weight = 11
-chapter = true
-+++
-
-## ScalingEntry
-
-| *SPI Name* | *Description* |
-| ---------------------- | --------------------------- |
-| ScalingEntry | Entry of scaling |
-
-| *Implementation Class* | *Description* |
-| ---------------------- | --------------------------- |
-| MySQLScalingEntry | MySQL entry of scaling |
-| PostgreSQLScalingEntry | PostgreSQL entry of scaling |
-| OpenGaussScalingEntry | openGauss entry of scaling |
-
-## JobCompletionDetectAlgorithm
-
-| *SPI Name* | *Description*
|
-| ------------------------------------------- |
------------------------------------------- |
-| JobCompletionDetectAlgorithm | Job completion check algorithm
|
-
-| *Implementation Class* | *Description*
|
-| ------------------------------------------- |
------------------------------------------- |
-| IdleRuleAlteredJobCompletionDetectAlgorithm | Incremental task idle time
based algorithm |
-
-## DataConsistencyCalculateAlgorithm
-
-| *SPI Name* | *Description*
|
-| ------------------------------------------- |
---------------------------------------------------- |
-| DataConsistencyCalculateAlgorithm | Check data consistency
algorithm |
-
-| *Implementation Class* | *Description*
|
-| ------------------------------------------- |
---------------------------------------------------- |
-| DataMatchDataConsistencyCalculateAlgorithm | Check data consistency with
every recodes one by one |
-| CRC32MatchDataConsistencyCalculateAlgorithm | Use CRC32 to check data
consistency |