This is an automated email from the ASF dual-hosted git repository.
panjuan 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 7311d0b Update compare table (#6368)
7311d0b is described below
commit 7311d0b306348fad4de3c43c72ee19c7444a3a67
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Jul 16 18:48:07 2020 +0800
Update compare table (#6368)
* Update tile of dev-manual
* Update compare table
---
docs/document/content/overview/_index.cn.md | 2 +-
docs/document/content/overview/_index.en.md | 2 +-
.../content/user-manual/shardingsphere-proxy/_index.en.md | 2 +-
.../content/user-manual/shardingsphere-sidecar/_index.cn.md | 2 +-
.../content/user-manual/shardingsphere-sidecar/_index.en.md | 12 ++++++------
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/document/content/overview/_index.cn.md
b/docs/document/content/overview/_index.cn.md
index 0d3b436..a0f7ef6 100644
--- a/docs/document/content/overview/_index.cn.md
+++ b/docs/document/content/overview/_index.cn.md
@@ -77,7 +77,7 @@ Database Mesh 的关注重点在于如何将分布式的数据访问应用与数
| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
*ShardingSphere-Sidecar* |
| --------- | --------------------- | ---------------------- |
------------------------ |
-| 数据库 | 任意 | MySQL | MySQL
|
+| 数据库 | 任意 | MySQL/PostgreSQL | MySQL/PostgreSQL
|
| 连接消耗数 | 高 | 低 | 高
|
| 异构语言 | 仅 Java | 任意 | 任意
|
| 性能 | 损耗低 | 损耗略高 | 损耗低
|
diff --git a/docs/document/content/overview/_index.en.md
b/docs/document/content/overview/_index.en.md
index fac8808..73c2fe2 100644
--- a/docs/document/content/overview/_index.en.md
+++ b/docs/document/content/overview/_index.en.md
@@ -81,7 +81,7 @@ They are all governed by the mesh layer.
| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
*ShardingSphere-Sidecar* |
| ----------------------- | --------------------- | ---------------------- |
------------------------ |
-| Database | Any | MySQL |
MySQL |
+| Database | Any | MySQL/PostgreSQL |
MySQL/PostgreSQL |
| Connections Count Cost | High | Low |
High |
| Supported Languages | Java Only | Any |
Any |
| Performance | Low loss | Relatively High loss |
Low loss |
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
index 39972df..04a376c 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/_index.en.md
@@ -19,7 +19,7 @@ It defines itself as a transparent database proxy, providing
a database server t
| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy*
| *ShardingSphere-Sidecar* |
| ------------------------ | --------------------- |
---------------------------- | ------------------------ |
-| Database | Any | `MySQL`
| MySQL |
+| Database | Any | `MySQL/PostgreSQL`
| MySQL |
| Connections Count Cost | High | `Low`
| High |
| Supported Languages | Java Only | `Any`
| Any |
| Performance | Low loss | `Relatively high loss`
| Low loss |
diff --git
a/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md
index 862e51b..25dc494 100644
--- a/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-sidecar/_index.cn.md
@@ -19,7 +19,7 @@ Database Mesh的关注重点在于如何将分布式的数据访问应用与数
| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy* |
*ShardingSphere-Sidecar* |
| -------- | --------------------- | ---------------------- |
------------------------ |
-| 数据库 | 任意 | MySQL | `MySQL`
|
+| 数据库 | 任意 | MySQL/PostgreSQL | `MySQL/PostgreSQL`
|
| 连接消耗数 | 高 | 低 | `高`
|
| 异构语言 | 仅Java | 任意 | `任意`
|
| 性能 | 损耗低 | 损耗略高 | `损耗低`
|
diff --git
a/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md
b/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md
index 588082b..132b4d6 100644
--- a/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-sidecar/_index.en.md
@@ -18,11 +18,11 @@ It provides a mesh layer interacting with the database, we
call this as `Databas
| | *ShardingSphere-JDBC* | *ShardingSphere-Proxy*
| *ShardingSphere-Sidecar* |
| :---------------------- | :-------------------- | :-------------------------
| :----------------------- |
-| Database | Any | MySQL
| `MySQL` |
-| Connections Count Cost | High | Low
| `High` |
-| Supported Languages | Java Only | Any
| `Any` |
-| Performance | Low loss | Relatively High loss
| `Low loss` |
-| Decentralization | Yes | No
| `Yes` |
-| Static Entry | No | Yes
| `No` |
+| Database | Any | MySQL/PostgreSQL
| `MySQL` |
+| Connections Count Cost | High | Low
| `High` |
+| Supported Languages | Java Only | Any
| `Any` |
+| Performance | Low loss | Relatively High loss
| `Low loss` |
+| Decentralization | Yes | No
| `Yes` |
+| Static Entry | No | Yes
| `No` |
The advantage of ShardingSphere-Sidecar lies in its cloud native support for
Kubernetes and Mesos.
\ No newline at end of file