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 248f91cdcb9 Delete use-norms.en.md (#19438)
248f91cdcb9 is described below
commit 248f91cdcb9028939ba4e80462fb3c58b10d3c1c
Author: Mike0601 <[email protected]>
AuthorDate: Thu Jul 21 17:55:20 2022 +0800
Delete use-norms.en.md (#19438)
---
docs/document/content/features/scaling/use-norms.en.md | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/docs/document/content/features/scaling/use-norms.en.md
b/docs/document/content/features/scaling/use-norms.en.md
deleted file mode 100644
index 5cc09fd798f..00000000000
--- a/docs/document/content/features/scaling/use-norms.en.md
+++ /dev/null
@@ -1,15 +0,0 @@
-+++
-title = "User Norms"
-weight = 2
-+++
-
-## Supported
-
-* Migrate data outside into databases which managed by Apache ShardingSphere;
-* Scale out data between data nodes of Apache ShardingSphere.
-
-## Unsupported
-
-* Scale table without primary key, primary key can not be composite;
-* Scale table with composite primary key;
-* Do not support scale on in used databases, need to prepare a new database
cluster for target.