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 2020/08/21 16:17:04 UTC

[shardingsphere] branch master updated: Update database.en.md (#6971)

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 9dbf418  Update database.en.md (#6971)
9dbf418 is described below

commit 9dbf418ec8c6df06ffb3f2d1958f06e486da1b62
Author: yang-7777 <67...@users.noreply.github.com>
AuthorDate: Sat Aug 22 00:16:39 2020 +0800

    Update database.en.md (#6971)
---
 docs/blog/content/material/database.en.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/blog/content/material/database.en.md b/docs/blog/content/material/database.en.md
index 54cbd94..0651203 100644
--- a/docs/blog/content/material/database.en.md
+++ b/docs/blog/content/material/database.en.md
@@ -8,9 +8,10 @@ chapter = true
 
 Author | Liang Zhang
 
-  In the past few decades, relational database continuously occupy an absolute dominant position in the field of databases. The advantages of relational database, like stability, safety, ease of use that are the cornerstone of a modern system. With the rapid development of the Internet, databases built on stand-alone systems are no longer able to meet higher and higher concurrent requests and larger and larger data storage requirements. Therefore, distributed databases are more and more  [...]
+ Relational databases have dominated the database field for the past few decades, and the stability, security, and ease of use they bring have become the cornerstone for building modern systems. With the rapid development of the Internet, the database structured in a stand-alone system has been unable to meet the increasingly high concurrent requests and increasingly large data storage needs, therefore, distributed database are more widely adopted.
+ 
+Historically, the database space has been dominated by Western technology companies and communities. Apache ShardingSphere is one of these distributed database solutions and is currently the only database middleware in the Apache Software Foundation.
 
-  Apache ShardingSphere is one of the distributed database solutions and the only database middleware in the Apache Software Foundation so far.
 
 ### 1 Background
 
@@ -33,7 +34,7 @@ The implementation solutions of distributed database can be divided into aggress
 
 ### 2 Architecture
 
-Apache ShardingSphere is an ecosystem of open source distributed database middleware solutions, It consists of three independent products, Sharding-JDBC, Sharding-Proxy, and Sharding-Sidecar (planned). They all provide functions such as standardized data sharding, distributed transactions, and distributed governance, and can be applied to various diverse application scenarios such as Java isomorphism, heterogeneous languages, and cloud native. With the continuous exploration of Apache Sh [...]
+Apache ShardingSphere is an open source ecosystem distributed database middleware solutions, consisting of three separate products, Sharding-JDBC, Sharding-Proxy, and Sharding-Sidecar (planned). They all provide standardized data sharding, distributed transactions, and distributed governance for a variety of diverse application scenarios such as Java Isomorphic, heterogeneous languages, and cloud-native. As Apache ShardingSphere continues to explore query optimizers and distributed trans [...]
 
 **Sharding-JDBC**